pkgsrc-WIP-changes archive

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

remove pyversion.mk include where it's not needed.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Jun 18 20:22:24 2018 +0100
Changeset:	f25af3dbe032f35de4cd21c88559be079df4d28c

Modified Files:
	py-Mastodon.py/Makefile
	toot/Makefile
	tootstream/Makefile

Log Message:
remove pyversion.mk include where it's not needed.

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

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

diffstat:
 py-Mastodon.py/Makefile | 2 --
 toot/Makefile           | 2 --
 tootstream/Makefile     | 2 --
 3 files changed, 6 deletions(-)

diffs:
diff --git a/py-Mastodon.py/Makefile b/py-Mastodon.py/Makefile
index 0293cd8096..deccc3a14d 100644
--- a/py-Mastodon.py/Makefile
+++ b/py-Mastodon.py/Makefile
@@ -12,8 +12,6 @@ LICENSE=	mit
 EXTRACT_USING=	bsdtar
 USE_LANGUAGES=	# none
 
-.include "../../lang/python/pyversion.mk"
-
 DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator
diff --git a/toot/Makefile b/toot/Makefile
index f4ca8f2da4..56f92b25e2 100644
--- a/toot/Makefile
+++ b/toot/Makefile
@@ -13,8 +13,6 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-.include "../../lang/python/pyversion.mk"
-
 DEPENDS+=	${PYPKGPREFIX}-cursespanel-[0-9]*:../../devel/py-cursespanel
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
 DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
diff --git a/tootstream/Makefile b/tootstream/Makefile
index 828f640df6..18957a4d21 100644
--- a/tootstream/Makefile
+++ b/tootstream/Makefile
@@ -13,8 +13,6 @@ USE_LANGUAGES=	# none
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
-.include "../../lang/python/pyversion.mk"
-
 DEPENDS+=	${PYPKGPREFIX}-click-[0-9]*:../../devel/py-click
 DEPENDS+=	${PYPKGPREFIX}-colored-[0-9]*:../../wip/py-colored # XXX
 DEPENDS+=	${PYPKGPREFIX}-emoji-[0-9]*:../../wip/py-emoji # XXX


Home | Main Index | Thread Index | Old Index