diff options
author | 2020-03-25 14:49:18 +0100 | |
---|---|---|
committer | 2020-03-25 14:59:21 +0100 | |
commit | 743352c32a30b07a33887b7dca8aa1dba058706a (patch) | |
tree | ee8fef4a7a5298655b735d6e1a7d1a9ab4f9c2e9 /dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild | |
parent | dev-python/sphinxcontrib-github-alt: Stabilize 1.1 ALLARCHES (diff) | |
download | gentoo-743352c32a30b07a33887b7dca8aa1dba058706a.tar.gz gentoo-743352c32a30b07a33887b7dca8aa1dba058706a.tar.bz2 gentoo-743352c32a30b07a33887b7dca8aa1dba058706a.zip |
dev-python/sphinxcontrib-github-alt: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild')
-rw-r--r-- | dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild deleted file mode 100644 index b1a9271990b..00000000000 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7} ) - -inherit distutils-r1 - -MY_PN="sphinxcontrib_github_alt" - -DESCRIPTION="Link to GitHub issues, pull requests, commits and users from Sphinx docs" -HOMEPAGE="https://github.com/jupyter/sphinxcontrib_github_alt" -SRC_URI="https://github.com/jupyter/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=" - dev-python/sphinx[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}]" - -PATCHES=( - "${FILESDIR}/${P}"-setup.py.patch - "${FILESDIR}/${P}"-init.py.patch -) - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_prepare_all() { - distutils-r1_python_prepare_all - - mv "${WORKDIR}/${MY_PN}-${PV}"/sphinxcontrib_github_alt.py "${WORKDIR}/${MY_PN}-${PV}/${MY_PN}/" || die -} |