pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools_scm5
Module Name: pkgsrc
Committed By: wiz
Date: Tue Apr 30 11:17:53 UTC 2024
Modified Files:
pkgsrc/devel/py-setuptools_scm5: Makefile
Log Message:
py-setuptools_scm5: stop using versioned_dependencies
This is limited to Python 2.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-setuptools_scm5/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-setuptools_scm5/Makefile
diff -u pkgsrc/devel/py-setuptools_scm5/Makefile:1.2 pkgsrc/devel/py-setuptools_scm5/Makefile:1.3
--- pkgsrc/devel/py-setuptools_scm5/Makefile:1.2 Sun Jul 17 09:55:35 2022
+++ pkgsrc/devel/py-setuptools_scm5/Makefile Tue Apr 30 11:17:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/07/17 09:55:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/04/30 11:17:53 wiz Exp $
DISTNAME= setuptools_scm-5.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,8 +14,9 @@ LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
# does not support python 2.7
#TEST_DEPENDS+= ${PYPKGPREFIX}-mercurial-[0-9]*:../../devel/py-mercurial
+TEST_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip20
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test4
-PYTHON_VERSIONED_DEPENDENCIES= pip:test test:test
PYTHON_VERSIONS_ACCEPTED= 27
USE_LANGUAGES= # none
@@ -24,5 +25,4 @@ do-test:
cd ${WRKSRC} && pytest-${PYVERSSUFFIX} testing
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index