dev-python/dbus-fast: rework, remove olds
This commit is contained in:
parent
926b67bf78
commit
b3c9b33a57
@ -538,11 +538,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 1753 Ebuilds in total, 1746 of them have in total 1758 (35 different) licenses assigned.
|
||||
There are 1752 Ebuilds in total, 1745 of them have in total 1757 (35 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1044|
|
||||
|MIT|1043|
|
||||
|Apache-2.0|341|
|
||||
|GPL-3|105|
|
||||
|BSD|101|
|
||||
|
@ -1,7 +1,5 @@
|
||||
DIST dbus-fast-1.22.0.tar.gz 60723 BLAKE2B 5a8cdb766bb2d2c021d407751decd398448fae7bf44dae3545af4ba5774939e66fe3c9a22a6c5ca460417d97fa2156cb6852d139bf292fe68ac6d2ea2e86891c SHA512 a659353e41c4e4ccaa641d29996bccfa1ca1ca3eb836173a14b8d388b3595683b3b0431380fceb03d98ac1c590c90ef1e7f67a9de31b4cf29c905c61ea6dcb56
|
||||
DIST dbus-fast-1.24.0.tar.gz 60990 BLAKE2B 09e4330740b53fa8a997637998f9fbd3a20a947bd88e31fda0f290a8c79c8c8372f89725900add40f7c54d651e79c518ad56d66a9849340fbd7b1d25803258d5 SHA512 f4f3238d549dde630026110e70561f75fc72984d318829a41b0f3986d24f15f45fd787341aab2b17a98f268e1a53afddf7709b5a6125451f10458facd7843dd4
|
||||
DIST dbus-fast-1.5.1.tar.gz 57526 BLAKE2B 1acc6b0b322988c412b527ed143676dda7cd2242bc6fbe340be60bdc9ea1830d430688954da23ffa5b316d907f3de1ae384de90c9b518a53f4c4da7f92781580 SHA512 8b02aa46d68a119b084e61cefea89a269f6a07cfcead7ee42aa7029cbcca311cf87e7f9c011d71ddf5bcbc47a8f2105ce3ba6b457b171cab2b2bae9477c3d6e4
|
||||
EBUILD dbus-fast-1.22.0.ebuild 937 BLAKE2B 676d6a0c5485d15c11271de8d150fbdd3f39374020a519eabb81f7f9ab3c1e02679be2b0273039146653d2526ed15a451f5ea42d04870e260a4c39eeced0580d SHA512 ddddf7baa6402a29b0a185859c0fea25c57549e2f816fc73ee50fbd3be86fe8ceac94f4e7633fde84a0b812e26883b1c3cf35d02f44a074e1673b6287ecf09c2
|
||||
EBUILD dbus-fast-1.24.0.ebuild 937 BLAKE2B 676d6a0c5485d15c11271de8d150fbdd3f39374020a519eabb81f7f9ab3c1e02679be2b0273039146653d2526ed15a451f5ea42d04870e260a4c39eeced0580d SHA512 ddddf7baa6402a29b0a185859c0fea25c57549e2f816fc73ee50fbd3be86fe8ceac94f4e7633fde84a0b812e26883b1c3cf35d02f44a074e1673b6287ecf09c2
|
||||
EBUILD dbus-fast-1.5.1.ebuild 887 BLAKE2B cf6391c502760ddcbe66f7020d79ce1296394592386833e3d759d7cda88a153f75bed8ad761376e2bea58856521a959f0b718f38a67e2811efb51c8f1742e68f SHA512 e2ac29cefe026d9fe9c9e3979cc7f51505e7fb53d36a1de000bc1917534aedf80033cd757c4ce81ec5fd8f79f25c1532652808f20b49c45cdd33aa3a1f6f7698
|
||||
MISC metadata.xml 467 BLAKE2B 36dbf0bad23381a391b3e0cc260ec51aaa885dfa3423980477cd86659051ab7fa767b2e33e3ac26ac7f9d25ce41475a049f5293d6cf7b66045dd40fcf2f4062e SHA512 fa0bba9e775cd53b11907fc9b6fef8f1586217f6fdad4b4d906616bf48e0dbe8ec78f2e0f3bc89ab78b361175ea114c0977b8e190f1f7fadf6e00c61a4248d64
|
||||
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A faster version of dbus-next"
|
||||
HOMEPAGE="https://github.com/bluetooth-devices/dbus-fast https://pypi.org/project/dbus-fast/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
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="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
>=dev-python/poetry-core-1.1.0[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-cov[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
x
Reference in New Issue
Block a user