mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
textproc/py-markdown-include: Update to 0.8.1
* 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
This commit is contained in:
parent
8bebd5de23
commit
eff41c72ea
@ -1,7 +1,7 @@
|
||||
PORTNAME= markdown-include
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.7.0
|
||||
DISTVERSION= 0.8.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
@ -10,12 +10,13 @@ WWW= https://github.com/cmacmackin/markdown-include
|
||||
|
||||
LICENSE= GPLv3+
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown>0:textproc/py-markdown@${PY_FLAVOR}
|
||||
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_GITHUB= yes
|
||||
GH_ACCOUNT= cmacmackin
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1659559838
|
||||
SHA256 (cmacmackin-markdown-include-v0.7.0_GH0.tar.gz) = 5944cac326e3f071188ce902c6edeacbf5ae7c33273875594debf93e5d850a72
|
||||
SIZE (cmacmackin-markdown-include-v0.7.0_GH0.tar.gz) = 16696
|
||||
TIMESTAMP = 1688206906
|
||||
SHA256 (markdown-include-0.8.1.tar.gz) = 1d0623e0fc2757c38d35df53752768356162284259d259c486b4ab6285cdbbe3
|
||||
SIZE (markdown-include-0.8.1.tar.gz) = 21873
|
||||
|
Loading…
Reference in New Issue
Block a user