diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-17 11:12:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-17 11:12:16 +0200 |
commit | ebca2f7db5463f6e03d634d2f5eed5c519e3a022 (patch) | |
tree | a3025df94f475571ed7f0b58ba747612ff851508 /dev-python/pybtex | |
parent | dev-python/pybtex-docutils: Remove old (diff) | |
download | gentoo-ebca2f7db5463f6e03d634d2f5eed5c519e3a022.tar.gz gentoo-ebca2f7db5463f6e03d634d2f5eed5c519e3a022.tar.bz2 gentoo-ebca2f7db5463f6e03d634d2f5eed5c519e3a022.zip |
dev-python/pybtex: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pybtex')
-rw-r--r-- | dev-python/pybtex/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pybtex/pybtex-0.23.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/pybtex/Manifest b/dev-python/pybtex/Manifest index 9b11087cfe74..fced3f225855 100644 --- a/dev-python/pybtex/Manifest +++ b/dev-python/pybtex/Manifest @@ -1,2 +1 @@ -DIST pybtex-0.23.0.tar.gz 400649 BLAKE2B ae841eb98588fea55dea59a90be4ea5489b115b5594aa2ba7da140d529371c9275d28896d2b3b1d7fdbfe6a4bc7f1a99a8a73505f5d141f7affc0f22e5b08ceb SHA512 11b4c8141f237a25c320726b18fb254df077f4b644ac26fa2bf9f3d85c4301ab839f3544a3c1849243e75bbcbf194b25642b0ef11d354e3711578a4e19565bde DIST pybtex-0.24.0.tar.gz 402879 BLAKE2B 0cbb74360ebb4e9598543b17a46f21fab037d83a50ee46eae50dd385b981789d72c8cfb0b6c9983a3721565cdefb0df7ca15c120683e33204c591863be79d23e SHA512 caa3480b82012d1db5e44ca7fb5a4082e9aa27e892364de22bd05b0b589da3b1bd41eacd3cda8f86ce567b32ab9a22765d2d8d89c21936d4149d4511349c556e diff --git a/dev-python/pybtex/pybtex-0.23.0.ebuild b/dev-python/pybtex/pybtex-0.23.0.ebuild deleted file mode 100644 index 1368c0360217..000000000000 --- a/dev-python/pybtex/pybtex-0.23.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="BibTeX-compatible bibliography processor" -HOMEPAGE="https://pybtex.org https://pypi.org/project/pybtex/" -SRC_URI="https://files.pythonhosted.org/packages/source/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/latexcodec[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -BDEPEND="test? ( - dev-python/nose[${PYTHON_USEDEP}] - )" - -distutils_enable_tests pytest - -PATCHES=( "${FILESDIR}/${PN}-0.22.2-fix-test-installation.patch" ) |