[csw-devel] SF.net SVN: gar:[19550] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Oct 31 14:33:04 CET 2012
Revision: 19550
http://gar.svn.sourceforge.net/gar/?rev=19550&view=rev
Author: dmichelsen
Date: 2012-10-31 13:33:03 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
lang-python/pip: Initial commit
Added Paths:
-----------
csw/mgar/pkg/lang-python/pip/
csw/mgar/pkg/lang-python/pip/Makefile
csw/mgar/pkg/lang-python/pip/branches/
csw/mgar/pkg/lang-python/pip/tags/
csw/mgar/pkg/lang-python/pip/trunk/
csw/mgar/pkg/lang-python/pip/trunk/Makefile
csw/mgar/pkg/lang-python/pip/trunk/checksums
csw/mgar/pkg/lang-python/pip/trunk/files/
Added: csw/mgar/pkg/lang-python/pip/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pip/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/pip/Makefile 2012-10-31 13:33:03 UTC (rev 19550)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Property changes on: csw/mgar/pkg/lang-python/pip/trunk
___________________________________________________________________
Added: svn:ignore
+ work
Added: csw/mgar/pkg/lang-python/pip/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pip/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/lang-python/pip/trunk/Makefile 2012-10-31 13:33:03 UTC (rev 19550)
@@ -0,0 +1,23 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = pip
+VERSION = 1.2.1
+GARTYPE = v2
+CATEGORIES = python
+
+DESCRIPTION = A Python easy_install replacement
+
+MASTER_SITES = $(PYPI_MIRROR)
+DISTFILES = $(DISTNAME).tar.gz
+
+# These are hardcodes for Mac OS X
+CHECKPKG_OVERRIDES_CSWpy-pip += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/pip/locations.py
+CHECKPKG_OVERRIDES_CSWpy-pip += file-with-bad-content|/usr/local|root/opt/csw/lib/python/site-packages/pip/commands/install.py
+CHECKPKG_OVERRIDES_CSWpy-pip += file-with-bad-content|/usr/share|root/opt/csw/lib/python/site-packages/pip/util.py
+
+# Testsuite seeems to be broken
+TEST_SCRIPTS ?=
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/lang-python/pip/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/lang-python/pip/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pip/trunk/checksums (rev 0)
+++ csw/mgar/pkg/lang-python/pip/trunk/checksums 2012-10-31 13:33:03 UTC (rev 19550)
@@ -0,0 +1 @@
+db8a6d8a4564d3dc7f337ebed67b1a85 pip-1.2.1.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