Skip to content

Commit

Permalink
misc/py-alive-progress: Update to 3.0.0
Browse files Browse the repository at this point in the history
- Update WWW
- Add missing RUN_DEPENDS
- Take maintainership

Changes:	https://github.com/rsalmei/alive-progress/blob/main/CHANGELOG.md
  • Loading branch information
sunpoet committed Jan 30, 2023
1 parent 67f818b commit 3563550
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
12 changes: 8 additions & 4 deletions misc/py-alive-progress/Makefile
@@ -1,18 +1,22 @@
PORTNAME= alive-progress
DISTVERSION= 2.4.1
DISTVERSION= 3.0.0
CATEGORIES= misc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enhanced Python Progress Bar
WWW= https://pypi.org/project/alive-progress/
WWW= https://github.com/rsalmei/alive-progress

LICENSE= MIT
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

NO_ARCH= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions misc/py-alive-progress/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1649479107
SHA256 (alive-progress-2.4.1.tar.gz) = 089757c8197f27ad972ba27e1060f6db92368d83c736884e159034fd74865323
SIZE (alive-progress-2.4.1.tar.gz) = 104725
TIMESTAMP = 1674589964
SHA256 (alive-progress-3.0.0.tar.gz) = 9c122a47162fea67918b656cf3687ef3d8a661b451114bb07f4409bc869309cc
SIZE (alive-progress-3.0.0.tar.gz) = 101587
10 changes: 10 additions & 0 deletions misc/py-alive-progress/files/patch-setup.py
@@ -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'],
)

0 comments on commit 3563550

Please sign in to comment.