pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-poetry



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 12 08:22:31 UTC 2022

Modified Files:
        pkgsrc/devel/py-poetry: Makefile

Log Message:
py-poetry: remove virtuelenv lower bound

That version is not yet in pkgsrc.
Untested, to unbreak pbulk.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-poetry/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-poetry/Makefile
diff -u pkgsrc/devel/py-poetry/Makefile:1.1 pkgsrc/devel/py-poetry/Makefile:1.2
--- pkgsrc/devel/py-poetry/Makefile:1.1 Tue Jan 11 19:21:49 2022
+++ pkgsrc/devel/py-poetry/Makefile     Wed Jan 12 08:22:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/01/11 19:21:49 adam Exp $
+# $NetBSD: Makefile,v 1.2 2022/01/12 08:22:31 wiz Exp $
 
 DISTNAME=      poetry-1.1.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -26,7 +26,7 @@ DEPENDS+=     ${PYPKGPREFIX}-requests-toolbe
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.18:../../devel/py-requests
 DEPENDS+=      ${PYPKGPREFIX}-shellingham>=1.1:../../misc/py-shellingham
 DEPENDS+=      ${PYPKGPREFIX}-tomlkit>=0.7.0:../../textproc/py-tomlkit
-DEPENDS+=      ${PYPKGPREFIX}-virtualenv>=20.0.26:../../devel/py-virtualenv
+DEPENDS+=      ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=6.0:../../devel/py-test
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27



Home | Main Index | Thread Index | Old Index