pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-lazr.delegates Import lazr.delegates 2.0.3 as...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6da2e49e2dc7
branches:  trunk
changeset: 361725:6da2e49e2dc7
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Apr 25 19:32:11 2017 +0000

description:
Import lazr.delegates 2.0.3 as devel/py-lazr.delegates.

The lazr.delegates package makes it easy to write objects that
delegate behavior to another object. The new object adds some property
or behavior on to the other object, while still providing the
underlying interface, and delegating behavior.

diffstat:

 devel/py-lazr.delegates/DESCR    |   4 +++
 devel/py-lazr.delegates/Makefile |  25 ++++++++++++++++++++
 devel/py-lazr.delegates/PLIST    |  48 ++++++++++++++++++++++++++++++++++++++++
 devel/py-lazr.delegates/distinfo |   6 +++++
 4 files changed, 83 insertions(+), 0 deletions(-)

diffs (99 lines):

diff -r e4d2b13a6103 -r 6da2e49e2dc7 devel/py-lazr.delegates/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.delegates/DESCR     Tue Apr 25 19:32:11 2017 +0000
@@ -0,0 +1,4 @@
+The lazr.delegates package makes it easy to write objects that
+delegate behavior to another object. The new object adds some property
+or behavior on to the other object, while still providing the
+underlying interface, and delegating behavior.
diff -r e4d2b13a6103 -r 6da2e49e2dc7 devel/py-lazr.delegates/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.delegates/Makefile  Tue Apr 25 19:32:11 2017 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2017/04/25 19:32:11 fhajny Exp $
+#
+
+DISTNAME=      lazr.delegates-2.0.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lazr.delegates/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://launchpad.net/lazr.delegates/
+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/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e4d2b13a6103 -r 6da2e49e2dc7 devel/py-lazr.delegates/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.delegates/PLIST     Tue Apr 25 19:32:11 2017 +0000
@@ -0,0 +1,48 @@
+@comment $NetBSD: PLIST,v 1.1 2017/04/25 19:32:11 fhajny Exp $
+${PYSITELIB}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${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
+${PYSITELIB}/lazr/delegates/_python3.pyo
+${PYSITELIB}/lazr/delegates/_python3.pyc
+${PYSITELIB}/lazr/delegates/_delegates.py
+${PYSITELIB}/lazr/delegates/_passthrough.py
+${PYSITELIB}/lazr/delegates/_python2.py
+${PYSITELIB}/lazr/delegates/_python3.py
+${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/fixture.py
+${PYSITELIB}/lazr/delegates/docs/usage.rst
+${PYSITELIB}/lazr/delegates/docs/usage_fixture.py
+${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/test_api.py
+${PYSITELIB}/lazr/delegates/tests/test_passthrough.py
+${PYSITELIB}/lazr/delegates/tests/test_python2.py
+${PYSITELIB}/lazr/delegates/version.txt
diff -r e4d2b13a6103 -r 6da2e49e2dc7 devel/py-lazr.delegates/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-lazr.delegates/distinfo  Tue Apr 25 19:32:11 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/04/25 19:32:11 fhajny 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



Home | Main Index | Thread Index | Old Index