mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
dev-python/bibtexparser: Bump to 2.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST bibtexparser-1.4.4.gh.tar.gz 97227 BLAKE2B 53ba09d456e339d5c58254c2403629ca2fccbef79800f5c3a0f2bb1e961399f764b5e4ef9391463f0421338ce8c140f247471f1220f840d431db3c36cda3c9a7 SHA512 fe853847215c2d363ad2238afbc310b2e5946630092b86ff010c1053e1afa9acbed81ee4954fb1793d11a9bb19627f31f56bdb59c429c1d520aa4deffb454599
|
||||
DIST bibtexparser-2.0.0.tar.gz 88017 BLAKE2B a3ad59546a7a3c5c5ba736d70e77a07c6d6aaf60139a129ee77e3676bceecae3a90e3011395130ed678f9a0792fb3d730864f7345dd5dd5e73ef4f4172cc5dd4 SHA512 044e18c30fd6147dffd7d0b4b5f15fccc0ec443c62503ddd3f18d13270df0a9eb65b8eb1a0ba8ed01a362397781d59820ee20415f1c9a4cc79e9e0e7a1acdbd1
|
||||
DIST bibtexparser-2.0.1.tar.gz 88449 BLAKE2B a53ee76ab6d301d55bbc0ea19a2899cb565ebe728890b9543ecd5df30e8eebb081f8bfa49ec899fbc1005ab73a294ec56b165bf739e1adb0e63c359bcc45de75 SHA512 a8cb17d27c85d3e22cb292fd7ef19b12b4f0cab509e266004907a9a02aa9f2b6d6fde5152156c68ffe564ea9f076131e3521382007ac8bc76a73ccc2af6f6605
|
||||
|
||||
26
dev-python/bibtexparser/bibtexparser-2.0.1.ebuild
Normal file
26
dev-python/bibtexparser/bibtexparser-2.0.1.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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_{12..15} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A BibTeX parser written in Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/sciunto-org/python-bibtexparser/
|
||||
https://pypi.org/project/bibtexparser/
|
||||
"
|
||||
|
||||
LICENSE="|| ( BSD LGPL-3 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/pylatexenc-2.10[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user