summaryrefslogtreecommitdiff
path: root/packages/gtk-python.package
blob: fd7bee70187ee23fb65694bf4dc7ec6c0e4adac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 bingings'
    url = "http://www.gstreamer.com"
    version = '1.0'
    licenses = ['LGPL']
    vendor = 'GStreamer Project'
    uuid = '18fe47c2-4265-411f-8287-e8fda593f853'
    deps = ['gtk+-2.0']

    files = ['py2cairo', 'pygtk']