diff options
author | fhajny <fhajny@pkgsrc.org> | 2017-04-25 19:32:11 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2017-04-25 19:32:11 +0000 |
commit | 8f8fe20f167b8a4e5a1e565bc9928391fe75929d (patch) | |
tree | 3474bf8470907529a35b3ace806077bc7a7a0ce7 /devel | |
parent | fd9e83e7b3d5f9ef1676f8a700449cd169aec4d4 (diff) | |
download | pkgsrc-8f8fe20f167b8a4e5a1e565bc9928391fe75929d.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/py-lazr.delegates/DESCR | 4 | ||||
-rw-r--r-- | devel/py-lazr.delegates/Makefile | 25 | ||||
-rw-r--r-- | devel/py-lazr.delegates/PLIST | 48 | ||||
-rw-r--r-- | devel/py-lazr.delegates/distinfo | 6 |
4 files changed, 83 insertions, 0 deletions
diff --git a/devel/py-lazr.delegates/DESCR b/devel/py-lazr.delegates/DESCR new file mode 100644 index 00000000000..277062d18cf --- /dev/null +++ b/devel/py-lazr.delegates/DESCR @@ -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 --git a/devel/py-lazr.delegates/Makefile b/devel/py-lazr.delegates/Makefile new file mode 100644 index 00000000000..f86cbfd1393 --- /dev/null +++ b/devel/py-lazr.delegates/Makefile @@ -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 +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 --git a/devel/py-lazr.delegates/PLIST b/devel/py-lazr.delegates/PLIST new file mode 100644 index 00000000000..c27de509de2 --- /dev/null +++ b/devel/py-lazr.delegates/PLIST @@ -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 --git a/devel/py-lazr.delegates/distinfo b/devel/py-lazr.delegates/distinfo new file mode 100644 index 00000000000..ed3be58ec06 --- /dev/null +++ b/devel/py-lazr.delegates/distinfo @@ -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 |