commit:     55bda55876fe486cc5b72023be3947043655aa4e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 30 06:36:22 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 30 06:36:22 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bda558

dev-python/bibtexparser: Bump to 1.4.4

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/bibtexparser/Manifest                  |  1 +
 dev-python/bibtexparser/bibtexparser-1.4.4.ebuild | 31 +++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/bibtexparser/Manifest b/dev-python/bibtexparser/Manifest
index 305717249628..8effb509197c 100644
--- a/dev-python/bibtexparser/Manifest
+++ b/dev-python/bibtexparser/Manifest
@@ -1 +1,2 @@
 DIST bibtexparser-1.4.3.gh.tar.gz 97163 BLAKE2B 
6eb8a0aa115d6dc824fd2da1d1d0ddd05d0a61778770ba6a58d1933040d0fbc8a18e45ce1e3fea346959ac9c3cd21ff4cf0541a108b674e96d56b68c2c37de90
 SHA512 
b3ba1973e3288af4fed5b91385e427558f95f1c08de59c2af0eea393d72c06ac981d907f6328007bc6d135dce768ce24c65460ae522ae6482f75f6cdec52b987
+DIST bibtexparser-1.4.4.gh.tar.gz 97227 BLAKE2B 
53ba09d456e339d5c58254c2403629ca2fccbef79800f5c3a0f2bb1e961399f764b5e4ef9391463f0421338ce8c140f247471f1220f840d431db3c36cda3c9a7
 SHA512 
fe853847215c2d363ad2238afbc310b2e5946630092b86ff010c1053e1afa9acbed81ee4954fb1793d11a9bb19627f31f56bdb59c429c1d520aa4deffb454599

diff --git a/dev-python/bibtexparser/bibtexparser-1.4.4.ebuild 
b/dev-python/bibtexparser/bibtexparser-1.4.4.ebuild
new file mode 100644
index 000000000000..2415de563cf6
--- /dev/null
+++ b/dev-python/bibtexparser/bibtexparser-1.4.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="A BibTeX parser written in Python"
+HOMEPAGE="
+       https://github.com/sciunto-org/python-bibtexparser/
+       https://pypi.org/project/bibtexparser/
+"
+SRC_URI="
+       https://github.com/sciunto-org/python-bibtexparser/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/python-${P}"
+
+LICENSE="|| ( BSD LGPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/pyparsing-3.0.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to