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 Jul 22 07:13:51 UTC 2025
Modified Files:
pkgsrc/textproc/py-sphinxcontrib-bibtex: Makefile distinfo
Log Message:
py-sphinxcontrib-bibtex: updated to 2.6.5
2.6.5 (27 June 2025)
* Require pybtex 0.25 and remove setuptools dependency hack.
2.6.4 (17 June 2025)
* Add Python 3.13 support.
* Add setuptools as dependency on all Python versions.
This fixes an issue with an undeclared setuptools dependency
in the latest release of pybtex.
* Python 3.7 and 3.8 are EOL and are therefore no longer officially supported.
* FootCiteRole now derives from SphinxRole instead of XRefRole,
simplifying the implementation.
* Bib files in conf.py are now resolved relative to confdir instead of srcdir
* Duplicate label warnings are no longer issued if the non-prefixed keys
are identical. This allows having duplicate citations,
as long as the keys are differently prefixed, which is a common use case.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile
cvs rdiff -u -r1.8 -r1.9 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.16 pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.17
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile:1.16 Mon Apr 14 12:56:29 2025
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/Makefile Tue Jul 22 07:13:51 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2025/04/14 12:56:29 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/07/22 07:13:51 adam Exp $
-DISTNAME= sphinxcontrib_bibtex-2.6.3
+DISTNAME= sphinxcontrib_bibtex-2.6.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sphinxcontrib-bibtex/}
@@ -14,17 +13,12 @@ LICENSE= 2-clause-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-docutils>=0.20:../../textproc/py-docutils
DEPENDS+= ${PYPKGPREFIX}-sphinx>=3.5:../../textproc/py-sphinx
-DEPENDS+= ${PYPKGPREFIX}-pybtex>=0.24:../../textproc/py-pybtex
+DEPENDS+= ${PYPKGPREFIX}-pybtex>=0.25:../../textproc/py-pybtex
DEPENDS+= ${PYPKGPREFIX}-pybtex-docutils>=1.0.0:../../textproc/py-pybtex-docutils
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-sphinx
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} >= 312
-DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-.endif
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo
diff -u pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.8 pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.9
--- pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo:1.8 Fri Sep 13 16:59:49 2024
+++ pkgsrc/textproc/py-sphinxcontrib-bibtex/distinfo Tue Jul 22 07:13:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/09/13 16:59:49 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/07/22 07:13:51 adam Exp $
-BLAKE2s (sphinxcontrib_bibtex-2.6.3.tar.gz) = b1ec53e4eeea348cf6f2b97b414b5c59f9785094cc25316dde96450eedd24317
-SHA512 (sphinxcontrib_bibtex-2.6.3.tar.gz) = 5f5e6ff1616735987c2ff9826853db0ec739f7477100b5abb60208233ccd962fe43946f372c42ace53353a2983b1eeefade0a5020cd848ef8ba1289b533d2248
-Size (sphinxcontrib_bibtex-2.6.3.tar.gz) = 117177 bytes
+BLAKE2s (sphinxcontrib_bibtex-2.6.5.tar.gz) = 43694dc4ae9e7be7b9bddbeb1ebbe3b77aa7dde8fcd00322fd7b141a58b0f90d
+SHA512 (sphinxcontrib_bibtex-2.6.5.tar.gz) = 514bbe4f9b705e68e6098deefbd8be1234edd12752f32892bdc67bedcca5df85f605da4d6660486eb387e8c42da9bd8633201c40f3d11591dd2cf1840c27ec53
+Size (sphinxcontrib_bibtex-2.6.5.tar.gz) = 118462 bytes
Home |
Main Index |
Thread Index |
Old Index