pkgsrc-WIP-changes archive

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

py-*: remove PYTHON_VERSIONS_ACCEPTED= 34 33 27



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Nov 4 22:39:03 2015 +0100
Changeset:	70729a4a6b69537e5a06321c3aad005c1f1923d3

Modified Files:
	py-binaryornot/Makefile
	py-django-markwhat/Makefile
	py-translationstring/Makefile
	py-venusian/Makefile

Log Message:
py-*: remove PYTHON_VERSIONS_ACCEPTED= 34 33 27

When all existing versions are mentioned, there is no value
in setting this.

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

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

diffstat:
 py-binaryornot/Makefile       | 1 -
 py-django-markwhat/Makefile   | 1 -
 py-translationstring/Makefile | 2 --
 py-venusian/Makefile          | 2 --
 4 files changed, 6 deletions(-)

diffs:
diff --git a/py-binaryornot/Makefile b/py-binaryornot/Makefile
index c7f6bf6..42ac4e3 100644
--- a/py-binaryornot/Makefile
+++ b/py-binaryornot/Makefile
@@ -19,7 +19,6 @@ BUILD_DEPENDS+=			${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
 
 USE_LANGUAGES=			#none
 PLIST_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
-PYTHON_VERSIONS_ACCEPTED=	34 33 27
 
 WRKSRC= ${WRKDIR}/${DISTNAME}
 
diff --git a/py-django-markwhat/Makefile b/py-django-markwhat/Makefile
index 19b6c69..82250e7 100644
--- a/py-django-markwhat/Makefile
+++ b/py-django-markwhat/Makefile
@@ -14,7 +14,6 @@ DEPENDS+=       ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED= 34 33 27
 PYDISTUTILSPKG= yes
 
 do-test:
diff --git a/py-translationstring/Makefile b/py-translationstring/Makefile
index b58c1c8..ddf3e35 100644
--- a/py-translationstring/Makefile
+++ b/py-translationstring/Makefile
@@ -15,7 +15,5 @@ WRKSRC=			${WRKDIR}/translationstring-1.3
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		# none
 
-PYTHON_VERSIONS_ACCEPTED= 34 33 27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-venusian/Makefile b/py-venusian/Makefile
index 66ffa68..c060662 100644
--- a/py-venusian/Makefile
+++ b/py-venusian/Makefile
@@ -12,7 +12,5 @@ LICENSE=	modified-bsd
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_ACCEPTED= 34 33 27
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index