pkgsrc-WIP-changes archive

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

py-chardet is not just a build depends



Module Name:	pkgsrc-wip
Committed By:	Guillaume Delpierre <gde%llew.me@localhost>
Pushed By:	gdelpierre
Date:		Thu Feb 25 08:46:42 2016 +0100
Changeset:	c5775be83b245588133bac59c2cfe5fea23a350f

Modified Files:
	py-binaryornot/Makefile

Log Message:
py-chardet is not just a build depends

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

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

diffstat:
 py-binaryornot/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diffs:
diff --git a/py-binaryornot/Makefile b/py-binaryornot/Makefile
index 42ac4e3..2e5c075 100644
--- a/py-binaryornot/Makefile
+++ b/py-binaryornot/Makefile
@@ -3,7 +3,7 @@
 DISTNAME=			binaryornot-0.4.0
 GITHUB_PROJECT=			binaryornot
 PKGNAME=			${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=			devel
+CATEGORIES=			devel python
 MASTER_SITES=			${MASTER_SITE_GITHUB:=audreyr/}
 EXTRACT_SUFX=			.zip
 
@@ -12,14 +12,11 @@ HOMEPAGE=			${MASTER_SITE_GITHUB:=audreyr/binaryornot/}
 COMMENT=			Guess whether a file is binary or text
 LICENSE=			modified-bsd
 
-USE_LANGUAGES=	#none
-PLIST_SUBST+=	PYVERSSUFFIX=${PYVERSSUFFIX}
-
-BUILD_DEPENDS+=			${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
-
 USE_LANGUAGES=			#none
 PLIST_SUBST+=			PYVERSSUFFIX=${PYVERSSUFFIX}
 
+DEPENDS+=			${PYPKGPREFIX}-chardet>=2.0.0:../../converters/py-chardet
+
 WRKSRC= ${WRKDIR}/${DISTNAME}
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index