FreeBSD Bugzilla – Attachment 179982 Details for
Bug 217044
devel/py-setuptools: Upgrade to 34.1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch to update devel/py-setuptools to 34.1.1.
setuptools-34.1.1.diff.txt (text/plain), 9.81 KB, created by
Wen Heping
on 2017-02-14 12:08:54 UTC
(
hide
)
Description:
patch to update devel/py-setuptools to 34.1.1.
Filename:
MIME Type:
Creator:
Wen Heping
Created:
2017-02-14 12:08:54 UTC
Size:
9.81 KB
patch
obsolete
>Index: devel/py-pyparsing/Makefile >=================================================================== >--- devel/py-pyparsing/Makefile (revision 433704) >+++ devel/py-pyparsing/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= pyparsing > PORTVERSION= 2.1.10 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -14,7 +15,12 @@ > LICENSE_FILE= ${WRKSRC}/LICENSE > > NO_ARCH= yes >-USE_PYTHON= autoplist concurrent distutils >-USES= python >+#USE_PYTHON= autoplist concurrent distutils >+USES= dos2unix python > >+NO_BUILD= yes >+ >+do-install: >+ @cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install --root=${STAGEDIR} >+ > .include <bsd.port.mk> >Index: devel/py-pyparsing/pkg-plist >=================================================================== >--- devel/py-pyparsing/pkg-plist (nonexistent) >+++ devel/py-pyparsing/pkg-plist (working copy) >@@ -0,0 +1,3 @@ >+%%PYTHON_SITELIBDIR%%/pyparsing-2.1.10-py2.7.egg-info >+%%PYTHON_SITELIBDIR%%/pyparsing.py >+%%PYTHON_SITELIBDIR%%/pyparsing.pyc > >Property changes on: devel/py-pyparsing/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-six/Makefile >=================================================================== >--- devel/py-six/Makefile (revision 433704) >+++ devel/py-six/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= six > PORTVERSION= 1.10.0 >+PORTREVISION= 1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -16,10 +17,13 @@ > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest > > USES= python >-USE_PYTHON= autoplist concurrent distutils > > NO_ARCH= yes >+NO_BUILD= yes > >+do-install: >+ @cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install --root=${STAGEDIR} >+ > do-test: > @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v > >Index: devel/py-six/pkg-plist >=================================================================== >--- devel/py-six/pkg-plist (nonexistent) >+++ devel/py-six/pkg-plist (working copy) >@@ -0,0 +1,3 @@ >+%%PYTHON_SITELIBDIR%%/six-1.10.0-py%%PYTHON_VER%%.egg-info >+%%PYTHON_SITELIBDIR%%/six.py >+%%PYTHON_SITELIBDIR%%/six.pyc > >Property changes on: devel/py-six/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-appdirs/Makefile >=================================================================== >--- devel/py-appdirs/Makefile (revision 433704) >+++ devel/py-appdirs/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= appdirs > PORTVERSION= 1.4.1 >+PORTREVISION= 1 > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -17,6 +18,9 @@ > > NO_ARCH= yes > USES= python >-USE_PYTHON= autoplist distutils >+NO_BUILD= yes > >+do-install: >+ @cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install --root=${STAGEDIR} >+ > .include <bsd.port.mk> >Index: devel/py-appdirs/files/patch-setup.py >=================================================================== >--- devel/py-appdirs/files/patch-setup.py (nonexistent) >+++ devel/py-appdirs/files/patch-setup.py (working copy) >@@ -0,0 +1,11 @@ >+--- setup.py.orig 2017-02-14 07:45:04 UTC >++++ setup.py >+@@ -2,7 +2,7 @@ >+ import sys >+ import os >+ import os.path >+-from setuptools import setup >++from distutils.core import setup >+ import appdirs >+ >+ tests_require = [] > >Property changes on: devel/py-appdirs/files/patch-setup.py >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-appdirs/pkg-plist >=================================================================== >--- devel/py-appdirs/pkg-plist (nonexistent) >+++ devel/py-appdirs/pkg-plist (working copy) >@@ -0,0 +1,3 @@ >+%%PYTHON_SITELIBDIR%%/appdirs-1.4.1-py%%PYTHON_VER%%.egg-info >+%%PYTHON_SITELIBDIR%%/appdirs.py >+%%PYTHON_SITELIBDIR%%/appdirs.pyc > >Property changes on: devel/py-appdirs/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-packaging/Makefile >=================================================================== >--- devel/py-packaging/Makefile (nonexistent) >+++ devel/py-packaging/Makefile (working copy) >@@ -0,0 +1,21 @@ >+# Created by: Wen Heping <wen@FreeBSD.org> >+# $FreeBSD$ >+ >+PORTNAME= packaging >+PORTVERSION= 16.8 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Core utilities for Python packages >+ >+USES= python >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+do-install: >+ @cd ${INSTALL_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install --root=${STAGEDIR} >+ >+.include <bsd.port.mk> > >Property changes on: devel/py-packaging/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-packaging/distinfo >=================================================================== >--- devel/py-packaging/distinfo (nonexistent) >+++ devel/py-packaging/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1487057183 >+SHA256 (packaging-16.8.tar.gz) = 5d50835fdf0a7edf0b55e311b7c887786504efea1177abd7e69329a8e5ea619e >+SIZE (packaging-16.8.tar.gz) = 44706 > >Property changes on: devel/py-packaging/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-packaging/pkg-descr >=================================================================== >--- devel/py-packaging/pkg-descr (nonexistent) >+++ devel/py-packaging/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Core utilities for Python packages. >+ >+WWW: https://pypi.python.org/pypi/packaging > >Property changes on: devel/py-packaging/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-packaging/pkg-plist >=================================================================== >--- devel/py-packaging/pkg-plist (nonexistent) >+++ devel/py-packaging/pkg-plist (working copy) >@@ -0,0 +1,19 @@ >+%%PYTHON_SITELIBDIR%%/packaging-16.8-py2.7.egg-info >+%%PYTHON_SITELIBDIR%%/packaging/__about__.py >+%%PYTHON_SITELIBDIR%%/packaging/__about__.pyc >+%%PYTHON_SITELIBDIR%%/packaging/__init__.py >+%%PYTHON_SITELIBDIR%%/packaging/__init__.pyc >+%%PYTHON_SITELIBDIR%%/packaging/_compat.py >+%%PYTHON_SITELIBDIR%%/packaging/_compat.pyc >+%%PYTHON_SITELIBDIR%%/packaging/_structures.py >+%%PYTHON_SITELIBDIR%%/packaging/_structures.pyc >+%%PYTHON_SITELIBDIR%%/packaging/markers.py >+%%PYTHON_SITELIBDIR%%/packaging/markers.pyc >+%%PYTHON_SITELIBDIR%%/packaging/requirements.py >+%%PYTHON_SITELIBDIR%%/packaging/requirements.pyc >+%%PYTHON_SITELIBDIR%%/packaging/specifiers.py >+%%PYTHON_SITELIBDIR%%/packaging/specifiers.pyc >+%%PYTHON_SITELIBDIR%%/packaging/utils.py >+%%PYTHON_SITELIBDIR%%/packaging/utils.pyc >+%%PYTHON_SITELIBDIR%%/packaging/version.py >+%%PYTHON_SITELIBDIR%%/packaging/version.pyc > >Property changes on: devel/py-packaging/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/py-setuptools/Makefile >=================================================================== >--- devel/py-setuptools/Makefile (revision 433704) >+++ devel/py-setuptools/Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= setuptools >-PORTVERSION= 32.1.0 >+PORTVERSION= 34.1.1 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -12,8 +12,13 @@ > > LICENSE= PSFL > >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six \ >+ ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging \ >+ ${PYTHON_PKGNAMEPREFIX}appdirs>=0:devel/py-appdirs \ >+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing >+ > NO_ARCH= yes >-USES= python >+USES= python zip > USE_PYTHON= autoplist concurrent distutils > > PYDISTUTILS_SETUP= ${PYSETUP} >Index: devel/py-setuptools/distinfo >=================================================================== >--- devel/py-setuptools/distinfo (revision 433704) >+++ devel/py-setuptools/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1482063347 >-SHA256 (python/setuptools-32.1.0.tar.gz) = 86d57bf86edc0ecfd2dc0907ed3710bc4501fb13a06c0fcaf7632305b00ce832 >-SIZE (python/setuptools-32.1.0.tar.gz) = 656843 >+TIMESTAMP = 1486894815 >+SHA256 (python/setuptools-34.1.1.zip) = be2108849161624b51b2a5cdba8117e2b3f7a9cf4301cf3839a55afc3a7253e4 >+SIZE (python/setuptools-34.1.1.zip) = 621506
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 217044
: 179982 |
180610
|
181404