git: d07100361c3b - main - devel/py-vistir: Update to 0.8.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:37:39 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d07100361c3b362ad12566076151427bf85a0b1a commit d07100361c3b362ad12566076151427bf85a0b1a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:17:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:38 +0000 devel/py-vistir: Update to 0.8.0 - Convert to USE_PYTHON=pep517 - Remove SPINNER option Changes: https://github.com/sarugaku/vistir/releases https://github.com/sarugaku/vistir/blob/master/CHANGELOG.rst --- devel/py-vistir/Makefile | 10 +++++----- devel/py-vistir/distinfo | 6 +++--- devel/py-vistir/files/patch-setup.cfg | 10 ---------- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/devel/py-vistir/Makefile b/devel/py-vistir/Makefile index 7c576dc5d6ef..f43ba29ba3cc 100644 --- a/devel/py-vistir/Makefile +++ b/devel/py-vistir/Makefile @@ -1,5 +1,5 @@ PORTNAME= vistir -PORTVERSION= 0.7.5 +PORTVERSION= 0.8.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,18 +11,18 @@ WWW= https://github.com/sarugaku/vistir LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.33.0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.4:devel/py-colorama@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= REQUESTS SPINNER +OPTIONS_DEFINE= REQUESTS REQUESTS_DESC= Requests session support -SPINNER_DESC= Terminal spinner support REQUESTS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} -SPINNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaspin>=0:devel/py-yaspin@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-vistir/distinfo b/devel/py-vistir/distinfo index d90ecaaae86c..10d812055c6e 100644 --- a/devel/py-vistir/distinfo +++ b/devel/py-vistir/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589914 -SHA256 (vistir-0.7.5.tar.gz) = 2ea487172e10ecbb6445870bb1f36ee8e2e7e46f39d743cbc995e1a15ba831b9 -SIZE (vistir-0.7.5.tar.gz) = 63826 +TIMESTAMP = 1679498760 +SHA256 (vistir-0.8.0.tar.gz) = dde88ef0d45dc1ad423fff2f0ad0e29e230de1b02457bdff5053dacd60ffcf97 +SIZE (vistir-0.8.0.tar.gz) = 62125 diff --git a/devel/py-vistir/files/patch-setup.cfg b/devel/py-vistir/files/patch-setup.cfg deleted file mode 100644 index a73963ada1e1..000000000000 --- a/devel/py-vistir/files/patch-setup.cfg +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.cfg.orig 2022-10-11 12:26:03 UTC -+++ setup.cfg -@@ -30,7 +30,6 @@ zip_safe = true - python_requires = >=3.7 - setup_requires = - setuptools>=40.8.0 -- wheel - install_requires = - colorama>=0.3.4,!=0.4.2 -