mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/py-plastex: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
This commit is contained in:
parent
2d422435fe
commit
d636745677
2 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= plastex
|
PORTNAME= plastex
|
||||||
PORTVERSION= 3.1
|
PORTVERSION= 3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,13 +13,15 @@ WWW= https://github.com/plastex/plastex
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:devel/py-Jinja2@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10.1:devel/py-Jinja2@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pillow>=7:graphics/py-pillow@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pillow>=7:graphics/py-pillow@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7:devel/py-typing-extensions@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}unidecode>=0.4.21:converters/py-unidecode@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}unidecode>=0.4.21:converters/py-unidecode@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python tex
|
USES= python tex
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
USE_TEX= base:run
|
USE_TEX= base:run
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
9
math/py-plastex/files/patch-setup.cfg
Normal file
9
math/py-plastex/files/patch-setup.cfg
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- setup.cfg.orig 2024-01-30 19:56:20 UTC
|
||||||
|
+++ setup.cfg
|
||||||
|
@@ -1,5 +1,5 @@
|
||||||
|
[metadata]
|
||||||
|
-name = plasTeX
|
||||||
|
+name = plastex
|
||||||
|
description = LaTeX document processing framework
|
||||||
|
long_description = file: README.md
|
||||||
|
long_description_content_type = text/markdown
|
Loading…
Add table
Reference in a new issue