[csw-devel] SF.net SVN: gar:[17001] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sun Feb 5 14:35:54 CET 2012
Revision: 17001
http://gar.svn.sourceforge.net/gar/?rev=17001&view=rev
Author: dmichelsen
Date: 2012-02-05 13:35:54 +0000 (Sun, 05 Feb 2012)
Log Message:
-----------
lang-python/python-openid: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python-openid/trunk/Makefile
csw/mgar/pkg/lang-python/python-openid/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/python-openid/
Modified: csw/mgar/pkg/lang-python/python-openid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-graph/trunk/Makefile 2012-02-01 18:13:41 UTC (rev 16968)
+++ csw/mgar/pkg/lang-python/python-openid/trunk/Makefile 2012-02-05 13:35:54 UTC (rev 17001)
@@ -2,24 +2,30 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = python-graph
-VERSION = 1.8.0
+NAME = python-openid
+VERSION = 2.2.5
CATEGORIES = python
GARTYPE = v2
+
DESCRIPTION = A library for working with graphs in Python
define BLURB
endef
-SPKG_SOURCEURL = http://pypi.python.org/pypi/python-graph
-MASTER_SITES = $(GOOGLE_MIRROR)
-DISTFILES = $(NAME)-$(VERSION).tar.bz2
-PACKAGES = CSWpy-graph
-CATALOGNAME_CSWpy-graph = py_graph
-BUILD_SCRIPTS =
+
+# Github is not trusted by default
+WGET_OPTS = --no-check-certificate -O $(NAME)-$(VERSION).tar.gz
+MASTER_SITES = https://github.com/openid/python-openid/tarball/
+DISTFILES += $(NAME)-$(VERSION).tar.gz
+
+DISTNAME = openid-python-openid-b666238
+
+VENDOR_URL = https://github.com/openid/python-openid
+
+LICENSE = LICENSE
+
+PACKAGES = CSWpy-openid
+ARCHALL_CSWpy-openid = 1
+
+# There is no testsuite
TEST_SCRIPTS =
-BUILD_SCRIPTS ?= $(WORKSRC)/core/setup.py
-INSTALL_SCRIPTS ?= $(WORKSRC)/core/setup.py
-LICENSE = COPYING
-ARCHALL_CSWpy-graph = 1
-
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/python-openid/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-graph/trunk/checksums 2012-02-01 18:13:41 UTC (rev 16968)
+++ csw/mgar/pkg/lang-python/python-openid/trunk/checksums 2012-02-05 13:35:54 UTC (rev 17001)
@@ -1 +1 @@
-8c5fbf993244c39ce42506425b5f30ac python-graph-1.8.0.tar.bz2
+7bb24dc6abd941ebff6a83c1ac7e4370 python-openid-2.2.5.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