Sun Jun 18 05:37:40 2023 UTC ()
py-eliot: updated to 1.14.0

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


(adam)
diff -r1.6 -r1.7 pkgsrc/sysutils/py-eliot/Makefile
diff -r1.6 -r1.7 pkgsrc/sysutils/py-eliot/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/py-eliot/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/py-eliot/Makefile 2022/01/05 15:41:22 1.6
+++ pkgsrc/sysutils/py-eliot/Makefile 2023/06/18 05:37:40 1.7
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:22 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2023/06/18 05:37:40 adam Exp $
2 2
3DISTNAME= eliot-1.13.0 3DISTNAME= eliot-1.14.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= sysutils python 5CATEGORIES= sysutils python
7MASTER_SITES= ${MASTER_SITE_PYPI:=e/eliot/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=e/eliot/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/itamarst/eliot 9HOMEPAGE= https://github.com/itamarst/eliot
11COMMENT= Logging library that tells you why it happened 10COMMENT= Logging library that tells you why it happened
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface 
15DEPENDS+= ${PYPKGPREFIX}-boltons>=19.0.1:../../devel/py-boltons 13DEPENDS+= ${PYPKGPREFIX}-boltons>=19.0.1:../../devel/py-boltons
16DEPENDS+= ${PYPKGPREFIX}-pyrsistent>=0.11.8:../../devel/py-pyrsistent 14DEPENDS+= ${PYPKGPREFIX}-pyrsistent>=0.11.8:../../devel/py-pyrsistent
17DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 15DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 16DEPENDS+= ${PYPKGPREFIX}-zope.interface-[0-9]*:../../devel/py-zope.interface
18TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=1.14.0:../../devel/py-hypothesis 17TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=1.14.0:../../devel/py-hypothesis
19TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 19TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
20TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools 20TEST_DEPENDS+= ${PYPKGPREFIX}-testtools-[0-9]*:../../devel/py-testtools
21 21
22PYTHON_VERSIONS_INCOMPATIBLE= 27 22PYTHON_VERSIONS_INCOMPATIBLE= 27
23 23
24USE_PKG_RESOURCES= yes 24USE_PKG_RESOURCES= yes
25 25
26USE_LANGUAGES= # none 26USE_LANGUAGES= # none
27 27
28post-install: 28post-install:
29 cd ${DESTDIR}${PREFIX}/bin && \ 29 cd ${DESTDIR}${PREFIX}/bin && \
30 ${MV} eliot-prettyprint eliot-prettyprint-${PYVERSSUFFIX} || ${TRUE} 30 ${MV} eliot-prettyprint eliot-prettyprint-${PYVERSSUFFIX} || ${TRUE}
31 31
32do-test: 32do-test:
33 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} eliot/tests 33 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} eliot/tests
34 34
35.include "../../lang/python/egg.mk" 35.include "../../lang/python/egg.mk"
36.include "../../mk/bsd.pkg.mk" 36.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/sysutils/py-eliot/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/py-eliot/distinfo 2021/12/30 13:38:24 1.6
+++ pkgsrc/sysutils/py-eliot/distinfo 2023/06/18 05:37:40 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/12/30 13:38:24 adam Exp $ 1$NetBSD: distinfo,v 1.7 2023/06/18 05:37:40 adam Exp $
2 2
3BLAKE2s (eliot-1.13.0.tar.gz) = d9a8d41e71dd5e51a020d2c3f35f09749bc9579b5d506ccbf164e4148925eb37 3BLAKE2s (eliot-1.14.0.tar.gz) = ce0e4f821a4b99990260caea9686123ee0653da57cf32e4acb101f0fb02befa9
4SHA512 (eliot-1.13.0.tar.gz) = 95bf72c8cf64cb3dceb1665c244d866759bc0266aed478ba8a28a08f9001a91f7aa6497789c3a58e1416ac6e9c0b0dfc98f4e85f730769473a38a38baba0c473 4SHA512 (eliot-1.14.0.tar.gz) = 58b458e921751fe67b1b9f80d6e56ee6f057a02d0f041f65f8542c2cf27988a2e6a43fb87840a7d5f4d79958b9dd61ae2e914e200a2e006ddce7ba83c3db7501
5Size (eliot-1.13.0.tar.gz) = 153154 bytes 5Size (eliot-1.14.0.tar.gz) = 157192 bytes