[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3843: update pygobject to 3.20.1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3843: update pygobject to 3.20.1 |
Date: |
Thu, 21 Jul 2016 00:28:20 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3843
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2016-07-20 17:28:17 -0700
message:
update pygobject to 3.20.1
modified:
pkg/gnome/pygobject/Makefile makefile-20160617013746-7ygosxqw3lxxvo7f-1318
pkg/gnome/pygobject/sha256sums sha256sums-20160617013746-7ygosxqw3lxxvo7f-1322
=== modified file 'pkg/gnome/pygobject/Makefile'
--- a/pkg/gnome/pygobject/Makefile 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/pygobject/Makefile 2016-07-21 00:28:17 +0000
@@ -22,28 +22,29 @@
NAME = pygobject
GARNAME = pygobject
+GARVERSION = 3.20.1
HOME_URL = http://www.gnome.org/
DESCRIPTION = pygobject
define BLURB
endef
-GARVERSION = 3.20.1
-# module = pygobject/3.20/pygobject-3.20.1.tar.xz
######################################################################
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
MASTER_SITES = $(MASTER_GNOME)
-MASTER_SUBDIR = pygobject/3.20/
-DISTFILES = pygobject-3.20.1.tar.xz
-SIGFILES =
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).sha256sum
+SIGFILES =
-# hash =
sha256:3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745
-BUILDDEPS =
-LIBDEPS = # gnome-common glib py3cairo python3-devel gobject-introspection
-SUGGESTS =
+BUILDDEPS =
+LIBDEPS =
######################################################################
include ../../../gar/gar.lib/auto.mk
include config.mk
-
=== modified file 'pkg/gnome/pygobject/sha256sums'
--- a/pkg/gnome/pygobject/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnome/pygobject/sha256sums 2016-07-21 00:28:17 +0000
@@ -1,1 +1,2 @@
3d261005d6fed6a92ac4c25f283792552f7dad865d1b7e0c03c2b84c04dbd745
download/pygobject-3.20.1.tar.xz
+882312822bd4419f6026e7a6390d19e08de05e37170b6d19d99378158933f6ad
download/pygobject-3.20.1.sha256sum
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3843: update pygobject to 3.20.1,
Carl Hansen <=