dev-python/dbus-fast: add 2.21.0

Closes: #2581
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-01-03 15:53:52 +01:00
parent 94f9110902
commit 3742c4f698
3 changed files with 32 additions and 2 deletions
+2 -2
View File
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
There are 1579 Ebuilds in total, 1568 of them have in total 1585 (42 different) licenses assigned.
There are 1580 Ebuilds in total, 1569 of them have in total 1586 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|908|
|MIT|909|
|Apache-2.0|334|
|GPL-3|101|
|BSD|87|
+2
View File
@@ -1,5 +1,7 @@
DIST dbus_fast-2.12.0.tar.gz 68809 BLAKE2B 7484543abd8fb7ba6ee636370b6dc9ab6bffa9a65b46ba07122daa1a8e3d49234c30314b45412898a3c5b8188eadb0b33d3767d5b7ad19f26d3fe51c50eff522 SHA512 31091a68ea707c8903456a1b9d1cf873eb33a1ee22056055286084666edd1cfc5f24582521bf40dc0afce1326a7573003f86562e67e680b2b45bfb8911a50548
DIST dbus_fast-2.14.0.tar.gz 68918 BLAKE2B e8e343c19ae05f1c462999fb373f37b7c80cbdb3092f11010eee1796a24134c57ad99779f45f73a7cfba90e9ba3f18a189de55c79681f88a909072c5a42cfe00 SHA512 ef1a1d1c7b6fa5651124f629fb1b4bbe40a0bd0df923a917cc0137b5856336ef9f58967bccc62103d33cee8ce3e3ffff29d1bdc8a0f855d50d3965d675542dd4
DIST dbus_fast-2.21.0.tar.gz 69353 BLAKE2B 52445f31236f66f326fa129fdfe450273f38684f978e99617d75a8e021969166fd1eb3d54f57197cc63b6f87e8675002f7337a5cb76b352cdaed8a787d62e4b7 SHA512 0ccdfc24bcdaf5ab12750f9e9eaeb3f4d9aebece09f36ee735ea2c65bb1b606046e5013d0c471e1f33f6e5f09fa5d05f86ad6d00173661dd5c1c0015b48d6d56
EBUILD dbus-fast-2.12.0.ebuild 674 BLAKE2B ecbee3414af734e1122cbd5451125d4d8457069fb18ff9365ce14a3582aefe64977de5632c081d3bef99f2386e816a9a59c82a7b03a56623bf36d81c549fe815 SHA512 eecfd4bbd18d153bfaf52a19244588f6e0401fa05640f1ece954dc0c927b1cee4adc18c89b1cf02410ccb930281cff71bd63c8b8238a8bfc84e30f5cc011b083
EBUILD dbus-fast-2.14.0.ebuild 674 BLAKE2B ecbee3414af734e1122cbd5451125d4d8457069fb18ff9365ce14a3582aefe64977de5632c081d3bef99f2386e816a9a59c82a7b03a56623bf36d81c549fe815 SHA512 eecfd4bbd18d153bfaf52a19244588f6e0401fa05640f1ece954dc0c927b1cee4adc18c89b1cf02410ccb930281cff71bd63c8b8238a8bfc84e30f5cc011b083
EBUILD dbus-fast-2.21.0.ebuild 674 BLAKE2B ecbee3414af734e1122cbd5451125d4d8457069fb18ff9365ce14a3582aefe64977de5632c081d3bef99f2386e816a9a59c82a7b03a56623bf36d81c549fe815 SHA512 eecfd4bbd18d153bfaf52a19244588f6e0401fa05640f1ece954dc0c927b1cee4adc18c89b1cf02410ccb930281cff71bd63c8b8238a8bfc84e30f5cc011b083
MISC metadata.xml 536 BLAKE2B a40db9bdf197d24d699a8bd057de139bd22e971e7c65d63761158a2a2ffc7c609925d93a4a4249d09e5290a2102fde9e8d72569ebf163a78aa108a3221d14d25 SHA512 957a46de989121f016a5c78ae73569e420b030265e1bc8568452171374c6727a5f1fc93c6c97ac95976d1541907c5676b4032d3f0fcd1b9dad1c57e4c72f50b7
@@ -0,0 +1,28 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="A faster version of dbus-next"
HOMEPAGE="https://github.com/bluetooth-devices/dbus-fast https://pypi.org/project/dbus-fast/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
>=dev-python/cython-3[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest