summaryrefslogtreecommitdiff
path: root/packages/python3.package
blob: 7c56ce0e4d57c5275af866f75385d6b7f7f9f4ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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',
    ]