diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-05 07:03:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-05 07:03:55 +0000 |
| commit | 82e6bcd7a0ee6f9887a034913b623c47891728ce (patch) | |
| tree | 32b0ceb7f223f159ab712703adffa58570c2624f /dev-python/dbus-fast | |
| parent | 5360c10fa69d24b86a57d0c28b364949c3f08128 (diff) | |
| download | baldeagleos-repo-82e6bcd7a0ee6f9887a034913b623c47891728ce.tar.gz baldeagleos-repo-82e6bcd7a0ee6f9887a034913b623c47891728ce.tar.xz baldeagleos-repo-82e6bcd7a0ee6f9887a034913b623c47891728ce.zip | |
Adding metadata
Diffstat (limited to 'dev-python/dbus-fast')
| -rw-r--r-- | dev-python/dbus-fast/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/dbus-fast/dbus-fast-2.44.5.ebuild (renamed from dev-python/dbus-fast/dbus-fast-2.44.1.ebuild) | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/dbus-fast/Manifest b/dev-python/dbus-fast/Manifest index a9c9e11645bf..53413e5c24b3 100644 --- a/dev-python/dbus-fast/Manifest +++ b/dev-python/dbus-fast/Manifest @@ -1,2 +1,2 @@ -DIST dbus-fast-2.44.1.gh.tar.gz 202745 BLAKE2B 36fb2c1d1243ff376485b8fba783aab4917675d7277d28c71819fdcf0360cffa93c50fa4b71657897e17e0e5dec446e4965c4acc526bbb0528389fdf54a937ab SHA512 8db8d0748b09ffbe3040f3fae8938236dd23a326a0f0995868319c74152db4968ffa6b43f8efd950f8dbc4e850c17ffb7d474bc3f429935680f76a3e96bfd522 DIST dbus-fast-2.44.3.gh.tar.gz 203381 BLAKE2B ce98728ab1182ffebba71be077e9714df4712b77e0440eb43e7728601c0c20d6bb78338b4798438afe98a15da6ced26ee3d3743121b6340336ea0bac0e1eba23 SHA512 955231acef70154973ec1968c9bde95be726caa6d218b8a9857e8e837261088fb209dbdede0ed7e6e416c842ee886012ee9437c5166f53103d2400b23cd05f43 +DIST dbus-fast-2.44.5.gh.tar.gz 205159 BLAKE2B 4c5529ec4255106a37df493864dca3d5be20c76ebfe019382ee3b1e1bf7248121ab4100102655530464df64eb5d04551fdf396e993782b390f7b84a62889a6a4 SHA512 5d458687db282a0974d994a262234c12287ae3b93fc6e060a302046289943f542ca3953c0cc6ab158a413159e6f3764e616d1b7d1deebaeee9897790cbd13dc5 diff --git a/dev-python/dbus-fast/dbus-fast-2.44.1.ebuild b/dev-python/dbus-fast/dbus-fast-2.44.5.ebuild index c24342636412..1ab3c5d3ca76 100644 --- a/dev-python/dbus-fast/dbus-fast-2.44.1.ebuild +++ b/dev-python/dbus-fast/dbus-fast-2.44.5.ebuild @@ -21,7 +21,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~riscv" +KEYWORDS="~amd64 ~riscv" BDEPEND=" >=dev-python/cython-3[${PYTHON_USEDEP}] @@ -29,11 +29,10 @@ BDEPEND=" test? ( >=dev-python/pycairo-1.21.0[${PYTHON_USEDEP}] >=dev-python/pygobject-3.50[${PYTHON_USEDEP}] - >=dev-python/pytest-asyncio-0.19[${PYTHON_USEDEP}] - >=dev-python/pytest-timeout-2.1.0[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-{asyncio,timeout} ) distutils_enable_tests pytest export REQUIRE_CYTHON=1 @@ -58,6 +57,5 @@ python_test() { tests/benchmarks ) - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - nonfatal epytest -o addopts= -p asyncio || die + nonfatal epytest -o addopts= || die } |
