Skip to content

Commit

Permalink
textproc/py-markups: Update to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Feb 5, 2023
1 parent e59d044 commit 562e23c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
13 changes: 5 additions & 8 deletions textproc/py-markups/Makefile
@@ -1,5 +1,5 @@
PORTNAME= markups
PORTVERSION= 3.1.3
PORTVERSION= 4.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -14,15 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-markdown-math>=0:textproc/py-python-markdown-math@${PY_FLAVOR}

USES= python:3.7+
USES= python:3.9+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

.include <bsd.port.pre.mk>
post-patch:
@${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.if ${PYTHON_REL} < 30800
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>=0:devel/py-importlib-metadata@${PY_FLAVOR}
.endif

.include <bsd.port.post.mk>
.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions textproc/py-markups/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1638556624
SHA256 (Markups-3.1.3.tar.gz) = ab9747a72c1c6457418eb4276c79871977c13a654618e4f12e2a1f0990fbf2fc
SIZE (Markups-3.1.3.tar.gz) = 20868
TIMESTAMP = 1675191095
SHA256 (Markups-4.0.0.tar.gz) = 3ddb9afb1c55d0cff812e3392ca33f468498c0707a4fa8b2e05d0ba0d32c019e
SIZE (Markups-4.0.0.tar.gz) = 22968
3 changes: 3 additions & 0 deletions textproc/py-markups/files/setup.py
@@ -0,0 +1,3 @@
from setuptools import setup

setup()

0 comments on commit 562e23c

Please sign in to comment.