diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-12-20 08:24:34 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-12-20 09:23:20 +0100 |
| commit | a196c28eb2fad44905b69f092effc87ad890c92e (patch) | |
| tree | 2e7026a382f71d24db0b2be93ef620fd36f59c91 /dev-python/bibtexparser/bibtexparser-1.4.3.ebuild | |
| parent | 2f915c1f4a5af2dd55d6eb77a4cc2c68278c30c7 (diff) | |
| download | gentoo-a196c28eb2fad44905b69f092effc87ad890c92e.tar.gz gentoo-a196c28eb2fad44905b69f092effc87ad890c92e.tar.bz2 gentoo-a196c28eb2fad44905b69f092effc87ad890c92e.zip | |
dev-python/bibtexparser: Bump to 1.4.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bibtexparser/bibtexparser-1.4.3.ebuild')
| -rw-r--r-- | dev-python/bibtexparser/bibtexparser-1.4.3.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/bibtexparser/bibtexparser-1.4.3.ebuild b/dev-python/bibtexparser/bibtexparser-1.4.3.ebuild new file mode 100644 index 000000000000..cacc9487d938 --- /dev/null +++ b/dev-python/bibtexparser/bibtexparser-1.4.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +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[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest |
