svn commit: r460773 - head/textproc/py-xlwt

Steve Wills swills at FreeBSD.org
Sat Feb 3 04:35:20 UTC 2018


Author: swills
Date: Sat Feb  3 04:35:20 2018
New Revision: 460773
URL: https://svnweb.freebsd.org/changeset/ports/460773

Log:
  textproc/py-xlwt: Upgrade to 1.3.0
  
  PR:		225188
  Submitted by:	John W. O'Brien <john at saltant.com>
  Approved by:	dikshie at sfc.wide.ad.jp (maintainer)

Modified:
  head/textproc/py-xlwt/Makefile   (contents, props changed)
  head/textproc/py-xlwt/distinfo   (contents, props changed)

Modified: head/textproc/py-xlwt/Makefile
==============================================================================
--- head/textproc/py-xlwt/Makefile	Sat Feb  3 04:31:49 2018	(r460772)
+++ head/textproc/py-xlwt/Makefile	Sat Feb  3 04:35:20 2018	(r460773)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xlwt
-PORTVERSION=	1.1.2
+PORTVERSION=	1.3.0
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,9 @@ COMMENT=	Writing data and formatting information from 
 
 LICENSE=	BSD4CLAUSE
 
-USES=		python:2.7
+USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/textproc/py-xlwt/distinfo
==============================================================================
--- head/textproc/py-xlwt/distinfo	Sat Feb  3 04:31:49 2018	(r460772)
+++ head/textproc/py-xlwt/distinfo	Sat Feb  3 04:35:20 2018	(r460773)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1467533906
-SHA256 (xlwt-1.1.2.tar.gz) = aed648c17731f40f84550dd2a1aaa53569f0cbcaf5610ba895cd2632587b723c
-SIZE (xlwt-1.1.2.tar.gz) = 153374
+TIMESTAMP = 1516039805
+SHA256 (xlwt-1.3.0.tar.gz) = c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88
+SIZE (xlwt-1.3.0.tar.gz) = 153929


More information about the svn-ports-all mailing list