Skip to content

Commit

Permalink
textproc/py-mistune0: Add py-mistune0 0.8.4 (copied from py-mistune)
Browse files Browse the repository at this point in the history
- Add PORTSCOUT
  • Loading branch information
sunpoet committed May 13, 2022
1 parent e742e9f commit 2e27400
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions textproc/Makefile
Expand Up @@ -1369,6 +1369,7 @@
SUBDIR += py-mdurl
SUBDIR += py-misaka
SUBDIR += py-mistune
SUBDIR += py-mistune0
SUBDIR += py-mkdocs
SUBDIR += py-mkdocs-autorefs
SUBDIR += py-mkdocs-material
Expand Down
30 changes: 30 additions & 0 deletions textproc/py-mistune0/Makefile
@@ -0,0 +1,30 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>

PORTNAME= mistune
PORTVERSION= 0.8.4
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 0

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fastest markdown parser in pure Python

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}

USES= cpe python:3.6+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes

CPE_VENDOR= mistune_project

PORTSCOUT= limit:^0\.

do-test:
cd ${WRKSRC} && ${PYTHON_CMD} -m nose -v

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions textproc/py-mistune0/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1556169307
SHA256 (mistune-0.8.4.tar.gz) = 59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e
SIZE (mistune-0.8.4.tar.gz) = 58322
4 changes: 4 additions & 0 deletions textproc/py-mistune0/pkg-descr
@@ -0,0 +1,4 @@
Mistune is a fast yet powerful Python Markdown parser with renderers and
plugins.

WWW: https://github.com/lepture/mistune

0 comments on commit 2e27400

Please sign in to comment.