pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel py-zope.exceptions: added version 4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34e6b1d15ea8
branches:  trunk
changeset: 314256:34e6b1d15ea8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 23 09:39:59 2018 +0000

description:
py-zope.exceptions: added version 4.3

This package contains exception exceptions and implementations which are so
general purpose that they don't belong in Zope application-specific packages.

diffstat:

 devel/Makefile                    |   4 +++-
 devel/py-zope.exceptions/DESCR    |   2 ++
 devel/py-zope.exceptions/Makefile |  20 ++++++++++++++++++++
 devel/py-zope.exceptions/PLIST    |  30 ++++++++++++++++++++++++++++++
 devel/py-zope.exceptions/distinfo |   6 ++++++
 5 files changed, 61 insertions(+), 1 deletions(-)

diffs (99 lines):

diff -r f6b19c991c57 -r 34e6b1d15ea8 devel/Makefile
--- a/devel/Makefile    Tue Oct 23 09:38:39 2018 +0000
+++ b/devel/Makefile    Tue Oct 23 09:39:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2740 2018/10/23 01:42:34 riastradh Exp $
+# $NetBSD: Makefile,v 1.2741 2018/10/23 09:39:59 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -1891,6 +1891,7 @@
 SUBDIR+=       py-ZopeI18NMessageid
 SUBDIR+=       py-ZopeInterface
 SUBDIR+=       py-ZopeSchema
+SUBDIR+=       py-ZopeTestrunner
 SUBDIR+=       py-absl-py
 SUBDIR+=       py-aiofiles
 SUBDIR+=       py-angr
@@ -2340,6 +2341,7 @@
 SUBDIR+=       py-zanata-python-client
 SUBDIR+=       py-zc.lockfile
 SUBDIR+=       py-zconfig
+SUBDIR+=       py-zope.exceptions
 SUBDIR+=       py-zope.testing
 SUBDIR+=       python-mode
 SUBDIR+=       pythontidy
diff -r f6b19c991c57 -r 34e6b1d15ea8 devel/py-zope.exceptions/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-zope.exceptions/DESCR    Tue Oct 23 09:39:59 2018 +0000
@@ -0,0 +1,2 @@
+This package contains exception exceptions and implementations which are so
+general purpose that they don't belong in Zope application-specific packages.
diff -r f6b19c991c57 -r 34e6b1d15ea8 devel/py-zope.exceptions/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-zope.exceptions/Makefile Tue Oct 23 09:39:59 2018 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2018/10/23 09:39:59 adam Exp $
+
+DISTNAME=      zope.exceptions-4.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zope.exceptions/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/zopefoundation/zope.exceptions
+COMMENT=       Zope testing helpers
+LICENSE=       zpl-2.1
+
+DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+# circular dependency
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-ZopeTestrunner-[0-9]*:../../devel/py-ZopeTestrunner
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f6b19c991c57 -r 34e6b1d15ea8 devel/py-zope.exceptions/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-zope.exceptions/PLIST    Tue Oct 23 09:39:59 2018 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2018/10/23 09:39:59 adam Exp $
+${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}/${EGG_NAME}-nspkg.pth
+${PYSITELIB}/zope/exceptions/__init__.py
+${PYSITELIB}/zope/exceptions/__init__.pyc
+${PYSITELIB}/zope/exceptions/__init__.pyo
+${PYSITELIB}/zope/exceptions/exceptionformatter.py
+${PYSITELIB}/zope/exceptions/exceptionformatter.pyc
+${PYSITELIB}/zope/exceptions/exceptionformatter.pyo
+${PYSITELIB}/zope/exceptions/interfaces.py
+${PYSITELIB}/zope/exceptions/interfaces.pyc
+${PYSITELIB}/zope/exceptions/interfaces.pyo
+${PYSITELIB}/zope/exceptions/log.py
+${PYSITELIB}/zope/exceptions/log.pyc
+${PYSITELIB}/zope/exceptions/log.pyo
+${PYSITELIB}/zope/exceptions/tests/__init__.py
+${PYSITELIB}/zope/exceptions/tests/__init__.pyc
+${PYSITELIB}/zope/exceptions/tests/__init__.pyo
+${PYSITELIB}/zope/exceptions/tests/test_exceptionformatter.py
+${PYSITELIB}/zope/exceptions/tests/test_exceptionformatter.pyc
+${PYSITELIB}/zope/exceptions/tests/test_exceptionformatter.pyo
+${PYSITELIB}/zope/exceptions/tests/test_log.py
+${PYSITELIB}/zope/exceptions/tests/test_log.pyc
+${PYSITELIB}/zope/exceptions/tests/test_log.pyo
diff -r f6b19c991c57 -r 34e6b1d15ea8 devel/py-zope.exceptions/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-zope.exceptions/distinfo Tue Oct 23 09:39:59 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/10/23 09:39:59 adam Exp $
+
+SHA1 (zope.exceptions-4.3.tar.gz) = 63db20d5615416f64ce74e1f1a7d2ac3943b76d7
+RMD160 (zope.exceptions-4.3.tar.gz) = f21e8a56325fea0d9598475b6b30d56a740d0af7
+SHA512 (zope.exceptions-4.3.tar.gz) = 348c8edb0246bb2035ca5c1bcfaca7d3be2525157e2c9267a59a061c8ba749b364428e3d6a3aa3f967306abd0a319e4d6fa935b7fc35fff3bb53960015505695
+Size (zope.exceptions-4.3.tar.gz) = 30704 bytes



Home | Main Index | Thread Index | Old Index