Update to 1.7.0
Define LICENSE Add staging support
This commit is contained in:
parent
22b0c8460a
commit
52fcb4466d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337791
2 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= xlutils
|
PORTNAME= xlutils
|
||||||
PORTVERSION= 1.6.0
|
PORTVERSION= 1.7.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,6 +10,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
MAINTAINER= skreuzer@FreeBSD.org
|
MAINTAINER= skreuzer@FreeBSD.org
|
||||||
COMMENT= Utilities for working with Excel files that require both xlrd and xlwt
|
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 \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:${PORTSDIR}/textproc/py-xlrd \
|
||||||
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:${PORTSDIR}/textproc/py-xlwt
|
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:${PORTSDIR}/textproc/py-xlwt
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
@ -18,5 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
USE_PYTHON= 2.5-2.7
|
USE_PYTHON= 2.5-2.7
|
||||||
USE_PYDISTUTILS= easy_install
|
USE_PYDISTUTILS= easy_install
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (xlutils-1.6.0.tar.gz) = ec090b81241e04726242c8f1e94ec5b116cfdc66ad3659a95d3fd4baf713f7d1
|
SHA256 (xlutils-1.7.0.tar.gz) = db95bfb96176298112ace4048afb2da63742d512be13349b1493d35e47478550
|
||||||
SIZE (xlutils-1.6.0.tar.gz) = 54721
|
SIZE (xlutils-1.7.0.tar.gz) = 58126
|
||||||
|
|
Loading…
Reference in a new issue