Skip to content

Commit

Permalink
textproc/py-markdown-include: Update to 0.8.1
Browse files Browse the repository at this point in the history
* Switch back to PyPI as the sdist is available there again.
* Utilize the PEP517 build framework as well.

Changelog since 0.7.0:

cmacmackin/markdown-include@v0.7.0...v0.8.1
  • Loading branch information
knobix committed Jul 1, 2023
1 parent 8bebd5d commit eff41c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions 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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit eff41c7

Please sign in to comment.