mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
* Switch back to PyPI as the sdist is available there again. * Utilize the PEP517 build framework as well. Changelog since 0.7.0: https://github.com/cmacmackin/markdown-include/compare/v0.7.0...v0.8.1
23 lines
632 B
Makefile
23 lines
632 B
Makefile
PORTNAME= markdown-include
|
|
DISTVERSION= 0.8.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kai@FreeBSD.org
|
|
COMMENT= Provides an "include" function for Markdown
|
|
WWW= https://github.com/cmacmackin/markdown-include
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}setuptools_scm>=6.2:devel/py-setuptools_scm@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>=3.0.0:textproc/py-markdown@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|