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:           Thu Dec 13 21:13:45 UTC 2018

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

Log Message:
py-sphinxcontrib-bibtex: updated to 0.4.1

0.4.1:
* Disable tinkerer test due to upstream bug.
* Remove crossref test due to changed upstream behaviour in pybtex.
* Fix latex test to match new upstream code generation.
* Fix documentation of encoding option.
* Migrate to sphinx.util.logging in favour of old deprecated logging
  method.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile
cvs rdiff -u -r1.1 -r1.2 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.4 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.5
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.4        Fri Jul 27 07:28:14 2018
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile    Thu Dec 13 21:13:45 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2018/07/27 07:28:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2018/12/13 21:13:45 adam Exp $
 
-DISTNAME=      sphinxcontrib-bibtex-0.4.0
+DISTNAME=      sphinxcontrib-bibtex-0.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
 
@@ -11,10 +10,13 @@ HOMEPAGE=   https://github.com/mcmtroffaes
 COMMENT=       Sphinx extension for BibTeX style citations
 LICENSE=       2-clause-bsd
 
-USE_LANGUAGES=         # none
+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}-pybtex>=0.20:../../textproc/py-pybtex
+DEPENDS+=      ${PYPKGPREFIX}-pybtex-docutils>=0.2.0:../../textproc/py-pybtex-docutils
 
-DEPENDS+=              ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-DEPENDS+=              ${PYPKGPREFIX}-oset-[0-9]*:../../devel/py-oset
+USE_LANGUAGES= # none
 
 .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.1 pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.2
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.1        Thu Jul 26 10:37:57 2018
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo    Thu Dec 13 21:13:45 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/07/26 10:37:57 jaapb Exp $
+$NetBSD: distinfo,v 1.2 2018/12/13 21:13:45 adam Exp $
 
-SHA1 (sphinxcontrib-bibtex-0.4.0.tar.gz) = 900d94732f2c43d34c4bce1197254f187acde5fa
-RMD160 (sphinxcontrib-bibtex-0.4.0.tar.gz) = a343d1d4a60f130d667b6883f4da44a36dd8bb45
-SHA512 (sphinxcontrib-bibtex-0.4.0.tar.gz) = c076b5d45b958b7476c74e95237bbe60fdeac26aa2e85d6fa0012399ea2339f7ec8551594f37d3ec302325bca33a5dfe88bf53bd727a245a575be558d4698cf7
-Size (sphinxcontrib-bibtex-0.4.0.tar.gz) = 48872 bytes
+SHA1 (sphinxcontrib-bibtex-0.4.1.tar.gz) = d4f6cb00966a818978b8a67a3d21fa97c984208e
+RMD160 (sphinxcontrib-bibtex-0.4.1.tar.gz) = e0624faafdbe2f1757143f5a4e7fcc4c3962a103
+SHA512 (sphinxcontrib-bibtex-0.4.1.tar.gz) = 2cde3890b789458c23c2d2be102d05ce54f897da95dfe18506111949e6aa55c30eba6e68b9e00431a264b48a275327ab85fa5dfe769e5705d6c0f07770f2bf4e
+Size (sphinxcontrib-bibtex-0.4.1.tar.gz) = 48288 bytes



Home | Main Index | Thread Index | Old Index