pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-lazr.delegates



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec 10 09:50:43 UTC 2017

Modified Files:
        pkgsrc/devel/py-lazr.delegates: Makefile PLIST distinfo

Log Message:
py-lazr.delegates: updated to 2.0.4

2.0.4:
Bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-lazr.delegates/Makefile \
    pkgsrc/devel/py-lazr.delegates/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-lazr.delegates/distinfo

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-lazr.delegates/Makefile
diff -u pkgsrc/devel/py-lazr.delegates/Makefile:1.2 pkgsrc/devel/py-lazr.delegates/Makefile:1.3
--- pkgsrc/devel/py-lazr.delegates/Makefile:1.2 Sat Jun 17 19:38:10 2017
+++ pkgsrc/devel/py-lazr.delegates/Makefile     Sun Dec 10 09:50:43 2017
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2017/06/17 19:38:10 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.3 2017/12/10 09:50:43 adam Exp $
 
-DISTNAME=      lazr.delegates-2.0.3
+DISTNAME=      lazr.delegates-2.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lazr.delegates/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,22 +10,14 @@ HOMEPAGE=   https://launchpad.net/lazr.del
 COMMENT=       Easily write objects that delegate behavior
 LICENSE=       gnu-lgpl-v3
 
-USE_LANGUAGES= # none
-
 DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 DEPENDS+=      ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
-
 # TEST_DEPENDS
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
 
-PYSETUPTESTTARGET=     nosetests
-
-.include "../../lang/python/pyversion.mk"
+USE_LANGUAGES= # none
 
-PLIST_VARS+=   python3
-.if !empty(PYVERSSUFFIX:M3.*)
-PLIST.python3= yes
-.endif
+PYSETUPTESTTARGET=     nosetests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-lazr.delegates/PLIST
diff -u pkgsrc/devel/py-lazr.delegates/PLIST:1.2 pkgsrc/devel/py-lazr.delegates/PLIST:1.3
--- pkgsrc/devel/py-lazr.delegates/PLIST:1.2    Sat Jun 17 19:38:10 2017
+++ pkgsrc/devel/py-lazr.delegates/PLIST        Sun Dec 10 09:50:43 2017
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/17 19:38:10 joerg Exp $
-${PYSITELIB}/${EGG_NAME}-nspkg.pth
+@comment $NetBSD: PLIST,v 1.3 2017/12/10 09:50:43 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,42 +6,45 @@ ${PYSITELIB}/${EGG_INFODIR}/namespace_pa
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
 ${PYSITELIB}/lazr/delegates/__init__.py
-${PYSITELIB}/lazr/delegates/__init__.pyo
 ${PYSITELIB}/lazr/delegates/__init__.pyc
-${PYSITELIB}/lazr/delegates/_delegates.pyo
-${PYSITELIB}/lazr/delegates/_delegates.pyc
-${PYSITELIB}/lazr/delegates/_passthrough.pyo
-${PYSITELIB}/lazr/delegates/_passthrough.pyc
-${PYSITELIB}/lazr/delegates/_python2.pyo
-${PYSITELIB}/lazr/delegates/_python2.pyc
-${PLIST.python3}${PYSITELIB}/lazr/delegates/_python3.pyo
-${PLIST.python3}${PYSITELIB}/lazr/delegates/_python3.pyc
+${PYSITELIB}/lazr/delegates/__init__.pyo
 ${PYSITELIB}/lazr/delegates/_delegates.py
+${PYSITELIB}/lazr/delegates/_delegates.pyc
+${PYSITELIB}/lazr/delegates/_delegates.pyo
 ${PYSITELIB}/lazr/delegates/_passthrough.py
+${PYSITELIB}/lazr/delegates/_passthrough.pyc
+${PYSITELIB}/lazr/delegates/_passthrough.pyo
 ${PYSITELIB}/lazr/delegates/_python2.py
+${PYSITELIB}/lazr/delegates/_python2.pyc
+${PYSITELIB}/lazr/delegates/_python2.pyo
 ${PYSITELIB}/lazr/delegates/_python3.py
+${PLIST.py3x}${PYSITELIB}/lazr/delegates/_python3.pyc
+${PLIST.py3x}${PYSITELIB}/lazr/delegates/_python3.pyo
+${PYSITELIB}/lazr/delegates/_version.py
+${PYSITELIB}/lazr/delegates/_version.pyc
+${PYSITELIB}/lazr/delegates/_version.pyo
 ${PYSITELIB}/lazr/delegates/docs/NEWS.rst
 ${PYSITELIB}/lazr/delegates/docs/__init__.py
-${PYSITELIB}/lazr/delegates/docs/__init__.pyo
 ${PYSITELIB}/lazr/delegates/docs/__init__.pyc
-${PYSITELIB}/lazr/delegates/docs/fixture.pyo
-${PYSITELIB}/lazr/delegates/docs/fixture.pyc
-${PYSITELIB}/lazr/delegates/docs/usage_fixture.pyo
-${PYSITELIB}/lazr/delegates/docs/usage_fixture.pyc
+${PYSITELIB}/lazr/delegates/docs/__init__.pyo
 ${PYSITELIB}/lazr/delegates/docs/fixture.py
+${PYSITELIB}/lazr/delegates/docs/fixture.pyc
+${PYSITELIB}/lazr/delegates/docs/fixture.pyo
 ${PYSITELIB}/lazr/delegates/docs/usage.rst
 ${PYSITELIB}/lazr/delegates/docs/usage_fixture.py
+${PYSITELIB}/lazr/delegates/docs/usage_fixture.pyc
+${PYSITELIB}/lazr/delegates/docs/usage_fixture.pyo
 ${PYSITELIB}/lazr/delegates/tests/__init__.py
-${PYSITELIB}/lazr/delegates/tests/__init__.pyo
 ${PYSITELIB}/lazr/delegates/tests/__init__.pyc
-${PYSITELIB}/lazr/delegates/tests/test_api.pyo
-${PYSITELIB}/lazr/delegates/tests/test_api.pyc
-${PYSITELIB}/lazr/delegates/tests/test_passthrough.pyo
-${PYSITELIB}/lazr/delegates/tests/test_passthrough.pyc
-${PYSITELIB}/lazr/delegates/tests/test_python2.pyo
-${PYSITELIB}/lazr/delegates/tests/test_python2.pyc
+${PYSITELIB}/lazr/delegates/tests/__init__.pyo
 ${PYSITELIB}/lazr/delegates/tests/test_api.py
+${PYSITELIB}/lazr/delegates/tests/test_api.pyc
+${PYSITELIB}/lazr/delegates/tests/test_api.pyo
 ${PYSITELIB}/lazr/delegates/tests/test_passthrough.py
+${PYSITELIB}/lazr/delegates/tests/test_passthrough.pyc
+${PYSITELIB}/lazr/delegates/tests/test_passthrough.pyo
 ${PYSITELIB}/lazr/delegates/tests/test_python2.py
-${PYSITELIB}/lazr/delegates/version.txt
+${PYSITELIB}/lazr/delegates/tests/test_python2.pyc
+${PYSITELIB}/lazr/delegates/tests/test_python2.pyo

Index: pkgsrc/devel/py-lazr.delegates/distinfo
diff -u pkgsrc/devel/py-lazr.delegates/distinfo:1.1 pkgsrc/devel/py-lazr.delegates/distinfo:1.2
--- pkgsrc/devel/py-lazr.delegates/distinfo:1.1 Tue Apr 25 19:32:11 2017
+++ pkgsrc/devel/py-lazr.delegates/distinfo     Sun Dec 10 09:50:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/25 19:32:11 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/12/10 09:50:43 adam Exp $
 
-SHA1 (lazr.delegates-2.0.3.tar.gz) = 0313ff26796be3e1ad3abdaad8f4d2fce00b9518
-RMD160 (lazr.delegates-2.0.3.tar.gz) = bff37c7d355a8d0ea310bdbe5fa175c5c9cc3198
-SHA512 (lazr.delegates-2.0.3.tar.gz) = 36a4fd3aabf25c8dac0daf8bae67bdf938867b33f72926696437b65ab7a450999c0fc9999216125af6f311f783f3f20bfa03ac761f1552f9a8810de9964cfd61
-Size (lazr.delegates-2.0.3.tar.gz) = 14039 bytes
+SHA1 (lazr.delegates-2.0.4.tar.gz) = a62c381c236996c9f863095692899d7dd3022d3a
+RMD160 (lazr.delegates-2.0.4.tar.gz) = 2d1ca97d21e92b2b3d1aeb76c593361300fb1c93
+SHA512 (lazr.delegates-2.0.4.tar.gz) = 0c0b32a4fa4c132646d601870be0f0c1f1856aceb91bf979faa9a675fcbf94f76c7c6f548978a402842633cf4e53275c052cff7dfd776a4246691c067eabe501
+Size (lazr.delegates-2.0.4.tar.gz) = 14168 bytes



Home | Main Index | Thread Index | Old Index