git: 5ed4399eeb8b - main - devel/py-shtab: Update to 1.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 09 Apr 2023 13:41:14 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5ed4399eeb8b4a5b73c372a236a5be698f167a3f commit 5ed4399eeb8b4a5b73c372a236a5be698f167a3f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 13:31:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 13:36:53 +0000 devel/py-shtab: Update to 1.6.1 - Convert to USE_PYTHON=pep517 Changes: https://github.com/iterative/shtab/releases --- devel/py-shtab/Makefile | 8 +++++--- devel/py-shtab/distinfo | 6 +++--- devel/py-shtab/files/patch-setup.cfg | 11 ----------- 3 files changed, 8 insertions(+), 17 deletions(-) diff --git a/devel/py-shtab/Makefile b/devel/py-shtab/Makefile index 8e1faa7a7e96..0e4544c318c3 100644 --- a/devel/py-shtab/Makefile +++ b/devel/py-shtab/Makefile @@ -1,5 +1,5 @@ PORTNAME= shtab -PORTVERSION= 1.5.8 +PORTVERSION= 1.6.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,12 @@ WWW= https://github.com/iterative/shtab LICENSE= APACHE20 -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-shtab/distinfo b/devel/py-shtab/distinfo index 8e00148fbb58..b98555669ab6 100644 --- a/devel/py-shtab/distinfo +++ b/devel/py-shtab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1669057511 -SHA256 (shtab-1.5.8.tar.gz) = 1f944e2e33c1554be69e6b26ef638ba3b516ac9449fdd2a40d197f9061c8bed8 -SIZE (shtab-1.5.8.tar.gz) = 45670 +TIMESTAMP = 1680726168 +SHA256 (shtab-1.6.1.tar.gz) = decc78082c3ffb518c1dfd3a8da99653a2d47e58e3104197bce8ae6507dad78b +SIZE (shtab-1.6.1.tar.gz) = 45595 diff --git a/devel/py-shtab/files/patch-setup.cfg b/devel/py-shtab/files/patch-setup.cfg deleted file mode 100644 index b192883223bb..000000000000 --- a/devel/py-shtab/files/patch-setup.cfg +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.cfg.orig 2022-11-18 22:13:24 UTC -+++ setup.cfg -@@ -67,7 +67,7 @@ classifiers = - Topic :: Utilities - - [options] --setup_requires = setuptools>=42; wheel; setuptools_scm[toml]>=3.4 -+setup_requires = setuptools>=42; setuptools_scm[toml]>=3.4 - install_requires = - argparse; "3.0" <= python_version and python_version < "3.2" - python_requires = >=3.7