pkgsrc-WIP-changes archive

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

Add PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Tue Feb 23 14:41:59 2016 +0100
Changeset:	0619cc2b4119cfd4284cdb29e5780a386073a5cd

Modified Files:
	py-ruamel-ordereddict/Makefile

Log Message:
Add PYTHON_VERSIONS_INCOMPATIBLE

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

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

diffstat:
 py-ruamel-ordereddict/Makefile | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-ruamel-ordereddict/Makefile b/py-ruamel-ordereddict/Makefile
index b154a44..a76ed0e 100644
--- a/py-ruamel-ordereddict/Makefile
+++ b/py-ruamel-ordereddict/Makefile
@@ -1,14 +1,16 @@
 # $NetBSD$
 
-DISTNAME=	ruamel.ordereddict-0.4.9
-PKGNAME=	${PYPKGPREFIX}-ruamel-ordereddict-0.4.9
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_PYPI:=r/ruamel.ordereddict/}
-
-MAINTAINER=	gde%llew.me@localhost
-HOMEPAGE=	https://bitbucket.org/ruamel/ordereddict
-COMMENT=	Version of dict that keeps keys in insertion resp. sorted order
-LICENSE=	mit
+DISTNAME=			ruamel.ordereddict-0.4.9
+PKGNAME=			${PYPKGPREFIX}-ruamel-ordereddict-0.4.9
+CATEGORIES=			devel
+MASTER_SITES=			${MASTER_SITE_PYPI:=r/ruamel.ordereddict/}
+
+MAINTAINER=			gde%llew.me@localhost
+HOMEPAGE=			https://bitbucket.org/ruamel/ordereddict
+COMMENT=			Version of dict that keeps keys in insertion resp. sorted order
+LICENSE=			mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index