03002466e4
1.0.0: * Drop Python 2.7 and 3.4 support (as upstream sphinx has dropped support for these as well). * Add Python 3.8 support (contributed by hroncok). * Update for Sphinx 2.x, and drop Sphinx 1.x support (as there is too much difference between the two versions). * Non-bibtex citations will now no longer issue warnings * Switch to codecov for coverage reporting.
24 lines
841 B
Makefile
24 lines
841 B
Makefile
# $NetBSD: Makefile,v 1.7 2019/10/22 06:48:26 adam Exp $
|
|
|
|
DISTNAME= sphinxcontrib-bibtex-1.0.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
|
|
|
|
MAINTAINER= jaapb@NetBSD.org
|
|
HOMEPAGE= https://github.com/mcmtroffaes/sphinxcontrib-bibtex
|
|
COMMENT= Sphinx extension for BibTeX style citations
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-oset>=0.1.3:../../devel/py-oset
|
|
DEPENDS+= ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
|
|
DEPENDS+= ${PYPKGPREFIX}-sphinx>=2.0:../../textproc/py-sphinx
|
|
DEPENDS+= ${PYPKGPREFIX}-pybtex>=0.20:../../textproc/py-pybtex
|
|
DEPENDS+= ${PYPKGPREFIX}-pybtex-docutils>=0.2.0:../../textproc/py-pybtex-docutils
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-sphinx
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|