git: eff41c72ea2f - main - textproc/py-markdown-include: Update to 0.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jul 2023 13:11:54 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=eff41c72ea2fa2a74c138123250795c988a55ee9 commit eff41c72ea2fa2a74c138123250795c988a55ee9 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-07-01 12:48:36 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-07-01 13:10:51 +0000 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 --- textproc/py-markdown-include/Makefile | 13 +++++++------ textproc/py-markdown-include/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/textproc/py-markdown-include/Makefile b/textproc/py-markdown-include/Makefile index 4feffc7d5680..4c5da1460f7e 100644 --- a/textproc/py-markdown-include/Makefile +++ b/textproc/py-markdown-include/Makefile @@ -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 diff --git a/textproc/py-markdown-include/distinfo b/textproc/py-markdown-include/distinfo index 0e8301970900..e48a7f8bbfbd 100644 --- a/textproc/py-markdown-include/distinfo +++ b/textproc/py-markdown-include/distinfo @@ -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