diff options
Diffstat (limited to 'dev-python/bibtexparser')
| -rw-r--r-- | dev-python/bibtexparser/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/bibtexparser/bibtexparser-1.4.4.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/bibtexparser/metadata.xml | 10 |
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-python/bibtexparser/Manifest b/dev-python/bibtexparser/Manifest new file mode 100644 index 000000000000..2fd603716924 --- /dev/null +++ b/dev-python/bibtexparser/Manifest @@ -0,0 +1 @@ +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..fd8fff2afe16 --- /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_{13..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 diff --git a/dev-python/bibtexparser/metadata.xml b/dev-python/bibtexparser/metadata.xml new file mode 100644 index 000000000000..46f5f4420f9f --- /dev/null +++ b/dev-python/bibtexparser/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>tex@gentoo.org</email> + <name>Gentoo TeX Project</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
