dev-python/dbus-fast: drop 1.84.2

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 19:05:26 +01:00 committed by Andreas Billmeier
parent fe0130a71b
commit 108285c7f0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 33 deletions

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 1665 Ebuilds in total, 1654 of them have in total 1668 (40 different) licenses assigned.
There are 1664 Ebuilds in total, 1653 of them have in total 1667 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|956|
|MIT|955|
|Apache-2.0|358|
|GPL-3|96|
|BSD|95|

View File

@ -1,7 +1,5 @@
DIST dbus_fast-1.84.2.tar.gz 65977 BLAKE2B 9a7adedc17ef22d4319f7e4b122da0fa873e95039487c6e4f1d641a7f12575c02b4dfe0cd21543d6c551d03ac71d3a073054becec09ab809fb731f0a6c35e02f SHA512 032f96e3233b82f67a71c5a718138c260fe9072322ba4bedef94e6207c786176cf8688c46a46c6fa35f3b0e5097baf41898288d51b605254046f964a9be31d80
DIST dbus_fast-2.11.1.tar.gz 68765 BLAKE2B 03cb95e4c9344784a0d57b93f76a844db535042cf971572870615c88e84de4b252996ffa33553831f77eb8816dbe7c065baefdb4dca4ed3854ced6463dbba192 SHA512 84d0da3e259ce6978f0f506720d5fe3e0111873b39b4745529dd268110346b0d466947863c863be0ff0e0bfcce668517733fb2fb92cb1b471c7cb8d1edbdd33f
DIST dbus_fast-2.12.0.tar.gz 68809 BLAKE2B 7484543abd8fb7ba6ee636370b6dc9ab6bffa9a65b46ba07122daa1a8e3d49234c30314b45412898a3c5b8188eadb0b33d3767d5b7ad19f26d3fe51c50eff522 SHA512 31091a68ea707c8903456a1b9d1cf873eb33a1ee22056055286084666edd1cfc5f24582521bf40dc0afce1326a7573003f86562e67e680b2b45bfb8911a50548
EBUILD dbus-fast-1.84.2.ebuild 695 BLAKE2B 71386d6e7d98562f84be63a3bc94629a70c55fff376dd99e4792a4b6885ecf0db42dcf1b408ea3e9b5ddf2378361f354835d5027743fcd8913589f6e7801c54f SHA512 5dd8abed232175554b4a97165e06c56cadbc1c4fa0ed97af6fe0c9c6186458533f7bd0acfe243728ba16ef1cef2b9ba5e6d4b335a68e7fe27749fc9e51cf2953
EBUILD dbus-fast-2.11.1.ebuild 633 BLAKE2B d4323048a401b87d243bcdf8085d18b863fdc18b4f1e55aa07d3777a34804e16e1a4707a056e4c51ed8c198ac4360ad639316ebda448b6a71978857ebef728c2 SHA512 52ab49887d5f64aa65308423767955c79bf44800afbf0b18a9f5b929418d725d34f7955eda2e84cf165e40d091da718da2e77c5c04a2e7846ae6557e22b3618f
EBUILD dbus-fast-2.12.0.ebuild 674 BLAKE2B ecbee3414af734e1122cbd5451125d4d8457069fb18ff9365ce14a3582aefe64977de5632c081d3bef99f2386e816a9a59c82a7b03a56623bf36d81c549fe815 SHA512 eecfd4bbd18d153bfaf52a19244588f6e0401fa05640f1ece954dc0c927b1cee4adc18c89b1cf02410ccb930281cff71bd63c8b8238a8bfc84e30f5cc011b083
MISC metadata.xml 536 BLAKE2B a40db9bdf197d24d699a8bd057de139bd22e971e7c65d63761158a2a2ffc7c609925d93a4a4249d09e5290a2102fde9e8d72569ebf163a78aa108a3221d14d25 SHA512 957a46de989121f016a5c78ae73569e420b030265e1bc8568452171374c6727a5f1fc93c6c97ac95976d1541907c5676b4032d3f0fcd1b9dad1c57e4c72f50b7

View File

@ -1,29 +0,0 @@
# 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"
RDEPEND=">=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest