pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-packaging2 py-packaging2: simplify



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cee0aa2d0906
branches:  trunk
changeset: 381647:cee0aa2d0906
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 11 08:51:08 2022 +0000

description:
py-packaging2: simplify

diffstat:

 devel/py-packaging2/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 57f45a24b336 -r cee0aa2d0906 devel/py-packaging2/Makefile
--- a/devel/py-packaging2/Makefile      Mon Jul 11 08:50:27 2022 +0000
+++ b/devel/py-packaging2/Makefile      Mon Jul 11 08:51:08 2022 +0000
@@ -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 @@
 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 @@
        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