Import py-pandocfilters 1.4.1, ok danj@

Python module for writing pandoc filters. Pandoc filters are pipes that
read a JSON serialization of the Pandoc AST from stdin, transform it in
some way, and write it to stdout.
This commit is contained in:
shadchin 2017-01-19 19:49:58 +00:00
parent 278e64b243
commit 8ca88c3c01
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2017/01/19 19:49:58 shadchin Exp $
COMMENT = utilities for writing pandoc filters
MODPY_EGG_VERSION = 1.4.1
DISTNAME = pandocfilters-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = textproc
HOMEPAGE = https://github.com/jgm/pandocfilters
MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
MODPY_PI = Yes
FLAVORS = python3
FLAVOR ?=
NO_TEST = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pandocfilters-1.4.1.tar.gz) = 7IvNEA0IHbCSxX+TRisYYbz6EobvEm802lyx2WlTis0=
SIZE (pandocfilters-1.4.1.tar.gz) = 14265

View File

@ -0,0 +1,3 @@
Python module for writing pandoc filters. Pandoc filters are pipes that
read a JSON serialization of the Pandoc AST from stdin, transform it in
some way, and write it to stdout.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2017/01/19 19:49:58 shadchin Exp $
${MODPY_COMMENT}lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}/
lib/python${MODPY_VERSION}/site-packages/${MODPY_PYCACHE}pandocfilters.${MODPY_PYC_MAGIC_TAG}pyc
lib/python${MODPY_VERSION}/site-packages/pandocfilters-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
lib/python${MODPY_VERSION}/site-packages/pandocfilters.py