pkgsrc-WIP-changes archive

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

*: clean up unused versioned_dependencies.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue May 2 18:55:06 2023 +0200
Changeset:	f124ed8d70764188726e10fccfbd609abf563586

Modified Files:
	py-pytest-lazy-fixture/Makefile
	py-randomdict/Makefile

Log Message:
*: clean up unused versioned_dependencies.mk

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

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

diffstat:
 py-pytest-lazy-fixture/Makefile | 2 --
 py-randomdict/Makefile          | 1 -
 2 files changed, 3 deletions(-)

diffs:
diff --git a/py-pytest-lazy-fixture/Makefile b/py-pytest-lazy-fixture/Makefile
index e3b123957c..917a02d259 100644
--- a/py-pytest-lazy-fixture/Makefile
+++ b/py-pytest-lazy-fixture/Makefile
@@ -10,11 +10,9 @@ HOMEPAGE=	https://github.com/tvorog/pytest-lazy-fixture
 COMMENT=	It helps to use fixtures in pytest.mark.parametrize
 LICENSE=	mit
 
-DEPENDS+=	# TODO: pytest>=3.2.5
 TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.8:../../devel/py-test
 
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/wheel.mk"
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-randomdict/Makefile b/py-randomdict/Makefile
index eae1db21c7..b81de77947 100644
--- a/py-randomdict/Makefile
+++ b/py-randomdict/Makefile
@@ -12,5 +12,4 @@ COMMENT=	Python dictionaries with O(1) random element access
 
 DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
 
-.include "../../lang/python/versioned_dependencies.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index