pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-packaging2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 11 08:51:08 UTC 2022
Modified Files:
pkgsrc/devel/py-packaging2: Makefile
Log Message:
py-packaging2: simplify
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-packaging2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-packaging2/Makefile
diff -u pkgsrc/devel/py-packaging2/Makefile:1.2 pkgsrc/devel/py-packaging2/Makefile:1.3
--- pkgsrc/devel/py-packaging2/Makefile:1.2 Tue Jan 4 20:53:19 2022
+++ pkgsrc/devel/py-packaging2/Makefile Mon Jul 11 08:51:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2022/07/11 08:51:08 wiz Exp $
DISTNAME= packaging-20.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -12,12 +12,12 @@ COMMENT= Core utilities for Python packa
LICENSE= modified-bsd OR apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing2
TEST_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
PYTHON_VERSIONS_ACCEPTED= 27
-PYTHON_VERSIONED_DEPENDENCIES= test:test pyparsing
-
USE_LANGUAGES= # none
# needs 'make install' before
@@ -25,5 +25,4 @@ do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index