pkgsrc-WIP-changes archive

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

py-wswidth: Simplify



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Aug 21 02:45:20 2016 +0200
Changeset:	debac422b67878fb26771210be164a5640b26fdd

Modified Files:
	py-wcwidth/Makefile

Log Message:
py-wswidth: Simplify

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

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

diffstat:
 py-wcwidth/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-wcwidth/Makefile b/py-wcwidth/Makefile
index f6c58d4..5a7aacd 100644
--- a/py-wcwidth/Makefile
+++ b/py-wcwidth/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	wcwidth-0.1.7
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel
+CATEGORIES=	devel python
 MASTER_SITES=	${MASTER_SITE_PYPI:=w/wcwidth/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
@@ -10,8 +10,6 @@ HOMEPAGE=	https://github.com/jquast/wcwidth
 COMMENT=	Measures number of Terminal column cells of wide-character codes
 LICENSE=	mit
 
-WRKSRC=		${WRKDIR}/wcwidth-0.1.7
-
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"


Home | Main Index | Thread Index | Old Index