mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
GyoiThon: jinja2 and qa fixes
This commit is contained in:
parent
e52f2971c7
commit
52752ca928
1 changed files with 2 additions and 11 deletions
|
|
@ -15,6 +15,8 @@ EGIT_REPO_URI="https://github.com/gyoisamurai/GyoiThon.git"
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
RDEPEND="${PYTHON_DEPS}
|
RDEPEND="${PYTHON_DEPS}
|
||||||
$(python_gen_cond_dep '
|
$(python_gen_cond_dep '
|
||||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||||
|
|
@ -43,14 +45,3 @@ src_prepare() {
|
||||||
sed '/metplotlib/d' -i requirements.txt || die "sed failed"
|
sed '/metplotlib/d' -i requirements.txt || die "sed failed"
|
||||||
eapply_user
|
eapply_user
|
||||||
}
|
}
|
||||||
|
|
||||||
#src_install() {
|
|
||||||
# insinto $(python_get_sitedir)
|
|
||||||
# doins myparser.py
|
|
||||||
# insinto $(python_get_sitedir)/discovery
|
|
||||||
# doins -r discovery/*
|
|
||||||
# insinto $(python_get_sitedir)/lib
|
|
||||||
# doins lib/*.py
|
|
||||||
# newbin theHarvester.py theharvester
|
|
||||||
# dodoc README.md LICENSES
|
|
||||||
#}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue