diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:45:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-12 18:55:36 +0200 |
commit | 900f615fffcd319e30d33bf14f7ad3f441e8d8b7 (patch) | |
tree | 66168ba4be0be68628482617fd991dbfbd777a01 /dev-python/sphinx-aiohttp-theme | |
parent | dev-python/sparql-wrapper: Remove redundant versions (diff) | |
download | gentoo-900f615fffcd319e30d33bf14f7ad3f441e8d8b7.tar.gz gentoo-900f615fffcd319e30d33bf14f7ad3f441e8d8b7.tar.bz2 gentoo-900f615fffcd319e30d33bf14f7ad3f441e8d8b7.zip |
dev-python/sphinx-aiohttp-theme: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx-aiohttp-theme')
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/Manifest | 1 | ||||
-rw-r--r-- | dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/sphinx-aiohttp-theme/Manifest b/dev-python/sphinx-aiohttp-theme/Manifest index 55e905589bb5..007b2f6f7a27 100644 --- a/dev-python/sphinx-aiohttp-theme/Manifest +++ b/dev-python/sphinx-aiohttp-theme/Manifest @@ -1,2 +1 @@ -DIST aiohttp-theme-0.1.5.tar.gz 11132 BLAKE2B e405d3a3ccc0d8568ecc42f8891eebe405d2d75cd47e60910f59ebc979da07362d3cbc20833412a462454b2703aa945f491e85c10b206a356545a13cbc07984a SHA512 106a77665d907c45db1fc2c23990eab61cc70f9f373ce7fe0d231f9744efe5dc7119606bcbdf558ceb038edd7e0cb955531fd74c496923038bcfd799bf67616c DIST aiohttp-theme-0.1.6.tar.gz 10921 BLAKE2B f1a5a0b82c1a99e0afa2fa118e9b2a13d59d742634c8826c0f67f45bd049c96851f1ac694cb6ebfcee1f66b1e03d445b4a3eef676135076af99a1d30541a0a4e SHA512 58b3b595eed97de546484dae562172c7751a3d4d90a6a1ea885e86a44b78d9017834372179d2881e048c4b2916f2b53d11ddb9368a5474462ac9ef7d75925b7f diff --git a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild b/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild deleted file mode 100644 index c9ade4c3ed3b..000000000000 --- a/dev-python/sphinx-aiohttp-theme/sphinx-aiohttp-theme-0.1.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -MY_PN="${PN#sphinx-}" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Sphinx theme for aiohttp" -HOMEPAGE="https://github.com/aio-libs/aiohttp-theme" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" -IUSE="" - -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" |