textproc/py-pybtex-docutils: Add py-pybtex-docutils 1.0.1
pybtex-docutils is a docutils backend for pybtex. WWW: https://github.com/mcmtroffaes/pybtex-docutils
This commit is contained in:
parent
9278328b0d
commit
6c7fc56c1d
4 changed files with 30 additions and 0 deletions
|
@ -1372,6 +1372,7 @@
|
|||
SUBDIR += py-pyahocorasick
|
||||
SUBDIR += py-pyaml
|
||||
SUBDIR += py-pybtex
|
||||
SUBDIR += py-pybtex-docutils
|
||||
SUBDIR += py-pycountry
|
||||
SUBDIR += py-pyexcel
|
||||
SUBDIR += py-pyexcel-ezodf
|
||||
|
|
23
textproc/py-pybtex-docutils/Makefile
Normal file
23
textproc/py-pybtex-docutils/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= pybtex-docutils
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Docutils backend for pybtex
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docutils>=0.8:textproc/py-docutils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pybtex>=0.16:textproc/py-pybtex@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-pybtex-docutils/distinfo
Normal file
3
textproc/py-pybtex-docutils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1628103020
|
||||
SHA256 (pybtex-docutils-1.0.1.tar.gz) = d53aa0c31dc94d61fd30ea3f06c749e6f510f9ff0e78cb2765a9300f173d8626
|
||||
SIZE (pybtex-docutils-1.0.1.tar.gz) = 14234
|
3
textproc/py-pybtex-docutils/pkg-descr
Normal file
3
textproc/py-pybtex-docutils/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
pybtex-docutils is a docutils backend for pybtex.
|
||||
|
||||
WWW: https://github.com/mcmtroffaes/pybtex-docutils
|
Loading…
Reference in a new issue