textproc/py-pybtex: Add py-pybtex 0.24.0
Pybtex is a BibTeX-compatible bibliography processor written in Python. You can simply type pybtex instead of bibtex. Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line options, fully supports BibTeX's .bst styles and produces byte-identical output. WWW: https://pybtex.org/ WWW: https://bitbucket.org/pybtex-devs/pybtex/
This commit is contained in:
parent
40991a18a2
commit
9278328b0d
@ -1371,6 +1371,7 @@
|
||||
SUBDIR += py-pyPEG2
|
||||
SUBDIR += py-pyahocorasick
|
||||
SUBDIR += py-pyaml
|
||||
SUBDIR += py-pybtex
|
||||
SUBDIR += py-pycountry
|
||||
SUBDIR += py-pyexcel
|
||||
SUBDIR += py-pyexcel-ezodf
|
||||
|
24
textproc/py-pybtex/Makefile
Normal file
24
textproc/py-pybtex/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= pybtex
|
||||
PORTVERSION= 0.24.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= BibTeX-compatible bibliography processor in Python
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}latexcodec>=1.0.4:textproc/py-latexcodec@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}yaml>=3.01:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/py-pybtex/distinfo
Normal file
3
textproc/py-pybtex/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1628103018
|
||||
SHA256 (pybtex-0.24.0.tar.gz) = 818eae35b61733e5c007c3fcd2cfb75ed1bc8b4173c1f70b56cc4c0802d34755
|
||||
SIZE (pybtex-0.24.0.tar.gz) = 402879
|
8
textproc/py-pybtex/pkg-descr
Normal file
8
textproc/py-pybtex/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Pybtex is a BibTeX-compatible bibliography processor written in Python. You can
|
||||
simply type pybtex instead of bibtex.
|
||||
|
||||
Pybtex aims to be 100% compatible with BibTeX. It accepts the same command line
|
||||
options, fully supports BibTeX's .bst styles and produces byte-identical output.
|
||||
|
||||
WWW: https://pybtex.org/
|
||||
WWW: https://bitbucket.org/pybtex-devs/pybtex/
|
Loading…
Reference in New Issue
Block a user