summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3/DETAILS
blob: 06bcc83a7a298924383f922c2956db67b9e6c123 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=pygobject3
if [[ $PYGOBJECT3_BRANCH == devel ]]; then
         VERSION=3.21.0
     SOURCE_HASH=sha512:68ce77da051fbc71696bbf271f3693679912e0ba352f1e107b508c0b3eb347498be52745dbf962ed424e133540f77f0f2420948c0fe65d1462fd5797b70650d8
else
         VERSION=3.20.1
     SOURCE_HASH=sha512:477ea2e87b8f6651d8697947439d10be9b4febca3c834dcc86e91e13b2fc1ed3bbf6f63377ae04f63c4f24756c8b8407d959222af0308ef60bbdd86d4fae39ac
fi
          SOURCE=pygobject-$VERSION.tar.xz
   SOURCE_URL[0]=$GNOME_URL/sources/pygobject/${VERSION%.*}/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/pygobject-$VERSION"
        WEB_SITE=http://www.pygtk.org/
      LICENSE[0]=LGPL
         ENTERED=20111009
           SHORT="Python bindings for the GObject"
cat << EOF
Bindings for the GObject, to be used in Python. It is a fairly
complete set of bindings, it's already rather useful, and is
usable to write moderately complex programs.  (see the examples
directory for some examples of the simpler programs you could
write).
EOF