Skip to content
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

*/*: tiny fixups #18853

Closed
wants to merge 4 commits into from
Closed

*/*: tiny fixups #18853

wants to merge 4 commits into from

Conversation

jsmolic
Copy link
Member

@jsmolic jsmolic commented Dec 28, 2020

No description provided.

Closes: https://bugs.gentoo.org/762280
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://bugs.gentoo.org/762277
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://bugs.gentoo.org/762271
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Suggested-by: Kerin Millar <kfm@plushkava.net>
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
@gentoo-bot
Copy link

Pull Request assignment

Submitter: @jsmolic
Areas affected: ebuilds
Packages affected: dev-python/pyamg, net-misc/ucarp, net-wireless/dump1090, x11-misc/fpm2

dev-python/pyamg: @gentoo/sci
net-misc/ucarp: @gentoo/cluster
net-wireless/dump1090: @gentoo/radio
x11-misc/fpm2: @johu

Linked bugs

Bugs linked: 762280, 762277, 762271


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR. labels Dec 28, 2020
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2020-12-28 18:59 UTC
Newest commit scanned: b731ca5
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/cbbe356357/output.html

@@ -19,6 +19,7 @@ RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pybind11[${PYTHON_USEDEP}]
dev-python/scipy[${PYTHON_USEDEP}]"
BDEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't you just try to use distutils_enable_tests pytest straight? pytest should find the tests too

@@ -5,4 +5,4 @@
u_int32_t carp_counter[2];
unsigned char carp_md[20]; /* SHA1 HMAC */
-} __packed;
+};
+}__attribute__((packed));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, please revbump the ebuild though

@jsmolic jsmolic deleted the fixups branch December 29, 2020 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). bug linked Bug/Closes found in footer, and cross-linked with the PR.
Projects
None yet
4 participants