pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-zconfig



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 13 10:55:19 UTC 2019

Modified Files:
        pkgsrc/devel/py-zconfig: Makefile PLIST distinfo

Log Message:
py-zconfig: updated to 3.5.0

3.5.0:
- Add support for documenting schema files contained in packages to
  the Sphinx extension.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-zconfig/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-zconfig/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-zconfig/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-zconfig/Makefile
diff -u pkgsrc/devel/py-zconfig/Makefile:1.20 pkgsrc/devel/py-zconfig/Makefile:1.21
--- pkgsrc/devel/py-zconfig/Makefile:1.20       Mon Feb 18 12:48:58 2019
+++ pkgsrc/devel/py-zconfig/Makefile    Tue Aug 13 10:55:19 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/02/18 12:48:58 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/08/13 10:55:19 adam Exp $
 
-DISTNAME=      ZConfig-3.4.0
+DISTNAME=      ZConfig-3.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=Z/ZConfig/}
@@ -11,7 +11,8 @@ COMMENT=      Configuration library
 LICENSE=       zpl-2.1
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-manuel-[0-9]*:../../?/py-manuel
+TEST_DEPENDS+= ${PYPKGPREFIX}-manuel-[0-9]*:../../textproc/py-manuel
+TEST_DEPENDS+= ${PYPKGPREFIX}-zope.exceptions-[0-9]*:../../devel/py-zope.exceptions
 TEST_DEPENDS+= ${PYPKGPREFIX}-ZopeTestrunner-[0-9]*:../../devel/py-ZopeTestrunner
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-zconfig/PLIST
diff -u pkgsrc/devel/py-zconfig/PLIST:1.8 pkgsrc/devel/py-zconfig/PLIST:1.9
--- pkgsrc/devel/py-zconfig/PLIST:1.8   Mon Feb 18 12:48:58 2019
+++ pkgsrc/devel/py-zconfig/PLIST       Tue Aug 13 10:55:19 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/02/18 12:48:58 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/08/13 10:55:19 adam Exp $
 bin/zconfig-${PYVERSSUFFIX}
 bin/zconfig_schema2html-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -142,6 +142,7 @@ ${PYSITELIB}/ZConfig/tests/library/widge
 ${PYSITELIB}/ZConfig/tests/library/widget/__init__.pyo
 ${PYSITELIB}/ZConfig/tests/library/widget/component.xml
 ${PYSITELIB}/ZConfig/tests/library/widget/extra.xml
+${PYSITELIB}/ZConfig/tests/sphinx_test_schema.xml
 ${PYSITELIB}/ZConfig/tests/support.py
 ${PYSITELIB}/ZConfig/tests/support.pyc
 ${PYSITELIB}/ZConfig/tests/support.pyo

Index: pkgsrc/devel/py-zconfig/distinfo
diff -u pkgsrc/devel/py-zconfig/distinfo:1.7 pkgsrc/devel/py-zconfig/distinfo:1.8
--- pkgsrc/devel/py-zconfig/distinfo:1.7        Mon Feb 18 12:48:58 2019
+++ pkgsrc/devel/py-zconfig/distinfo    Tue Aug 13 10:55:19 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/02/18 12:48:58 adam Exp $
+$NetBSD: distinfo,v 1.8 2019/08/13 10:55:19 adam Exp $
 
-SHA1 (ZConfig-3.4.0.tar.gz) = a90792d3611445b6d4f2a704a7db3a986397bc64
-RMD160 (ZConfig-3.4.0.tar.gz) = c1bdecc29bbb150d271e32dc61e79eca2640a959
-SHA512 (ZConfig-3.4.0.tar.gz) = de6589b50200be10604bb898465b8ea2bcc6bf66dcbc32e22359bd04d6d4e81a25797e9b3fe195052503b06aa5fa3253b8dfc6d003d24b3b08d5e5b1779382b3
-Size (ZConfig-3.4.0.tar.gz) = 121009 bytes
+SHA1 (ZConfig-3.5.0.tar.gz) = 66531f61c0cf4e7e7140bbcabae3b463da3add81
+RMD160 (ZConfig-3.5.0.tar.gz) = f3b96f6ed0ee737a09a06732a7496cc23439be6d
+SHA512 (ZConfig-3.5.0.tar.gz) = 14af4de2adcb7e5404a4fd8e1a1903758c584898fda7c4d2a660616c37023f0e0b5d4acac789a930c2900eb501528899d51c4ea4c4050535cfbaa629e9159558
+Size (ZConfig-3.5.0.tar.gz) = 127317 bytes



Home | Main Index | Thread Index | Old Index