mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-editors/amp: enable py3.7, py3.9 and disable py3.10
Signed-off-by: Luciano Degni <degni.public@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python{3_8,3_10} )
|
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||||
|
|
||||||
CRATES="
|
CRATES="
|
||||||
aho-corasick-0.5.3
|
aho-corasick-0.5.3
|
||||||
@@ -169,7 +169,7 @@ CRATES="
|
|||||||
yaml-rust-0.4.0
|
yaml-rust-0.4.0
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit cargo python-utils-r1
|
inherit cargo python-utils-r1
|
||||||
|
|
||||||
DESCRIPTION="A complete text editor for your terminal."
|
DESCRIPTION="A complete text editor for your terminal."
|
||||||
HOMEPAGE="https://github.com/jmacdonald/amp"
|
HOMEPAGE="https://github.com/jmacdonald/amp"
|
||||||
@@ -193,7 +193,7 @@ RDEPEND="
|
|||||||
BDEPEND="
|
BDEPEND="
|
||||||
${DEPEND}
|
${DEPEND}
|
||||||
${PYTHON_DEPS}
|
${PYTHON_DEPS}
|
||||||
dev-vcs/git
|
dev-vcs/git
|
||||||
>=dev-lang/rust-1.53.0
|
>=dev-lang/rust-1.53.0
|
||||||
dev-util/cmake
|
dev-util/cmake
|
||||||
"
|
"
|
||||||
@@ -201,7 +201,7 @@ BDEPEND="
|
|||||||
QA_FLAGS_IGNORED="usr/bin/.*"
|
QA_FLAGS_IGNORED="usr/bin/.*"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
cargo_src_configure
|
cargo_src_configure
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
@@ -210,8 +210,8 @@ src_compile() {
|
|||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
if use doc; then
|
if use doc; then
|
||||||
dodoc LICENSE README.md CHANGELOG.md
|
local DOCS=( LICENSE README.md CHANGELOG.md documentation/* )
|
||||||
dodoc -r documentation
|
einstalldocs -r
|
||||||
fi
|
fi
|
||||||
dobin target/release/amp
|
dobin target/release/amp
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user