pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-sphinxcontrib-bibtex



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 22 06:48:27 UTC 2019

Modified Files:
        pkgsrc/textproc/py-sphinxcontrib-bibtex: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile
diff -u pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.6 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.7
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.6        Mon Jan  7 17:00:33 2019
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile    Tue Oct 22 06:48:26 2019
@@ -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 @@ 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>=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"

Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.3 pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.4
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.3        Mon Jan  7 17:00:33 2019
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo    Tue Oct 22 06:48:26 2019
@@ -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