From 504a916910ff06d60bf147167d6afb74e672efc9 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 30 Dec 2023 19:30:58 +0100 Subject: dev-python/pybtex-docutils: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pybtex-docutils/Manifest | 1 - .../pybtex-docutils/pybtex-docutils-1.0.2.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) delete mode 100644 dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild (limited to 'dev-python/pybtex-docutils') diff --git a/dev-python/pybtex-docutils/Manifest b/dev-python/pybtex-docutils/Manifest index f6db167ed1a3..3f55fc730c21 100644 --- a/dev-python/pybtex-docutils/Manifest +++ b/dev-python/pybtex-docutils/Manifest @@ -1,2 +1 @@ -DIST pybtex-docutils-1.0.2.tar.gz 18450 BLAKE2B 84521d36994e3ca5bfdcebd308e6aaeb17f7202d024799612d34dbf58b1b1e58d42b898a4c792815a472b0a7008e28558fd722f39462cd3b1ee24b921f746a4d SHA512 1190fcbdfb89b858a1164dd2c99a5da7afb76a23f5b314963babd894e7578d75e80f2552319c6621e9c7738018fd1b8f4a3772057ed65466f2d9fc3e15c57e2b DIST pybtex-docutils-1.0.3.tar.gz 18348 BLAKE2B 49a614d0e718a968ce1a8fb0e0cb105f86a97b51e29be34b3a542c4de1135ef4abf3406f4d5b5063ea21ab39fa94a89ad5ea8c1fff2354618fbdf0241cd52b65 SHA512 36c0f06a89333ed4153c70399a1eb2a220fb453da7af16fac7a28234dc576d5cb4f1809747c7070f711d611f0e967784aff77ffed63431517fd846aeb0e500df diff --git a/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild b/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild deleted file mode 100644 index 4766f006b40d..000000000000 --- a/dev-python/pybtex-docutils/pybtex-docutils-1.0.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -inherit distutils-r1 pypi - -DESCRIPTION="A docutils backend for pybtex" -HOMEPAGE="https://github.com/mcmtroffaes/pybtex-docutils" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - >=dev-python/docutils-0.8[${PYTHON_USEDEP}] - >=dev-python/pybtex-0.16[${PYTHON_USEDEP}] - -" - -distutils_enable_tests pytest -distutils_enable_sphinx doc -- cgit v1.2.3-65-gdbad