SF.net SVN: gar:[26037] csw/mgar/pkg/lang-python/pysetuptools/trunk
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Mon Nov 14 05:51:37 CET 2016
Revision: 26037
http://sourceforge.net/p/gar/code/26037
Author: rthurner
Date: 2016-11-14 04:51:37 +0000 (Mon, 14 Nov 2016)
Log Message:
-----------
lang-python/pysetuptools/trunk: pysetuptools update to version 28.8.0
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile
csw/mgar/pkg/lang-python/pysetuptools/trunk/checksums
Modified: csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile 2016-11-13 12:55:28 UTC (rev 26036)
+++ csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile 2016-11-14 04:51:37 UTC (rev 26037)
@@ -1,24 +1,20 @@
-# $Id$
+# $Id$//
NAME = setuptools
-VERSION = 3.8.1
+VERSION = 28.8.0
CATEGORIES = python
GARTYPE = v2
-VENDOR_URL = https://pypi.python.org/pypi/setuptools
-PYSETUPTOOLS_VERSION := $(shell echo $(VERSION) | sed -e 's/[a-z].*//')
-PYSETUPTOOLS_RELEASE := $(shell echo $(VERSION) | sed -e 's/^[0-9].[0-9]*//')
+GIT_REPOS = git://github.com/pypa/setuptools.git
DESCRIPTION = Distribution Utilities for Python
# Upstream has rejected our patch. :(
# https://bitbucket.org/pypa/setuptools/issue/134/spaces-in-file-names-make-it-impossible-to
# https://bitbucket.org/pypa/setuptools/pull-request/33/rename-script-templatepy-to-script/diff
-PATCHFILES += 0001-Solaris-packages-can-t-handle-spaces-in-file-names.patch
+#PATCHFILES += 0001-Solaris-packages-can-t-handle-spaces-in-file-names.patch
ARCHALL_CSWpy-setuptools = 1
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-DISTFILES += LICENSE
OBSOLETED_BY_CSWpy-setuptools = CSWpysetuptools
SPKG_DESC_CSWpy-setuptools = Distribution Utiltiies for Python
TEST_SCRIPTS =
@@ -30,11 +26,12 @@
include gar/category.mk
+post-configure:
+ cd $(WORKSRC) && python bootstrap.py
+
post-install-modulated:
- mv "$(DESTDIR)$(SITE_PACKAGES)/setuptools/script template.py" \
- "$(DESTDIR)$(SITE_PACKAGES)/setuptools/script_template.py"
- mv "$(DESTDIR)$(SITE_PACKAGES)/setuptools/script template (dev).py" \
- "$(DESTDIR)$(SITE_PACKAGES)/setuptools/script_template_(dev).py"
+ mv "$(DESTDIR)$(SITE_PACKAGES)/setuptools/script (dev).tmpl" \
+ "$(DESTDIR)$(SITE_PACKAGES)/setuptools/script_(dev).tmpl"
@$(MAKECOOKIE)
post-merge:
Modified: csw/mgar/pkg/lang-python/pysetuptools/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/pysetuptools/trunk/checksums 2016-11-13 12:55:28 UTC (rev 26036)
+++ csw/mgar/pkg/lang-python/pysetuptools/trunk/checksums 2016-11-14 04:51:37 UTC (rev 26037)
@@ -1 +1 @@
-f2219937a17d4311499a52e82cba681e setuptools-3.8.1.tar.gz
+7e4ba5cdebc02710d3ab748c103fc673 setuptools-20.3.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