Skip to content

Commit

Permalink
textproc/py-csvkit: update to 1.4.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/wireservice/csvkit/blob/1.4.0/CHANGELOG.rst
Reported by:	portscout, repology
  • Loading branch information
infracaninophile committed Feb 15, 2024
1 parent 0baf6f6 commit c50631e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions textproc/py-csvkit/Makefile
@@ -1,5 +1,5 @@
PORTNAME= csvkit
PORTVERSION= 1.3.0
PORTVERSION= 1.4.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -10,10 +10,13 @@ WWW= https://csvkit.readthedocs.io/

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.6.1:textproc/py-agate@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.6.3:textproc/py-agate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}agate-excel>=0.2.2:textproc/py-agate-excel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}agate-dbf>=0.2.2:textproc/py-agate-dbf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}agate-sql>=0.5.3:databases/py-agate-sql@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}agate-sql>=0.5.3:databases/py-agate-sql@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}sqlalchemy20>=0:databases/py-sqlalchemy20@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlrd>=0:textproc/py-xlrd@${PY_FLAVOR}

USES= python
USE_PYTHON= autoplist distutils
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-csvkit/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1697651125
SHA256 (csvkit-1.3.0.tar.gz) = b82e6ae2d2bb416517100ecbae8d5d856a0dffae42b712088814a2b7201e1af8
SIZE (csvkit-1.3.0.tar.gz) = 3795356
TIMESTAMP = 1708023519
SHA256 (csvkit-1.4.0.tar.gz) = 2cfec43367a05cc5e5df99c90990b95a636d8cf984ba46ce78fcee8ffca7aff8
SIZE (csvkit-1.4.0.tar.gz) = 3796472

0 comments on commit c50631e

Please sign in to comment.