Update overlay packages
This commit is contained in:
25
dev-lang/python/python-2.7.18_p20260331.ebuild
Normal file
25
dev-lang/python/python-2.7.18_p20260331.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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}
|
||||
}
|
||||
Reference in New Issue
Block a user