diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-03-28 21:57:54 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-03-28 22:11:01 +0100 |
| commit | c01e17d7382e8c079a64a70f7a27ab8cdcb25b6e (patch) | |
| tree | 21a393ccf5716869c25b12060db35749c4b1145e /dev-python/python-docs/python-docs-3.6.3.ebuild | |
| parent | 1e47c672e888c7c667c5501ea3683de3ae105152 (diff) | |
| download | gentoo-c01e17d7382e8c079a64a70f7a27ab8cdcb25b6e.tar.gz gentoo-c01e17d7382e8c079a64a70f7a27ab8cdcb25b6e.tar.bz2 gentoo-c01e17d7382e8c079a64a70f7a27ab8cdcb25b6e.zip | |
dev-python/python-docs: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-docs/python-docs-3.6.3.ebuild')
| -rw-r--r-- | dev-python/python-docs/python-docs-3.6.3.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/python-docs/python-docs-3.6.3.ebuild b/dev-python/python-docs/python-docs-3.6.3.ebuild deleted file mode 100644 index 0c905876f7ff..000000000000 --- a/dev-python/python-docs/python-docs-3.6.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eapi7-ver - -DESCRIPTION="HTML documentation for Python" -HOMEPAGE="https://www.python.org/doc/" -SRC_URI="https://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2" - -LICENSE="PSF-2" -SLOT="$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" -IUSE="" - -S="${WORKDIR}/python-${PV}-docs-html" - -src_install() { - rm -r _sources || die - docinto html - dodoc -r . - - echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}" || die - doenvd "60python-docs-${SLOT}" -} |
