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:40:20 2016 +0100
Changeset:	c4780c4eff0e060b2a70289b1fa2d5804a2729df

Modified Files:
	py-cookiecutter/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=c4780c4eff0e060b2a70289b1fa2d5804a2729df

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

diffstat:
 py-cookiecutter/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-cookiecutter/Makefile b/py-cookiecutter/Makefile
index 47910b6..1d63961 100644
--- a/py-cookiecutter/Makefile
+++ b/py-cookiecutter/Makefile
@@ -17,6 +17,9 @@ USE_TOOLS+=			make:build
 AUTO_MKDIRS=			yes
 INSTALLATION_DIRS+=		${PKGMANDIR}/man1/
 
+#UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3550: ordinal not in range(128)
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 35
+
 BUILD_DEPENDS+=			${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
 BUILD_DEPENDS+=			${PYPKGPREFIX}-chardet>=2.3.0:../../converters/py-chardet
 DEPENDS+=			${PYPKGPREFIX}-future>=0.15.2:../../wip/py-future


Home | Main Index | Thread Index | Old Index