Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2015 15:27:38 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404242 - head/devel/py-wcwidth
Message-ID:  <201512221527.tBMFRchE052168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 22 15:27:37 2015
New Revision: 404242
URL: https://svnweb.freebsd.org/changeset/ports/404242

Log:
  - Update to 0.1.5
  - Add NO_ARCH
  - Relax USES=python
  - Allow concurrent installation (USE_PYTHON=concurrent)
  
  Changes:	https://github.com/jquast/wcwidth/releases
  PR:		205513
  Differential Revision:	https://reviews.FreeBSD.org/D4680
  Submitted by:	sunpoet (myself)
  Approved by:	skreuzer (maintainer)

Modified:
  head/devel/py-wcwidth/Makefile
  head/devel/py-wcwidth/distinfo

Modified: head/devel/py-wcwidth/Makefile
==============================================================================
--- head/devel/py-wcwidth/Makefile	Tue Dec 22 15:22:48 2015	(r404241)
+++ head/devel/py-wcwidth/Makefile	Tue Dec 22 15:27:37 2015	(r404242)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wcwidth
-PORTVERSION=	0.1.1
+PORTVERSION=	0.1.5
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT=	Determine the printable width o
 
 LICENSE=	MIT
 
-USES=		python:2
-USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>

Modified: head/devel/py-wcwidth/distinfo
==============================================================================
--- head/devel/py-wcwidth/distinfo	Tue Dec 22 15:22:48 2015	(r404241)
+++ head/devel/py-wcwidth/distinfo	Tue Dec 22 15:27:37 2015	(r404242)
@@ -1,2 +1,2 @@
-SHA256 (wcwidth-0.1.1.tar.gz) = 019b71c91209e44c50a2cc97f50a60ed9bc35ca37b6f3f8fe3a6fdaafe58fc55
-SIZE (wcwidth-0.1.1.tar.gz) = 16349
+SHA256 (wcwidth-0.1.5.tar.gz) = 66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d
+SIZE (wcwidth-0.1.5.tar.gz) = 19553



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512221527.tBMFRchE052168>