pkgsrc-WIP-changes archive

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

py-uuid: Incompatible with Python 34 and 35



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Oct 5 04:18:49 2016 +0200
Changeset:	5ac62332d0816ee5bc51b12cddf2c9ee5f8f7591

Modified Files:
	py-uuid/Makefile

Log Message:
py-uuid: Incompatible with Python 34 and 35

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

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

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

diffs:
diff --git a/py-uuid/Makefile b/py-uuid/Makefile
index d2bce7c..bd55896 100644
--- a/py-uuid/Makefile
+++ b/py-uuid/Makefile
@@ -12,6 +12,8 @@ LICENSE=	generic-nonlicense
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # not yet ported as of 1.30
+
 PYDISTUTILSPKG= yes
 
 .include "../../lang/python/extension.mk"


Home | Main Index | Thread Index | Old Index