From 9294b420fd9a73255323f56270cb596266eab8a1 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 1 Apr 2014 14:03:12 +0200 Subject: recipes+package: Add python3 * Add the needed recipes including python3 itself * Fix gobject-introspection which does not support python3 yet * Make GLib use python3 when the variant is activated This is activated only when asked by the user in the cerbero.cbc --- packages/python3.package | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 packages/python3.package (limited to 'packages') diff --git a/packages/python3.package b/packages/python3.package new file mode 100644 index 00000000..7c56ce0e --- /dev/null +++ b/packages/python3.package @@ -0,0 +1,22 @@ +# vi:si:et:sw=4:sts=4:ts=4:syntax=python +# -*- Mode: Python -*- + + +class Package(package.Package): + name = 'python3' + shortdesc = 'python3' + longdesc = 'Python 3' + url = "http://python.org/" + version = '3.3' + codename = 'Congo' + # Python Software Foundation License + licenses = [License.BSD_like] + vendor = 'Python Project' + org = 'python.org' + + files = ['Python', + 'gobject-introspection', + 'sqlite', + ] + + -- cgit v1.2.3