pkgsrc-WIP-changes archive

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

*: fix versioned_dependencies usage



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sun May 1 11:45:53 2022 +0200
Changeset:	ba45e384e0b026e0118108ef661dba1699692a0d

Modified Files:
	py-aipy/Makefile
	py-einsteinpy-geodesics/Makefile
	py-mol/Makefile
	py-u2flib-server/Makefile

Log Message:
*: fix versioned_dependencies usage

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba45e384e0b026e0118108ef661dba1699692a0d

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

diffstat:
 py-aipy/Makefile                 | 1 -
 py-einsteinpy-geodesics/Makefile | 3 +--
 py-mol/Makefile                  | 1 -
 py-u2flib-server/Makefile        | 9 ---------
 4 files changed, 1 insertion(+), 13 deletions(-)

diffs:
diff --git a/py-aipy/Makefile b/py-aipy/Makefile
index 50116dba85..c32be26bca 100644
--- a/py-aipy/Makefile
+++ b/py-aipy/Makefile
@@ -18,7 +18,6 @@ USE_LANGUAGES=	c c++
 
 PYDISTUTILSPKG=	yes
 
-.include "../../lang/python/versioned_dependencies.mk"
 BUILDLINK_API_DEPENDS.pynumpy+=	${PYPKGPREFIX}-numpy>=1.0
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/extension.mk"
diff --git a/py-einsteinpy-geodesics/Makefile b/py-einsteinpy-geodesics/Makefile
index 96955ffb9e..fd22c2f33e 100644
--- a/py-einsteinpy-geodesics/Makefile
+++ b/py-einsteinpy-geodesics/Makefile
@@ -26,8 +26,7 @@ BUILD_DEPENDS+=	${PYPKGPREFIX}-alabaster>=0.7.12:../../textproc/py-alabaster
 BUILD_DEPENDS+=	${PYPKGPREFIX}-tox>=3.12.1:../../devel/py-tox
 BUILD_DEPENDS+=	${PYPKGPREFIX}-sphinx>=1.8.5:../../textproc/py-sphinx
 BUILD_DEPENDS+=	${PYPKGPREFIX}-black-[0-9]*:../../wip/py-black
-
-PYTHON_VERSIONED_DEPENDENCIES=	hypothesis:test
+TEST_DEPENDS+=	${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 
 USE_LANGUAGES=	# none
 
diff --git a/py-mol/Makefile b/py-mol/Makefile
index 2cd60d4a2e..27caf263ba 100644
--- a/py-mol/Makefile
+++ b/py-mol/Makefile
@@ -34,7 +34,6 @@ USE_TOOLS+=	pkg-config
 .include "../../graphics/freeglut/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../lang/python/application.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/egg.mk"
 .include "../../wip/glm/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
diff --git a/py-u2flib-server/Makefile b/py-u2flib-server/Makefile
index 89263ebd29..841413b04f 100644
--- a/py-u2flib-server/Makefile
+++ b/py-u2flib-server/Makefile
@@ -10,18 +10,9 @@ HOMEPAGE=	https://github.com/Yubico/python-u2flib-server/
 COMMENT=	Python based U2F server library
 #LICENSE=	# TODO: (see mk/license.mk)
 
-
 DEPENDS+=	${PYPKGPREFIX}-cryptography>=1.2.0:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-six>=1.11.0:../../lang/py-six
 
 .include "../../wip/python/distutils.mk"
-
-.if ${PYVERSSUFFIX} == "3.4"
-DEPENDS+=	${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
-
-.include "../../mk/bsd.prefs.mk"
-
 #.include "../../lang/python/egg.mk"
-#.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index