Update to version 2.0.0
* Updated documentation. * Move to virtualenv/pip based development. * Move to Read The Docs for documentation. * Use Travis CI for testing and releases. * Use features of newer testfixtures in CheckerView. * Python 3 compatibility. PR: 245061 Submitted by: Miroslav Lachman <000.fbsd@quip.cz>
This commit is contained in:
parent
09bd70fd62
commit
21d6311d59
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530539
2 changed files with 5 additions and 8 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= xlutils
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -13,14 +12,11 @@ COMMENT= Utilities for working with Excel files that require both xlrd and xlwt
|
|||
|
||||
LICENSE= MIT
|
||||
|
||||
DEPRECATED= Uses deprecated version of python
|
||||
EXPIRATION_DATE= 2020-08-15
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:textproc/py-xlrd@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= python:2.7
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (xlutils-1.7.0.tar.gz) = db95bfb96176298112ace4048afb2da63742d512be13349b1493d35e47478550
|
||||
SIZE (xlutils-1.7.0.tar.gz) = 58126
|
||||
TIMESTAMP = 1585962057
|
||||
SHA256 (xlutils-2.0.0.tar.gz) = 7e0e2c233bd185fecf5e2bd3f4e9469ca4a3bd87da64c82cfe5b2af27e7f9e54
|
||||
SIZE (xlutils-2.0.0.tar.gz) = 61614
|
||||
|
|
Loading…
Reference in a new issue