pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-sphinxcontrib-bibtex py-sphinxcontrib-bibt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/729f08353839
branches:  trunk
changeset: 416267:729f08353839
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 22 06:48:26 2019 +0000

description:
py-sphinxcontrib-bibtex: updated to 1.0.0

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.

diffstat:

 textproc/py-sphinxcontrib-bibtex/Makefile |   8 +++++---
 textproc/py-sphinxcontrib-bibtex/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 50492b6759f0 -r 729f08353839 textproc/py-sphinxcontrib-bibtex/Makefile
--- a/textproc/py-sphinxcontrib-bibtex/Makefile Tue Oct 22 06:45:05 2019 +0000
+++ b/textproc/py-sphinxcontrib-bibtex/Makefile Tue Oct 22 06:48:26 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/01/07 17:00:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2019/10/22 06:48:26 adam Exp $
 
-DISTNAME=      sphinxcontrib-bibtex-0.4.2
+DISTNAME=      sphinxcontrib-bibtex-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
@@ -12,11 +12,13 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-oset>=0.1.3:../../devel/py-oset
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.4.1:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=1.6:../../textproc/py-sphinx
+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"
diff -r 50492b6759f0 -r 729f08353839 textproc/py-sphinxcontrib-bibtex/distinfo
--- a/textproc/py-sphinxcontrib-bibtex/distinfo Tue Oct 22 06:45:05 2019 +0000
+++ b/textproc/py-sphinxcontrib-bibtex/distinfo Tue Oct 22 06:48:26 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/01/07 17:00:33 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/10/22 06:48:26 adam Exp $
 
-SHA1 (sphinxcontrib-bibtex-0.4.2.tar.gz) = 8d98b909631dbec53527497c3ae2ffd8c5802b62
-RMD160 (sphinxcontrib-bibtex-0.4.2.tar.gz) = dfe9eb50f1278f05416f6c3f3a09cff7aa2d222b
-SHA512 (sphinxcontrib-bibtex-0.4.2.tar.gz) = 7e3c181297e19f7996c1395de2ed5b0fca98d34a6e4da6c24bf52d543e02ba329ab4fdf9b77bab0bd45d18dd0b59fc4ac8a17cd4ef03650b17ab66f8faff1be7
-Size (sphinxcontrib-bibtex-0.4.2.tar.gz) = 49490 bytes
+SHA1 (sphinxcontrib-bibtex-1.0.0.tar.gz) = 444bead2e28a5458b029991a79700d7b6e9818b4
+RMD160 (sphinxcontrib-bibtex-1.0.0.tar.gz) = 72e8280b73e2ee95ea1a11246a68b8b39869eea3
+SHA512 (sphinxcontrib-bibtex-1.0.0.tar.gz) = 17822421e924eaa07c235ae0541fafd7a7d3dd89b8e8260dc0224c1c931fae8e2e1212864515863592b8938fe2b65b46d10a6260800b27e6172273b3407aa6d8
+Size (sphinxcontrib-bibtex-1.0.0.tar.gz) = 47829 bytes



Home | Main Index | Thread Index | Old Index