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:
parent
278e64b243
commit
8ca88c3c01
26
textproc/py-pandocfilters/Makefile
Normal file
26
textproc/py-pandocfilters/Makefile
Normal 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>
|
2
textproc/py-pandocfilters/distinfo
Normal file
2
textproc/py-pandocfilters/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pandocfilters-1.4.1.tar.gz) = 7IvNEA0IHbCSxX+TRisYYbz6EobvEm802lyx2WlTis0=
|
||||
SIZE (pandocfilters-1.4.1.tar.gz) = 14265
|
3
textproc/py-pandocfilters/pkg/DESCR
Normal file
3
textproc/py-pandocfilters/pkg/DESCR
Normal 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.
|
5
textproc/py-pandocfilters/pkg/PLIST
Normal file
5
textproc/py-pandocfilters/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user