pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-dominate



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 17 20:56:29 UTC 2020

Modified Files:
        pkgsrc/textproc/py-dominate: Makefile distinfo

Log Message:
py-dominate: updated to 2.5.1

2.5.1:
fix quote character

2.5.0:
Update CI, versions


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-dominate/Makefile \
    pkgsrc/textproc/py-dominate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-dominate/Makefile
diff -u pkgsrc/textproc/py-dominate/Makefile:1.3 pkgsrc/textproc/py-dominate/Makefile:1.4
--- pkgsrc/textproc/py-dominate/Makefile:1.3    Fri Sep  6 13:34:21 2019
+++ pkgsrc/textproc/py-dominate/Makefile        Sun May 17 20:56:29 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/09/06 13:34:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/17 20:56:29 adam Exp $
 
-DISTNAME=      dominate-2.4.0
+DISTNAME=      dominate-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    python textproc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dominate/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/Knio/domina
 COMMENT=       Python library for creating and manipulating HTML documents
 LICENSE=       gnu-lgpl-v3
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+PYTHON_VERSIONED_DEPENDENCIES= test:test
 
 USE_LANGUAGES= # none
 
@@ -18,4 +18,5 @@ do-test:
        cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-dominate/distinfo
diff -u pkgsrc/textproc/py-dominate/distinfo:1.3 pkgsrc/textproc/py-dominate/distinfo:1.4
--- pkgsrc/textproc/py-dominate/distinfo:1.3    Fri Sep  6 13:34:21 2019
+++ pkgsrc/textproc/py-dominate/distinfo        Sun May 17 20:56:29 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/09/06 13:34:21 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/05/17 20:56:29 adam Exp $
 
-SHA1 (dominate-2.4.0.tar.gz) = 32ab77c1faa634d34578816d6d8721584c835ba8
-RMD160 (dominate-2.4.0.tar.gz) = 351b72cfbbfba68f8aaaf274597488268ae4554e
-SHA512 (dominate-2.4.0.tar.gz) = a14f5dead31364543839c54a6ea4e16d796c9c99277a8fe2cb29edfb2f8259f45befcb33923fe6932cc7da25d9c09cc54d1ea1bd12cc11c52fe6ba52f4f9ef8f
-Size (dominate-2.4.0.tar.gz) = 32810 bytes
+SHA1 (dominate-2.5.1.tar.gz) = cbf025c14188b416788084a7b862bb3ec1e52086
+RMD160 (dominate-2.5.1.tar.gz) = 3e13b53cc52cd6d9250eb279c4c51922b2e5c9b3
+SHA512 (dominate-2.5.1.tar.gz) = 85f25a1f2506bcb9ff9cdff699aabe7cfdd4ec690d53624b99642472299cb8b3947ce6f215ff913aa5a80e61d31b92c09f01f03c8f5b04e0d60b92098790953e
+Size (dominate-2.5.1.tar.gz) = 37524 bytes



Home | Main Index | Thread Index | Old Index