pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/py-eliot



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 18 05:37:40 UTC 2023

Modified Files:
        pkgsrc/sysutils/py-eliot: Makefile distinfo

Log Message:
py-eliot: updated to 1.14.0

Release 1.14.0
Merge pull request 483 from itamarst/1.14.0
Prepare for new release.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/py-eliot/Makefile \
    pkgsrc/sysutils/py-eliot/distinfo

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

Modified files:

Index: pkgsrc/sysutils/py-eliot/Makefile
diff -u pkgsrc/sysutils/py-eliot/Makefile:1.6 pkgsrc/sysutils/py-eliot/Makefile:1.7
--- pkgsrc/sysutils/py-eliot/Makefile:1.6       Wed Jan  5 15:41:22 2022
+++ pkgsrc/sysutils/py-eliot/Makefile   Sun Jun 18 05:37:40 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:22 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2023/06/18 05:37:40 adam Exp $
 
-DISTNAME=      eliot-1.13.0
+DISTNAME=      eliot-1.14.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/eliot/}
 
@@ -11,12 +10,13 @@ HOMEPAGE=   https://github.com/itamarst/el
 COMMENT=       Logging library that tells you why it happened
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
 DEPENDS+=      ${PYPKGPREFIX}-boltons>=19.0.1:../../devel/py-boltons
 DEPENDS+=      ${PYPKGPREFIX}-pyrsistent>=0.11.8:../../devel/py-pyrsistent
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=1.14.0:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
@@ -30,7 +30,7 @@ post-install:
        ${MV} eliot-prettyprint eliot-prettyprint-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
-       cd ${WRKSRC} && pytest-${PYVERSSUFFIX} eliot/tests
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} eliot/tests
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-eliot/distinfo
diff -u pkgsrc/sysutils/py-eliot/distinfo:1.6 pkgsrc/sysutils/py-eliot/distinfo:1.7
--- pkgsrc/sysutils/py-eliot/distinfo:1.6       Thu Dec 30 13:38:24 2021
+++ pkgsrc/sysutils/py-eliot/distinfo   Sun Jun 18 05:37:40 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/12/30 13:38:24 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/06/18 05:37:40 adam Exp $
 
-BLAKE2s (eliot-1.13.0.tar.gz) = d9a8d41e71dd5e51a020d2c3f35f09749bc9579b5d506ccbf164e4148925eb37
-SHA512 (eliot-1.13.0.tar.gz) = 95bf72c8cf64cb3dceb1665c244d866759bc0266aed478ba8a28a08f9001a91f7aa6497789c3a58e1416ac6e9c0b0dfc98f4e85f730769473a38a38baba0c473
-Size (eliot-1.13.0.tar.gz) = 153154 bytes
+BLAKE2s (eliot-1.14.0.tar.gz) = ce0e4f821a4b99990260caea9686123ee0653da57cf32e4acb101f0fb02befa9
+SHA512 (eliot-1.14.0.tar.gz) = 58b458e921751fe67b1b9f80d6e56ee6f057a02d0f041f65f8542c2cf27988a2e6a43fb87840a7d5f4d79958b9dd61ae2e914e200a2e006ddce7ba83c3db7501
+Size (eliot-1.14.0.tar.gz) = 157192 bytes



Home | Main Index | Thread Index | Old Index