pkgsrc/textproc/py-pybtex/Makefile
adam 113885edf5 py-pybtex: updated to 0.24.0
Version 0.24.0
--------------
**This is the last version that supports Python 2. The next version will
require Python 3.6 or above.**

- Added support for ``sup`` and ``sub`` tags to LaTeX and Markdown backends.
- Added support for ``@online`` entries and the ``urldate`` field.
- Restored compatibility with Python 2.
- Fixed tests on Windows.
- Fixed bugs in the example plugin.
- Fixed bad ``get_default_encoding()`` call.
2021-01-21 15:36:32 +00:00

26 lines
816 B
Makefile

# $NetBSD: Makefile,v 1.7 2021/01/21 15:36:32 adam Exp $
DISTNAME= pybtex-0.24.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pybtex/}
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= https://pybtex.org/
COMMENT= BibTeX-compatible bibliography processor written in Python
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-latexcodec>=1.0.4:../../print/py-latexcodec
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.01:../../textproc/py-yaml
USE_LANGUAGES= # none
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} pybtex pybtex-${PYVERSSUFFIX} && \
${MV} pybtex-convert pybtex-convert-${PYVERSSUFFIX} && \
${MV} pybtex-format pybtex-format-${PYVERSSUFFIX} || ${TRUE}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"