-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net-analyzer/gvm-tools: add python3.7 and 3.8 #15439
Conversation
Pull Request assignmentSubmitter: @j-licht net-analyzer/gvm-tools: Linked bugsBugs linked: 718420 In order to force reassignment and/or bug reference scan, please append Docs: Code of Conduct ● Copyright policy (expl.) ● Devmanual ● GitHub PRs ● Proxy-maint guide |
!net-analyzer/openvas-cli | ||
!net-analyzer/openvas-tools" | ||
|
||
DEPEND=" | ||
${RDEPEND}" | ||
|
||
distutils_enable_tests unittest | ||
|
||
src_prepare() { | ||
distutils-r1_python_prepare_all | ||
# Exlude tests & correct FHS/Gentoo policy paths | ||
sed -i "s/packages=find_packages(),.*/packages=find_packages(exclude=['tests*', 'docs']),/" "$S"/setup.py || die |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please kill all the $S
here while at it. $S
is the current directory.
!net-analyzer/openvas-cli | ||
!net-analyzer/openvas-tools" | ||
|
||
DEPEND=" | ||
${RDEPEND}" | ||
|
||
distutils_enable_tests unittest | ||
|
||
src_prepare() { | ||
distutils-r1_python_prepare_all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should call distutils-r1_<phase-function>
, the same as phase you're writing.
correct dependencies and tests Closes: https://bugs.gentoo.org/718420 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jonas Licht <jonas.licht@fem.tu-ilmenau.de>
Pull request CI reportReport generated at: 2020-04-20 17:14 UTC There are existing issues already. Please look into the report to make sure none of them affect the packages in question: |
correct dependencies and tests
Closes: https://bugs.gentoo.org/718420
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Jonas Licht jonas.licht@fem.tu-ilmenau.de