Files
linamh/dev-lang/python/python-2.7.18_p20260331.ebuild
2026-06-29 14:48:02 +02:00

26 lines
601 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Bridge package satisfying dev-lang/python:2.7 via Tauthon"
HOMEPAGE="https://github.com/naftaliharris/tauthon"
S="${WORKDIR}"
LICENSE="PSF-2"
SLOT="2.7"
KEYWORDS="amd64 ~x86"
IUSE="
berkdb bluetooth build doc examples gdbm hardened ipv6 +lto +ncurses
+readline +sqlite +ssl test +threads tk +xml
"
RESTRICT="!test? ( test )"
PDEPEND="
dev-lang/tauthon[berkdb=,bluetooth=,gdbm=,ncurses=,readline=,sqlite=,ssl=,tk=,xml=]
"
src_install() {
keepdir /usr/share/doc/${PF}
}