Skip to content

Commit

Permalink
dev-python/pymavlink: bump to latest upsream and rip out vestigial fu…
Browse files Browse the repository at this point in the history
…ture

* remove future ebuild and letr it heal over

Signed-off-by: Stephen Arnold <nerdboy@gentoo.org>
  • Loading branch information
sarnold committed Sep 13, 2024
1 parent 1e58592 commit a22650e
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 181 deletions.
2 changes: 0 additions & 2 deletions dev-python/future/Manifest

This file was deleted.

29 changes: 0 additions & 29 deletions dev-python/future/files/future-0.18.2-py3.10.patch

This file was deleted.

22 changes: 0 additions & 22 deletions dev-python/future/files/future-0.18.2-py39-fileurl.patch

This file was deleted.

65 changes: 0 additions & 65 deletions dev-python/future/files/future-0.18.2-py39.patch

This file was deleted.

46 changes: 0 additions & 46 deletions dev-python/future/future-0.18.3.ebuild

This file was deleted.

13 changes: 0 additions & 13 deletions dev-python/future/metadata.xml

This file was deleted.

2 changes: 1 addition & 1 deletion dev-python/pymavlink/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST pymavlink-2.4.29.tar.gz 5241133 BLAKE2B 8a957276cf4f35790798e7a6215c0f71c0bc2a8a1fa851eac7652726a53d15a69da16e722d165914693f574b62f4c11647f0987f962d07c4de910266dd365932 SHA512 3c7b16ea314a2ca93e248da0e2ff5877c5a6006102d421a3fd49110eea8aa44eebf5f83c04d9f8b53880c2e56596858899d02fdfc1dbc4ae72e90072e960dd3a
DIST pymavlink-2.4.41.tar.gz 11393629 BLAKE2B 9e971db27ca51412ecac4b929b8a017d5b813a1df3e4d11054b7aa6c88788dc94f07535e602d838d94f586cdfbae59558a59c6b1f0d5e6ae3536ff755f51e327 SHA512 c849d3c3a62aebf68d322b5cf3a9a617ae136d02731e7a95fb7fdbdb64dd2bb7cb1b5f8079acb9a7994aff86bcb40ee69ac3e1d113cbd545257fab4d82d53663
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ BDEPEND="${RDEPEND}
DOCS=( README.md )

# tests are not currently included in pypi source dist
#RESTRICT="!test? ( test )"
RESTRICT="test"

export MDEF=/usr/include/mavlink/message_definitions

distutils_enable_tests pytest

src_prepare() {
sed -i "/'future'/d" "${S}"/setup.py
default
}

python_prepare_all() {
if ! use regen ; then
export NOGEN=true
Expand All @@ -44,6 +48,5 @@ python_prepare_all() {
}

python_test() {
#distutils_install_for_testing
PYTHONPATH=.. pytest -vv tests || die "tests failed under ${EPYTHON}"
PYTHONPATH=.. pytest -vv tests || die "tests failed under ${EPYTHON}"
}

0 comments on commit a22650e

Please sign in to comment.