Date: Fri, 27 Dec 2013 19:27:44 +0000 (UTC) From: Steven Kreuzer <skreuzer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337791 - head/textproc/py-xlutils Message-ID: <201312271927.rBRJRisU082694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skreuzer Date: Fri Dec 27 19:27:44 2013 New Revision: 337791 URL: http://svnweb.freebsd.org/changeset/ports/337791 Log: Update to 1.7.0 Define LICENSE Add staging support Modified: head/textproc/py-xlutils/Makefile head/textproc/py-xlutils/distinfo Modified: head/textproc/py-xlutils/Makefile ============================================================================== --- head/textproc/py-xlutils/Makefile Fri Dec 27 19:23:26 2013 (r337790) +++ head/textproc/py-xlutils/Makefile Fri Dec 27 19:27:44 2013 (r337791) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xlutils -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Utilities for working with Excel files that require both xlrd and xlwt +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:${PORTSDIR}/textproc/py-xlrd \ ${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:${PORTSDIR}/textproc/py-xlwt RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -18,5 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= 2.5-2.7 USE_PYDISTUTILS= easy_install -NO_STAGE= yes .include <bsd.port.mk> Modified: head/textproc/py-xlutils/distinfo ============================================================================== --- head/textproc/py-xlutils/distinfo Fri Dec 27 19:23:26 2013 (r337790) +++ head/textproc/py-xlutils/distinfo Fri Dec 27 19:27:44 2013 (r337791) @@ -1,2 +1,2 @@ -SHA256 (xlutils-1.6.0.tar.gz) = ec090b81241e04726242c8f1e94ec5b116cfdc66ad3659a95d3fd4baf713f7d1 -SIZE (xlutils-1.6.0.tar.gz) = 54721 +SHA256 (xlutils-1.7.0.tar.gz) = db95bfb96176298112ace4048afb2da63742d512be13349b1493d35e47478550 +SIZE (xlutils-1.7.0.tar.gz) = 58126
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271927.rBRJRisU082694>