diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-01-05 19:21:54 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-01-05 20:30:50 +0100 |
| commit | 62496e823fdc5adc02d04d14f280e0d2d4e3e23b (patch) | |
| tree | 13da63a5daadbb9e392761dc9abe0fcbf471b063 /dev-python/python-docs/python-docs-3.4.5.ebuild | |
| parent | 68a2c4a3d0da1e9c4869344aad55c78cd89b118f (diff) | |
| download | gentoo-62496e823fdc5adc02d04d14f280e0d2d4e3e23b.tar.gz gentoo-62496e823fdc5adc02d04d14f280e0d2d4e3e23b.tar.bz2 gentoo-62496e823fdc5adc02d04d14f280e0d2d4e3e23b.zip | |
dev-python/python-docs: Remove 3.[45]*
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-docs/python-docs-3.4.5.ebuild')
| -rw-r--r-- | dev-python/python-docs/python-docs-3.4.5.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/python-docs/python-docs-3.4.5.ebuild b/dev-python/python-docs/python-docs-3.4.5.ebuild deleted file mode 100644 index f5896c169c90..000000000000 --- a/dev-python/python-docs/python-docs-3.4.5.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# 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 sh 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}" -} |
