Sun Apr 11 05:02:52 2021 UTC ()
(devel/py-rlp) adhoc build fix, please correct me if wrong, sorry and thanks

WARNING: The wheel package is not available.
/usr/pkg/bin/python3.8: No module named pip


(mef)
diff -r1.9 -r1.10 pkgsrc/devel/py-rlp/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-rlp/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-rlp/Makefile 2021/03/01 13:06:38 1.9
+++ pkgsrc/devel/py-rlp/Makefile 2021/04/11 05:02:51 1.10
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.9 2021/03/01 13:06:38 mef Exp $ 1# $NetBSD: Makefile,v 1.10 2021/04/11 05:02:51 mef Exp $
2 2
3DISTNAME= rlp-2.0.1 3DISTNAME= rlp-2.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rlp/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=r/rlp/}
7 7
8MAINTAINER= khorben@defora.org 8MAINTAINER= khorben@defora.org
9HOMEPAGE= https://github.com/ethereum/pyrlp 9HOMEPAGE= https://github.com/ethereum/pyrlp
10COMMENT= Package for Recursive Length Prefix encoding and decoding 10COMMENT= Package for Recursive Length Prefix encoding and decoding
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.2:../../finance/py-eth-utils 13DEPENDS+= ${PYPKGPREFIX}-eth-utils>=1.0.2:../../finance/py-eth-utils
 14DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
14DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi 15DEPENDS+= ${PYPKGPREFIX}-certifi-[0-9]*:../../security/py-certifi
 16DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
15 17
16TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.19.0:../../devel/py-hypothesis 18TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=5.19.0:../../devel/py-hypothesis
17TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.3:../../devel/py-test 19TEST_DEPENDS+= ${PYPKGPREFIX}-test>=5.4.3:../../devel/py-test
18TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=2.9.1:../../devel/py-tox 20TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=2.9.1:../../devel/py-tox
19 21
20USE_LANGUAGES= # none 22USE_LANGUAGES= # none
21 23
22PYTHON_VERSIONS_INCOMPATIBLE= 27 24PYTHON_VERSIONS_INCOMPATIBLE= 27
23 25
24do-test: 26do-test:
25 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 27 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
26 28
27.include "../../lang/python/egg.mk" 29.include "../../lang/python/egg.mk"