mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
textproc/py-genshi: Update to 0.7.9
- Convert to pep517 Release changes: https://github.com/edgewall/genshi/releases/tag/0.7.9 Reported by: Simon Cross <notifications@github.com>
This commit is contained in:
parent
3c31278cdd
commit
e5d35863ec
2 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= Genshi
|
PORTNAME= Genshi
|
||||||
PORTVERSION= 0.7.7
|
PORTVERSION= 0.7.9
|
||||||
CATEGORIES= textproc www python
|
CATEGORIES= textproc www python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -11,8 +11,11 @@ WWW= https://genshi.edgewall.org/
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>=0.43.0:devel/py-wheel@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist distutils
|
USE_PYTHON= autoplist pep517
|
||||||
|
|
||||||
OPTIONS_DEFINE= BABEL
|
OPTIONS_DEFINE= BABEL
|
||||||
BABEL_DESC= I18n support through the Babel plugin
|
BABEL_DESC= I18n support through the Babel plugin
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1664204725
|
TIMESTAMP = 1718724739
|
||||||
SHA256 (Genshi-0.7.7.tar.gz) = c100520862cd69085d10ee1a87e91289e7f59f6b3d9bd622bf58b2804e6b9aab
|
SHA256 (Genshi-0.7.9.tar.gz) = c76170a8b2dc18944e0915103c284cb889dfcee34e0e140ba3363c80f7541ad2
|
||||||
SIZE (Genshi-0.7.7.tar.gz) = 267206
|
SIZE (Genshi-0.7.9.tar.gz) = 269399
|
||||||
|
|
Loading…
Add table
Reference in a new issue