Skip to content

Commit

Permalink
textproc/py-tablib: Update to 3.4.0
Browse files Browse the repository at this point in the history
* Switch to PEP517 build framework.

Changelog:

https://github.com/jazzband/tablib/releases/tag/v3.4.0

MFH:		No (PEP517 support not present in 2023Q1)
  • Loading branch information
knobix committed Mar 29, 2023
1 parent baa92b5 commit 15151f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions textproc/py-tablib/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tablib
PORTVERSION= 3.3.0
PORTVERSION= 3.4.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,11 +11,13 @@ WWW= https://github.com/jazzband/tablib
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

USES= cpe python:3.7+
CPE_VENDOR= python
USE_PYTHON= autoplist distutils pytest
USE_PYTHON= autoplist pep517 pytest

NO_ARCH= yes

Expand Down
6 changes: 3 additions & 3 deletions textproc/py-tablib/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1670965974
SHA256 (tablib-3.3.0.tar.gz) = 11e02a6f81d256e0666877d8397972d10302307a54c04fd7157e92faf740cb10
SIZE (tablib-3.3.0.tar.gz) = 96920
TIMESTAMP = 1680100332
SHA256 (tablib-3.4.0.tar.gz) = 77ea97faf6f92a7e198c05bd0c690f3cba57b83ea45a636b72f967cb6fe6f160
SIZE (tablib-3.4.0.tar.gz) = 94510

0 comments on commit 15151f4

Please sign in to comment.