www/py-utidylib: Update to 0.10
- Convert to USE_PYTHON=pep517 Changes: https://github.com/nijel/utidylib/blob/master/CHANGES.rst
This commit is contained in:
parent
fbf300a892
commit
50061b8c31
3 changed files with 18 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= utidylib
|
||||
PORTVERSION= 0.9
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -7,15 +7,18 @@ DISTNAME= uTidylib-${PORTVERSION}
|
|||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Wrapper for HTML Tidy
|
||||
WWW= https://github.com/nijel/utidylib
|
||||
WWW= https://utidylib.readthedocs.io/en/latest/ \
|
||||
https://github.com/nijel/utidylib
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
LIB_DEPENDS= libtidy5.so:www/tidy-html5
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1674590074
|
||||
SHA256 (uTidylib-0.9.tar.gz) = f505f0437bdb2fa66227ed0de57462898d817a6c1523383f29dc7bfc13203a21
|
||||
SIZE (uTidylib-0.9.tar.gz) = 15723
|
||||
TIMESTAMP = 1710712568
|
||||
SHA256 (uTidylib-0.10.tar.gz) = 95fe538c6cd1ea08d7df99d56a5816cb0571a06038189c03518024064edee60f
|
||||
SIZE (uTidylib-0.10.tar.gz) = 16959
|
||||
|
|
9
www/py-utidylib/files/patch-setup.cfg
Normal file
9
www/py-utidylib/files/patch-setup.cfg
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- setup.cfg.orig 2024-03-05 11:41:58 UTC
|
||||
+++ setup.cfg
|
||||
@@ -1,5 +1,5 @@
|
||||
[metadata]
|
||||
-name = uTidylib
|
||||
+name = utidylib
|
||||
version = attr: tidy.__version__
|
||||
author = Michal Čihař
|
||||
author_email = michal@cihar.com
|
Loading…
Reference in a new issue