mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
Update to 1.25.0
Changes: https://github.com/frictionlessdata/tabulator-py/blob/master/README.md#changelog https://github.com/frictionlessdata/tabulator-py/commits/master
This commit is contained in:
parent
e6b10dea84
commit
c7154f31fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512944
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tabulator
|
||||
PORTVERSION= 1.24.3
|
||||
PORTVERSION= 1.25.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
@ -13,11 +13,12 @@ COMMENT= Consistent interface for stream reading and writing tabular data (csv/x
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.9:www/py-boto3@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}cchardet>=1.0:textproc/py-cchardet@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=6.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ijson>=2.0:devel/py-ijson@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}jsonlines>=1.1:devel/py-jsonlines@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openpyxl24>=2.4<2.5:textproc/py-openpyxl24@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openpyxl>=2.6:textproc/py-openpyxl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.8:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.9:devel/py-six@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sqlalchemy13>=0.9.6:databases/py-sqlalchemy13@${PY_FLAVOR} \
|
||||
@ -30,3 +31,4 @@ USE_PYTHON= autoplist concurrent distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1568892803
|
||||
SHA256 (tabulator-1.24.3.tar.gz) = 7bc6bba8cf560a1a34d1329c00edfe027fd464c4a2094a574835ea4a458a1e8a
|
||||
SIZE (tabulator-1.24.3.tar.gz) = 47366
|
||||
TIMESTAMP = 1569513216
|
||||
SHA256 (tabulator-1.25.0.tar.gz) = 9181253740678d6a2d569f29d51771782af7cf48c34dd4dd4a73a32df817a08b
|
||||
SIZE (tabulator-1.25.0.tar.gz) = 49411
|
||||
|
Loading…
x
Reference in New Issue
Block a user