Thu Feb 28 13:53:15 2019 UTC ()
py-test-randomly: updated to 2.0.0

2.0.0:
* Drop Python 2 support, only Python 3.4+ is supported now.


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-test-randomly/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-test-randomly/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-test-randomly/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-randomly/Makefile 2018/10/07 08:13:09 1.1
+++ pkgsrc/devel/py-test-randomly/Makefile 2019/02/28 13:53:15 1.2
@@ -1,21 +1,23 @@ @@ -1,21 +1,23 @@
1# $NetBSD: Makefile,v 1.1 2018/10/07 08:13:09 adam Exp $ 1# $NetBSD: Makefile,v 1.2 2019/02/28 13:53:15 adam Exp $
2 2
3DISTNAME= pytest-randomly-1.2.3 3DISTNAME= pytest-randomly-2.0.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-randomly/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-randomly 9HOMEPAGE= https://github.com/pytest-dev/pytest-randomly
10COMMENT= Pytest plugin to randomly order tests and control random.seed 10COMMENT= Pytest plugin to randomly order tests and control random.seed
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 13DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
 17PYTHON_VERSIONS_INCOMPATIBLE= 27
 18
17do-test: 19do-test:
18 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests 20 cd ${WRKSRC} && pytest-${PYVERSSUFFIX} tests
19 21
20.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-test-randomly/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-randomly/distinfo 2018/10/07 08:13:09 1.1
+++ pkgsrc/devel/py-test-randomly/distinfo 2019/02/28 13:53:15 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/10/07 08:13:09 adam Exp $ 1$NetBSD: distinfo,v 1.2 2019/02/28 13:53:15 adam Exp $
2 2
3SHA1 (pytest-randomly-1.2.3.tar.gz) = f991c5f2a580f215552eee04960ab03eff1376b8 3SHA1 (pytest-randomly-2.0.0.tar.gz) = 2271de9577e8d4e41958df9e68921de2543efec5
4RMD160 (pytest-randomly-1.2.3.tar.gz) = 36a7a6046cad1879d3b7e88dc10ce7a92337cc27 4RMD160 (pytest-randomly-2.0.0.tar.gz) = 564f3be980bab005780c867d28b1ef7f71b917d1
5SHA512 (pytest-randomly-1.2.3.tar.gz) = a22fa6b435824fa54c8f48feb7ec0cb1c8a3350ad7a5174367a297f0ce1d31d76a9f97b84176714c37b807f0377a0ba3a159471eb86af33b3960c34d0efa944b 5SHA512 (pytest-randomly-2.0.0.tar.gz) = 5471d21b7933e0161d429a791099e443b8aae3590940eb68f59bc6e0b26c95557f8081829069d7d589c9d6f245f6bf04cd9528ccc0f4f3e2d578289d51fe7455
6Size (pytest-randomly-1.2.3.tar.gz) = 8297 bytes 6Size (pytest-randomly-2.0.0.tar.gz) = 8483 bytes