ports/devel/py-readme-renderer/Makefile
Po-Chuan Hsieh eaff74929c
devel/py-readme-renderer: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
2024-05-13 22:00:01 +08:00

33 lines
1,004 B
Makefile

PORTNAME= readme-renderer
PORTVERSION= 37.3
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= readme_renderer-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for rendering "readme" descriptions
WWW= https://github.com/pypa/readme_renderer
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bleach>=2.1.0:www/py-bleach@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.13.1,1:textproc/py-docutils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygments>=2.5.1:textproc/py-pygments@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
OPTIONS_DEFINE= MD
OPTIONS_DEFAULT=MD
MD_DESC= Markdown support
MD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cmarkgfm>=0.8.0:textproc/py-cmarkgfm@${PY_FLAVOR}
.include <bsd.port.mk>