pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-rope



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 19:55:11 UTC 2017

Modified Files:
        pkgsrc/devel/py-rope: Makefile PLIST distinfo
Added Files:
        pkgsrc/devel/py-rope/patches: patch-setup.py

Log Message:
0.10.5:
Update to 0.10.4 to fix issue with package in pypi


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-rope/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-rope/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-rope/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-rope/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-rope/Makefile
diff -u pkgsrc/devel/py-rope/Makefile:1.12 pkgsrc/devel/py-rope/Makefile:1.13
--- pkgsrc/devel/py-rope/Makefile:1.12  Sun Jan  1 14:43:35 2017
+++ pkgsrc/devel/py-rope/Makefile       Sun Aug  6 19:55:11 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/01/01 14:43:35 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/08/06 19:55:11 adam Exp $
 
-VERS=          0.10.2
-DISTNAME=      rope-${VERS}
+DISTNAME=      rope-0.10.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rope/}
@@ -11,11 +10,11 @@ HOMEPAGE=   https://github.com/python-rope
 COMMENT=       Rope is a python refactoring library
 LICENSE=       gnu-gpl-v2
 
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36
+#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
 
 # XXX tests in contrib.codeassisttest fail
 do-test:
        cd ${WRKSRC} && ${PYTHONBIN} setup.py test
 
-.include "../../lang/python/distutils.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-rope/PLIST
diff -u pkgsrc/devel/py-rope/PLIST:1.2 pkgsrc/devel/py-rope/PLIST:1.3
--- pkgsrc/devel/py-rope/PLIST:1.2      Sat Aug 27 01:51:56 2016
+++ pkgsrc/devel/py-rope/PLIST  Sun Aug  6 19:55:11 2017
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2016/08/27 01:51:56 maya Exp $
-${PYSITELIB}/${EGG_FILE}
+@comment $NetBSD: PLIST,v 1.3 2017/08/06 19:55:11 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/rope/__init__.py
 ${PYSITELIB}/rope/__init__.pyc
 ${PYSITELIB}/rope/__init__.pyo
@@ -69,6 +72,54 @@ ${PYSITELIB}/rope/base/oi/soi.pyo
 ${PYSITELIB}/rope/base/oi/transform.py
 ${PYSITELIB}/rope/base/oi/transform.pyc
 ${PYSITELIB}/rope/base/oi/transform.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/__init__.py
+${PYSITELIB}/rope/base/oi/type_hinting/__init__.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/__init__.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/evaluate.py
+${PYSITELIB}/rope/base/oi/type_hinting/evaluate.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/evaluate.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/factory.py
+${PYSITELIB}/rope/base/oi/type_hinting/factory.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/factory.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/interfaces.py
+${PYSITELIB}/rope/base/oi/type_hinting/interfaces.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/interfaces.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/__init__.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/__init__.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/__init__.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/composite.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/composite.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/composite.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/docstrings.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/docstrings.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/docstrings.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/inheritance.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/inheritance.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/inheritance.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/interfaces.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/interfaces.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/interfaces.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/numpydocstrings.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/numpydocstrings.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/numpydocstrings.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/providers/pep0484_type_comments.py
+${PYSITELIB}/rope/base/oi/type_hinting/providers/pep0484_type_comments.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/providers/pep0484_type_comments.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/__init__.py
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/__init__.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/__init__.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/composite.py
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/composite.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/composite.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/interfaces.py
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/interfaces.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/interfaces.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/types.py
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/types.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/resolvers/types.pyo
+${PYSITELIB}/rope/base/oi/type_hinting/utils.py
+${PYSITELIB}/rope/base/oi/type_hinting/utils.pyc
+${PYSITELIB}/rope/base/oi/type_hinting/utils.pyo
 ${PYSITELIB}/rope/base/prefs.py
 ${PYSITELIB}/rope/base/prefs.pyc
 ${PYSITELIB}/rope/base/prefs.pyo
@@ -108,9 +159,15 @@ ${PYSITELIB}/rope/base/stdmods.pyo
 ${PYSITELIB}/rope/base/taskhandle.py
 ${PYSITELIB}/rope/base/taskhandle.pyc
 ${PYSITELIB}/rope/base/taskhandle.pyo
-${PYSITELIB}/rope/base/utils.py
-${PYSITELIB}/rope/base/utils.pyc
-${PYSITELIB}/rope/base/utils.pyo
+${PYSITELIB}/rope/base/utils/__init__.py
+${PYSITELIB}/rope/base/utils/__init__.pyc
+${PYSITELIB}/rope/base/utils/__init__.pyo
+${PYSITELIB}/rope/base/utils/datastructures.py
+${PYSITELIB}/rope/base/utils/datastructures.pyc
+${PYSITELIB}/rope/base/utils/datastructures.pyo
+${PYSITELIB}/rope/base/utils/pycompat.py
+${PYSITELIB}/rope/base/utils/pycompat.pyc
+${PYSITELIB}/rope/base/utils/pycompat.pyo
 ${PYSITELIB}/rope/base/worder.py
 ${PYSITELIB}/rope/base/worder.pyc
 ${PYSITELIB}/rope/base/worder.pyo

Index: pkgsrc/devel/py-rope/distinfo
diff -u pkgsrc/devel/py-rope/distinfo:1.3 pkgsrc/devel/py-rope/distinfo:1.4
--- pkgsrc/devel/py-rope/distinfo:1.3   Sat Aug 27 01:51:56 2016
+++ pkgsrc/devel/py-rope/distinfo       Sun Aug  6 19:55:11 2017
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2016/08/27 01:51:56 maya Exp $
+$NetBSD: distinfo,v 1.4 2017/08/06 19:55:11 adam Exp $
 
-SHA1 (rope-0.10.2.tar.gz) = 263d2d8f5ea41772771ec1f8218699d2dbf976a2
-RMD160 (rope-0.10.2.tar.gz) = b7856027880f916285ef3067225577319701a289
-SHA512 (rope-0.10.2.tar.gz) = 9d3c3f2197b8eff87301d90dbf58872070e8c352704f50c942c270a05ba08504aeb2bb8f6d00902954abaa4d721d2a246c720f94547d8d3517cb84c0b31d9bc2
-Size (rope-0.10.2.tar.gz) = 221523 bytes
+SHA1 (rope-0.10.5.tar.gz) = 9e4dd71acbdd45cbaf3d6493c2298d1e1d5f786c
+RMD160 (rope-0.10.5.tar.gz) = dcb974d0a7bfbb3041062351cb55012ee15a17fb
+SHA512 (rope-0.10.5.tar.gz) = 90a055be51834cc642f06b2bbcad4419d15605393a784a414c069a43816243badcbe5fa131bac48a5899268fcbdc11292c8469d30747614b7c85eebb8f2b6fae
+Size (rope-0.10.5.tar.gz) = 243931 bytes
+SHA1 (patch-setup.py) = 94b037bba9186f300aaa97f500aca11f32f2a3ad

Added files:

Index: pkgsrc/devel/py-rope/patches/patch-setup.py
diff -u /dev/null pkgsrc/devel/py-rope/patches/patch-setup.py:1.1
--- /dev/null   Sun Aug  6 19:55:11 2017
+++ pkgsrc/devel/py-rope/patches/patch-setup.py Sun Aug  6 19:55:11 2017
@@ -0,0 +1,18 @@
+$NetBSD: patch-setup.py,v 1.1 2017/08/06 19:55:11 adam Exp $
+
+README does not contain ASCII characters.
+
+--- setup.py.orig      2017-02-23 17:56:42.000000000 +0000
++++ setup.py
+@@ -57,7 +57,10 @@ classifiers = [
+ 
+ 
+ def get_long_description():
+-    lines = open('README.rst').read().splitlines(False)
++    if sys.version_info.major >= 3:
++        lines = open('README.rst', encoding='utf-8').read().splitlines(False)
++    else:
++        lines = open('README.rst').read().splitlines(False)
+     end = lines.index('Getting Started')
+     return '\n' + '\n'.join(lines[:end]) + '\n'
+ 



Home | Main Index | Thread Index | Old Index