summaryrefslogtreecommitdiff
path: root/packages/gtk-python.package
blob: 5872b722c09d206c46b244f7ac664cec80cc043b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-


class Package(package.Package):

    name = 'gtk+-2.0-python'
    shortdesc = 'Gtk python bindings'
    url = "http://www.gstreamer.com"
    version = '2012.10'
    codename = 'Brahmaputra'
    license = License.LGPL
    vendor = 'GStreamer Project'
    org = 'com.gstreamer'
    uuid = '18fe47c2-4265-411f-8287-e8fda593f853'
    deps = ['gtk+-2.0']

    files = ['py2cairo', 'pygtk:python']
    files_devel = ['pygtk:demo']