pkgsrc-WIP-changes archive

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

wip/py-conan: allow for different patch level in py-future dep.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Wed Feb 13 13:12:25 2019 +0000
Changeset:	30e74a13a1de93761cec1605cd19bba61b02a9ec

Modified Files:
	py-conan/Makefile

Log Message:
wip/py-conan: allow for different patch level in py-future dep.

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

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

diffstat:
 py-conan/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-conan/Makefile b/py-conan/Makefile
index 18ed312c84..2cfd260bfc 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -23,7 +23,7 @@ DEPENDS+=   ${PYPKGPREFIX}-tqdm>=4.28.1<5:../../misc/py-tqdm
 DEPENDS+=   ${PYPKGPREFIX}-deprecation>=2.0<2.1:../../devel/py-deprecation
 DEPENDS+=   ${PYPKGPREFIX}-astroid>=1.6<2.0:../../devel/py-astroid
 DEPENDS+=   ${PYPKGPREFIX}-pygments>=2.0<3.0:../../textproc/py-pygments
-DEPENDS+=   ${PYPKGPREFIX}-future-0.16.0:../../devel/py-future
+DEPENDS+=   ${PYPKGPREFIX}-future-0.16.0{,nb[0-9]*}:../../devel/py-future
 DEPENDS+=   ${PYPKGPREFIX}-pylint>=1.9.3:../../wip/py-pylint
 DEPENDS+=   ${PYPKGPREFIX}-distro>=1.0.2<1.2.0:../../wip/py-distro
 DEPENDS+=   ${PYPKGPREFIX}-node-semver-0.6.1:../../wip/py-node-semver


Home | Main Index | Thread Index | Old Index