dev-python/pybtex: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-04-04 20:25:18 +02:00
parent 4fa7e7727a
commit ededa9dc94
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST pybtex-0.26.0.tar.gz 448973 BLAKE2B 508c944d7cace6152c37b726fece67f427a3d5715b823521e6e52206011a1c4c06e058711244c8e76164de39177990ddabca3adf18129a8d40018e6dbfaf136a SHA512 af4993888a1682ddd79ee9a7c30566754f05c6f52da78d51b2f295dcf0169a57f6319a3871c859e9b861fcbe69ad7672039930c7df9affe75a3c941ee678f820
DIST pybtex-0.26.1.tar.gz 692991 BLAKE2B 6be6c41d29a019d165478d511e822e1175d6aa3ae4dcb124cb5f5ec658b8a8a7518d164cfdd152f7fb50d5ee3c23e2bf24e5fbedb3e4f3c14c5bb2e7d0d33d5b SHA512 b34b8349ff0f475612040a09669f5f515023e3bedc8ffc2022fa74dab7c5d2f7cf153fc88a673f196f0ea140a6fe1a12769f5b190dab139d3cc856569456a3a7

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 pypi
DESCRIPTION="BibTeX-compatible bibliography processor"
HOMEPAGE="
https://pybtex.org/
https://pypi.org/project/pybtex/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-python/latexcodec-1.0.4[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.01[${PYTHON_USEDEP}]
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest