diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-21 09:23:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-21 09:23:36 +0100 |
commit | 51d4f2ebea6a02c6335d4433e2733047a2fde8c4 (patch) | |
tree | 99a6d4edbeb749d4a27b3d6d714e2fef2a4b1f3f | |
parent | app-arch/lzip: Remove old (diff) | |
download | gentoo-51d4f2ebea6a02c6335d4433e2733047a2fde8c4.tar.gz gentoo-51d4f2ebea6a02c6335d4433e2733047a2fde8c4.tar.bz2 gentoo-51d4f2ebea6a02c6335d4433e2733047a2fde8c4.zip |
dev-python/manuel: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/manuel/Manifest | 1 | ||||
-rw-r--r-- | dev-python/manuel/manuel-1.9.0.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/manuel/Manifest b/dev-python/manuel/Manifest index e7358217b92a..0125a86de5a6 100644 --- a/dev-python/manuel/Manifest +++ b/dev-python/manuel/Manifest @@ -1,2 +1 @@ DIST manuel-1.10.1.tar.gz 42142 BLAKE2B 91d23d804b3f5a2c6f696a8c7a8701f09ae6e881ac9a1c76004be301ab77f58596d0bdae4b11f484e495ea581d66d55d5bed05f5b36d81951d35923c8bfc163d SHA512 39376852e2ecb8a19b2f565464e53f475577edf68e89b3d267f94374a444714ed38ef63da638a02dcec2df851869d57c0d256dca4b436b37ff36b6b3a822710b -DIST manuel-1.9.0.tar.gz 39640 BLAKE2B 1b699b92816297fee13a65ed2c4fc9ee3683f8e47e7fbf06178c97167ae29cabcedc48edec48b053f725889b39111b3634f0305ac651b5674292d046434fd134 SHA512 519b0fd1bd7ef3414dec69f721a6f1265603d28e3b61681acf46e9fba6fdc66efb6c0a82d814af8348bb7c07c3c4c299ae94ea7d6415436592ac37fccaacf18a diff --git a/dev-python/manuel/manuel-1.9.0.ebuild b/dev-python/manuel/manuel-1.9.0.ebuild deleted file mode 100644 index 61e17d04a80b..000000000000 --- a/dev-python/manuel/manuel-1.9.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -DESCRIPTION="Manuel lets you build tested documentation" -HOMEPAGE="https://github.com/benji-york/manuel/ https://pypi.org/project/manuel/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}]" - -# Required to run tests -DISTUTILS_IN_SOURCE_BUILD=1 - -#DOCS=( CHANGES.rst ) - -#PATCHES=( "${FILESDIR}"/${P}-rm_zope_test.patch ) - -#python_test() { -# PYTHONPATH=src/:${PYTHONPATH} esetup.py test -#} |