pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/py-reedsolo py-reedsolo: add missing build ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d28e8fd2556
branches: trunk
changeset: 458247:8d28e8fd2556
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 12 07:02:05 2021 +0000
description:
py-reedsolo: add missing build dependency on py-cython
Fixes PLIST which assumed it was installed.
diffstat:
converters/py-reedsolo/Makefile | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (23 lines):
diff -r c6691e2cefd8 -r 8d28e8fd2556 converters/py-reedsolo/Makefile
--- a/converters/py-reedsolo/Makefile Sun Sep 12 07:01:23 2021 +0000
+++ b/converters/py-reedsolo/Makefile Sun Sep 12 07:02:05 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2021/09/09 07:31:02 adam Exp $
+# $NetBSD: Makefile,v 1.2 2021/09/12 07:02:05 wiz Exp $
DISTNAME= reedsolo-1.5.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,12 +10,7 @@
COMMENT= Pure-Python Reed Solomon encoder/decoder
LICENSE= mit
-#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-
-#PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-#do-test:
-# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+BUILD_DEPENDS+= ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index