svn commit: r362051 - in head/devel/py-setuptools: . files
Kubilay Kocak
koobs at FreeBSD.org
Wed Jul 16 08:31:00 UTC 2014
Author: koobs
Date: Wed Jul 16 08:30:59 2014
New Revision: 362051
URL: http://svnweb.freebsd.org/changeset/ports/362051
QAT: https://qat.redports.org/buildarchive/r362051/
Log:
devel/py-setuptools
- Update to 5.4.1
- Add breadcrumbs to patch-setuptools_command_install_egg_info.py
- Whitespace alignment
Changes:
https://pypi.python.org/pypi/setuptools#changes
CR: D364
PR: 191405
Reviewed by: antoine, bapt, mat, mva, wg
Modified:
head/devel/py-setuptools/Makefile
head/devel/py-setuptools/distinfo
head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py
Modified: head/devel/py-setuptools/Makefile
==============================================================================
--- head/devel/py-setuptools/Makefile Wed Jul 16 08:26:25 2014 (r362050)
+++ head/devel/py-setuptools/Makefile Wed Jul 16 08:30:59 2014 (r362051)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= setuptools
-PORTVERSION= 5.1
+PORTVERSION= 5.4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFI
PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} \
EASYINSTALL_PTH=${PYTHON_SITELIBDIR}/easy-install.pth
-USE_PYTHON= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_SETUP= ${PYSETUP}
Modified: head/devel/py-setuptools/distinfo
==============================================================================
--- head/devel/py-setuptools/distinfo Wed Jul 16 08:26:25 2014 (r362050)
+++ head/devel/py-setuptools/distinfo Wed Jul 16 08:30:59 2014 (r362051)
@@ -1,2 +1,2 @@
-SHA256 (python/setuptools-5.1.tar.gz) = 5855a13607cae9123df0981d814d32b5b413b7a20422f642bf3f4c355383485b
-SIZE (python/setuptools-5.1.tar.gz) = 804805
+SHA256 (python/setuptools-5.4.1.tar.gz) = 41194dc283bd186d5a7825c16b89d88bee369a6c4c4c7494e84909933b6f63be
+SIZE (python/setuptools-5.4.1.tar.gz) = 782761
Modified: head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py
==============================================================================
--- head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py Wed Jul 16 08:26:25 2014 (r362050)
+++ head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py Wed Jul 16 08:30:59 2014 (r362051)
@@ -1,3 +1,7 @@
+# install_egg_info command includes directory entries in --record output
+# Issue: https://bitbucket.org/pypa/setuptools/issue/118
+# TODO: Merge upstream
+
--- setuptools/command/install_egg_info.py.orig 2013-11-27 22:45:15.000000000 +0100
+++ setuptools/command/install_egg_info.py 2013-11-27 22:45:23.000000000 +0100
@@ -23,7 +23,7 @@
More information about the svn-ports-all
mailing list