pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/py-reedsolo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 12 07:02:05 UTC 2021

Modified Files:
        pkgsrc/converters/py-reedsolo: Makefile

Log Message:
py-reedsolo: add missing build dependency on py-cython

Fixes PLIST which assumed it was installed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/converters/py-reedsolo/Makefile

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

Modified files:

Index: pkgsrc/converters/py-reedsolo/Makefile
diff -u pkgsrc/converters/py-reedsolo/Makefile:1.1 pkgsrc/converters/py-reedsolo/Makefile:1.2
--- pkgsrc/converters/py-reedsolo/Makefile:1.1  Thu Sep  9 07:31:02 2021
+++ pkgsrc/converters/py-reedsolo/Makefile      Sun Sep 12 07:02:05 2021
@@ -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 @@ HOMEPAGE=    https://github.com/tomerfiliba
 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