textproc/py-markdown-it-py: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
3288e3f227
commit
651395a8ef
2 changed files with 7 additions and 12 deletions
|
|
@ -1,12 +1,13 @@
|
|||
PORTNAME= markdown-it-py
|
||||
PORTVERSION= 2.2.0
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Python port of markdown-it
|
||||
WWW= https://github.com/executablebooks/markdown-it-py
|
||||
WWW= https://markdown-it-py.readthedocs.io/en/latest/ \
|
||||
https://github.com/executablebooks/markdown-it-py
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
@ -19,10 +20,4 @@ USE_PYTHON= autoplist concurrent pep517
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PYTHON_REL} < 30800
|
||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1679498822
|
||||
SHA256 (markdown-it-py-2.2.0.tar.gz) = 7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1
|
||||
SIZE (markdown-it-py-2.2.0.tar.gz) = 67120
|
||||
TIMESTAMP = 1688166326
|
||||
SHA256 (markdown-it-py-3.0.0.tar.gz) = e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb
|
||||
SIZE (markdown-it-py-3.0.0.tar.gz) = 74596
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue