misc/py-alive-progress: Update to 3.0.0

- Update WWW
- Add missing RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:33:10 +08:00
parent 67f818b7a3
commit 3563550bd3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 21 additions and 7 deletions

View file

@ -1,18 +1,22 @@
PORTNAME= alive-progress PORTNAME= alive-progress
DISTVERSION= 2.4.1 DISTVERSION= 3.0.0
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= PYPI MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enhanced Python Progress Bar COMMENT= Enhanced Python Progress Bar
WWW= https://pypi.org/project/alive-progress/ WWW= https://github.com/rsalmei/alive-progress
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.2+ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}about-time>=4.2.1:devel/py-about-time@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}grapheme>=0.6.0<0.6.0_99:textproc/py-grapheme@${PY_FLAVOR}
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes NO_ARCH= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1649479107 TIMESTAMP = 1674589964
SHA256 (alive-progress-2.4.1.tar.gz) = 089757c8197f27ad972ba27e1060f6db92368d83c736884e159034fd74865323 SHA256 (alive-progress-3.0.0.tar.gz) = 9c122a47162fea67918b656cf3687ef3d8a661b451114bb07f4409bc869309cc
SIZE (alive-progress-2.4.1.tar.gz) = 104725 SIZE (alive-progress-3.0.0.tar.gz) = 101587

View file

@ -0,0 +1,10 @@
--- setup.py.orig 2022-12-22 05:23:53 UTC
+++ setup.py
@@ -55,7 +55,6 @@ setup(
'multi-threaded REPL alive animated visual feedback simple live efficient monitor '
'stats elapsed time throughput'.split(),
packages=find_packages(exclude=['tests*']),
- data_files=[('', ['LICENSE'])],
python_requires='>=3.7, <4',
install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
)