pkgsrc-WIP-changes archive

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

py-conan: Fixed dependency on py-idna.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Tue Apr 30 09:48:08 2019 +0000
Changeset:	0b1261be07cb39c6756ae55b7bd8465980fd64c1

Modified Files:
	py-conan/Makefile

Log Message:
py-conan: Fixed dependency on py-idna.

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

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

diffstat:
 py-conan/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/py-conan/Makefile b/py-conan/Makefile
index 816a4a5d8c..1b811b8ccb 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	conan-1.14.0
+DISTNAME=	conan-1.14.4
 PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	pkgtools
 MASTER_SITES=	${MASTER_SITE_PYPI:=c/conan/}
@@ -37,7 +37,7 @@ DEPENDS+=   ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=   ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
 DEPENDS+=   ${PYPKGPREFIX}-jinja2>=2.3:../../textproc/py-jinja2
 DEPENDS+=   ${PYPKGPREFIX}-cryptography>=1.3.4<2.4.0:../../security/py-cryptography
-DEPENDS+=   ${PYPKGPREFIX}-idna=2.6:../../www/py-idna
+DEPENDS+=   ${PYPKGPREFIX}-idna-2.6:../../www/py-idna
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index