summaryrefslogtreecommitdiffstats
path: root/gnome3-libs/pygobject3
diff options
context:
space:
mode:
authorIsmael Luceno2016-08-04 21:30:36 -0300
committerIsmael Luceno2016-08-04 21:30:36 -0300
commita55be38594235891c6e810b51686b8f541fe72e6 (patch)
treef5b4ed8417004a61a21c91373aaa8b1d39e8f1d1 /gnome3-libs/pygobject3
parent6b8f09f13453bf71b9ccad498abce2e05aa6c68c (diff)
pygobject3 3.20.1 (stable)
Diffstat (limited to 'gnome3-libs/pygobject3')
-rwxr-xr-xgnome3-libs/pygobject3/DETAILS10
-rw-r--r--gnome3-libs/pygobject3/HISTORY2
-rwxr-xr-xgnome3-libs/pygobject3/PREPARE2
3 files changed, 11 insertions, 3 deletions
diff --git a/gnome3-libs/pygobject3/DETAILS b/gnome3-libs/pygobject3/DETAILS
index c3b3a9a0d7..06bcc83a7a 100755
--- a/gnome3-libs/pygobject3/DETAILS
+++ b/gnome3-libs/pygobject3/DETAILS
@@ -1,9 +1,13 @@
SPELL=pygobject3
+if [[ $PYGOBJECT3_BRANCH == devel ]]; then
VERSION=3.21.0
- BRANCH=`echo $VERSION | cut -d . -f 1,2`
- SOURCE=pygobject-$VERSION.tar.xz
- SOURCE_URL[0]=$GNOME_URL/sources/pygobject/$BRANCH/$SOURCE
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
diff --git a/gnome3-libs/pygobject3/HISTORY b/gnome3-libs/pygobject3/HISTORY
index a6402fc7d8..5a55f5a55b 100644
--- a/gnome3-libs/pygobject3/HISTORY
+++ b/gnome3-libs/pygobject3/HISTORY
@@ -1,6 +1,8 @@
2016-08-04 Ismael Luceno <ismael@sourcemage.org>
* DETAILS, PRE_BUILD: updated spell to 3.21.0
* BUILD: Force Python 2
+ * PREPARE, DETAILS: Use prepare_select_branch
+ Added version 3.20.1 (stable branch)
2015-01-02 Eric Sandall <sandalle@sourcemage.org>
* DEPENDS: Depends on pycairo
diff --git a/gnome3-libs/pygobject3/PREPARE b/gnome3-libs/pygobject3/PREPARE
new file mode 100755
index 0000000000..b340e9672b
--- /dev/null
+++ b/gnome3-libs/pygobject3/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch stable devel