pkgsrc-WIP-changes archive

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

Add USE_LANGUAGES to python packages.



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Mon Jun 18 19:08:29 2018 +0100
Changeset:	936d3cf01e4c4b170cbc8a234bc476c60a4a7b58

Modified Files:
	py-trollius/Makefile
	py-xcffib/Makefile
	qtile/Makefile

Log Message:
Add USE_LANGUAGES to python packages.

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

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

diffstat:
 py-trollius/Makefile | 1 +
 py-xcffib/Makefile   | 2 ++
 qtile/Makefile       | 2 ++
 3 files changed, 5 insertions(+)

diffs:
diff --git a/py-trollius/Makefile b/py-trollius/Makefile
index 11b49e8f8d..e9fe758d87 100644
--- a/py-trollius/Makefile
+++ b/py-trollius/Makefile
@@ -9,6 +9,7 @@ HOMEPAGE=	https://bitbucket.org/enovance/trollius/
 COMMENT=	Module asyncio, for writing single-threaded concurrent code
 LICENSE=	apache-2.0
 
+USE_LANGUAGES=	# none
 EGG_NAME=	${DISTNAME}
 PLIST_VARS+=	pre33
 
diff --git a/py-xcffib/Makefile b/py-xcffib/Makefile
index 3aec0b7844..5e6b1ca5a1 100644
--- a/py-xcffib/Makefile
+++ b/py-xcffib/Makefile
@@ -9,6 +9,8 @@ HOMEPAGE=	https://pypi.org/project/xcffib/
 COMMENT=	Python binding to the X Window System protocol via libxcb
 LICENSE=	apache-2.0
 
+USE_LANGUAGES=	# none
+
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 
diff --git a/qtile/Makefile b/qtile/Makefile
index 6ff86f309b..5eaac993e9 100644
--- a/qtile/Makefile
+++ b/qtile/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	http://www.qtile.org/
 COMMENT=	Fully-featured, pure-Python tiling window manager
 LICENSE=	mit
 
+USE_LANGUAGES=	# none
+
 .include "../../lang/python/pyversion.mk"
 
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six


Home | Main Index | Thread Index | Old Index