SF.net SVN: gar:[25286] csw/mgar/pkg/lang-python/pyxdg/trunk

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Thu Oct 8 15:28:34 CEST 2015


Revision: 25286
          http://sourceforge.net/p/gar/code/25286
Author:   cgrzemba
Date:     2015-10-08 13:28:34 +0000 (Thu, 08 Oct 2015)
Log Message:
-----------
lang-python/pyxdg/trunk: update version, use GITHUB repo

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/pyxdg/trunk/Makefile
    csw/mgar/pkg/lang-python/pyxdg/trunk/checksums

Modified: csw/mgar/pkg/lang-python/pyxdg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyxdg/trunk/Makefile	2015-10-08 13:27:24 UTC (rev 25285)
+++ csw/mgar/pkg/lang-python/pyxdg/trunk/Makefile	2015-10-08 13:28:34 UTC (rev 25286)
@@ -2,7 +2,9 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = pyxdg
-VERSION = 0.19
+OWNER = takluyver
+VERSION = 0.25
+GIT_TAG = rel-$(VERSION)
 CATEGORIES = python
 GARTYPE = v2
 
@@ -11,17 +13,24 @@
 endef
 
 VENDOR_URL   = http://www.freedesktop.org/wiki/Software/pyxdg
-MASTER_SITES = http://www.freedesktop.org/~lanius/
-DISTFILES    = $(DISTNAME).tar.gz
-DISTFILES   += changelog.CSW
+# MASTER_SITES = http://www.freedesktop.org/~lanius/
+# DISTFILES    = $(DISTNAME).tar.gz
+# DISTFILES   += changelog.CSW
+GIT_REPOS = git://github.com/$(OWNER)/$(NAME).git
+GIT_TREEISH_pyxdg.git = $(GIT_TAG)
 
+LICENSE = COPYING
+
 PACKAGES = CSWpy-xdg
 ARCHALL  = 1
+SKIPTEST = 1
 
-TEST_SCRIPTS =
 
 # XDG_DATADIRS contains /usr/share ... after /opt/csw/share
-CHECKPKG_OVERRIDES += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/xdg/BaseDirectory.py
+CHECKPKG_OVERRIDES_CSWpy-xdg += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/xdg/BaseDirectory.py
+CHECKPKG_OVERRIDES_CSWpy-xdg += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/xdg/IconTheme.py
+CHECKPKG_OVERRIDES_CSWpy-xdg += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/xdg/BaseDirectory.py
+CHECKPKG_OVERRIDES_CSWpy-xdg += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/xdg/IconTheme.py
 
 include gar/category.mk
 

Modified: csw/mgar/pkg/lang-python/pyxdg/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pyxdg/trunk/checksums	2015-10-08 13:27:24 UTC (rev 25285)
+++ csw/mgar/pkg/lang-python/pyxdg/trunk/checksums	2015-10-08 13:28:34 UTC (rev 25286)
@@ -1 +0,0 @@
-9f33542e846d0fc1e0bfa992a8555b0a  pyxdg-0.19.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list