diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-27 10:03:04 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-27 10:28:23 +0000 |
commit | a9605611b2df29ec94a63827e2c5a45156aa15dd (patch) | |
tree | 6d1c9f8a5349bb7b9a497d1ea66202ff675cde13 | |
parent | 351ae22b149ac0832ec0c4aecbc8733a2f82d03f (diff) | |
download | ports-a9605611b2df29ec94a63827e2c5a45156aa15dd.tar.gz ports-a9605611b2df29ec94a63827e2c5a45156aa15dd.zip |
-rw-r--r-- | textproc/py-dominate/Makefile | 9 | ||||
-rw-r--r-- | textproc/py-dominate/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/py-dominate/Makefile b/textproc/py-dominate/Makefile index facb2e333f2f..3d016bb2b9a5 100644 --- a/textproc/py-dominate/Makefile +++ b/textproc/py-dominate/Makefile @@ -1,5 +1,5 @@ PORTNAME= dominate -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -8,11 +8,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Create and manipulate HTML documents using DOM API WWW= https://github.com/Knio/dominate -LICENSE= LGPL3 +LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/textproc/py-dominate/distinfo b/textproc/py-dominate/distinfo index 27eab44ca560..23ffccdfb142 100644 --- a/textproc/py-dominate/distinfo +++ b/textproc/py-dominate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685162238 -SHA256 (dominate-2.8.0.tar.gz) = 4c90c3befaf88e612b71f4b39af7bcbef8977acfa855cec957225a8fbf504007 -SIZE (dominate-2.8.0.tar.gz) = 37089 +TIMESTAMP = 1700759862 +SHA256 (dominate-2.9.0.tar.gz) = b15791ebea432218543a1702d76ae45d2ff95ff994e52014b8686a69dad772fd +SIZE (dominate-2.9.0.tar.gz) = 36289 |