pkgsrc-WIP-changes archive

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

py-conan: restrict to python 3.x per pypi



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Jan 27 12:29:54 2022 +0100
Changeset:	1adc9dfeae704054fa3eb00b394e1eaa25d94743

Modified Files:
	py-conan/Makefile

Log Message:
py-conan: restrict to python 3.x per pypi

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

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, 2 insertions(+)

diffs:
diff --git a/py-conan/Makefile b/py-conan/Makefile
index cdb1ababb5..051d115461 100644
--- a/py-conan/Makefile
+++ b/py-conan/Makefile
@@ -45,5 +45,7 @@ DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.7.0<3.0.0:../../time/py-dateutil
 #DEPENDS+=   ${PYPKGPREFIX}-OpenSSL>=16.0.0<19.0.0:../../security/py-OpenSSL
 .endif
 
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index