dev-python/pyruckus: treeclean
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
ff59a49266
commit
981835249d
@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
|||||||
|
|
||||||
## Licenses
|
## 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.
|
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 1915 Ebuilds in total, 1904 of them have in total 1923 (40 different) licenses assigned.
|
There are 1913 Ebuilds in total, 1902 of them have in total 1921 (40 different) licenses assigned.
|
||||||
|
|
||||||
|License| Ebuilds using it|
|
|License| Ebuilds using it|
|
||||||
|-------|-----|
|
|-------|-----|
|
||||||
|MIT|1102|
|
|MIT|1100|
|
||||||
|Apache-2.0|417|
|
|Apache-2.0|417|
|
||||||
|GPL-3|123|
|
|GPL-3|123|
|
||||||
|BSD|105|
|
|BSD|105|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
DIST pyruckus-0.12.tar.gz 3834 BLAKE2B 733aa5a59a2c05a524ba0a0a03284c33b56fdfff8073393db8080c5b91bb4cd2b08a19bc1074322b3cd1e04510a8e427b6b80de334534a1ce0f4218967017c12 SHA512 9e0d78c8049294e19b296118527c6284871bc8c3dfb44ee2b104e8e31c4a5c7f390330cb29431b7cc2c8adcf2ec8b20111496306f691b2dc04610eaeddd41914
|
|
||||||
DIST pyruckus-0.16.tar.gz 5572 BLAKE2B bc0d82ee75791b3db95430771d75c92fef50f940fec32e3e727f54e4e9525da94b62a69cb3955a682684e183b30b27d57f0af1d7552a22c0a6e0246dea6db48d SHA512 77fbc1fe74f9bfc83d8c8833eb79d794990c9e5957b7b29f2b911be7ad4f15c39256363e5d03d765173b5cdc0ed5bf639de94453c5b15ec18dba4bf3675b0539
|
|
||||||
EBUILD pyruckus-0.12.ebuild 709 BLAKE2B 0230445b446426381f25ce4ec9b177e9cc9974af78ba473f402f8b95b1ce8ed2488e9408bb5b3c08de6d935023dd30a1eed455b71510b56f756b860a8c967e85 SHA512 35b9f0e82c992510c4f2d6aa68b98c07543f948ad4008ce3a8323e3d8630b8d326d247f77f7481af09ca9fab11df3124a5595ed0e4bad8ab57d84658f29d70f8
|
|
||||||
EBUILD pyruckus-0.16.ebuild 709 BLAKE2B 0230445b446426381f25ce4ec9b177e9cc9974af78ba473f402f8b95b1ce8ed2488e9408bb5b3c08de6d935023dd30a1eed455b71510b56f756b860a8c967e85 SHA512 35b9f0e82c992510c4f2d6aa68b98c07543f948ad4008ce3a8323e3d8630b8d326d247f77f7481af09ca9fab11df3124a5595ed0e4bad8ab57d84658f29d70f8
|
|
||||||
MISC metadata.xml 505 BLAKE2B 9f2a9ae813b5b09614d076ffa9b30bf8587dfba1dbd801ac6b7202d5abb26c20ed6530a18fe8829717440d6be13c0fe223d9bd837839ac3c7988223e35dcde96 SHA512 07566d277b1541c94516e1c4e2d6f80b9e704f65b9e9e96aaceec05e3fc34cef24c52733830caf940c699024ad3aa024719656976408c2b49b46e178ffd80c7d
|
|
@ -1,16 +0,0 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="project">
|
|
||||||
<email>b@edevau.net</email>
|
|
||||||
<name>Andreas Billmeier</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="pypi">pyruckus</remote-id>
|
|
||||||
<remote-id type="github">gabe565/pyruckus</remote-id>
|
|
||||||
<maintainer status="unknown">
|
|
||||||
<email>gabe565@gmail.com</email>
|
|
||||||
<name>Gabe Cook</name>
|
|
||||||
</maintainer>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,32 +0,0 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
DESCRIPTION="Python API to interact with a Ruckus Unleashed device."
|
|
||||||
HOMEPAGE="https://github.com/gabe565/pyruckus https://pypi.org/project/pyruckus/"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
DOCS="README.md"
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/pexpect-4.0[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
|
||||||
)"
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
py.test -v -v || die
|
|
||||||
}
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
@ -1,32 +0,0 @@
|
|||||||
# Copyright 1999-2023 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
|
||||||
DISTUTILS_USE_PEP517=setuptools
|
|
||||||
inherit distutils-r1 pypi
|
|
||||||
|
|
||||||
DESCRIPTION="Python API to interact with a Ruckus Unleashed device."
|
|
||||||
HOMEPAGE="https://github.com/gabe565/pyruckus https://pypi.org/project/pyruckus/"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="amd64 arm arm64 x86"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
DOCS="README.md"
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/pexpect-4.0[${PYTHON_USEDEP}]
|
|
||||||
>=dev-python/python-slugify-4.0.1[${PYTHON_USEDEP}]"
|
|
||||||
BDEPEND="
|
|
||||||
test? (
|
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
|
||||||
)"
|
|
||||||
|
|
||||||
python_test() {
|
|
||||||
py.test -v -v || die
|
|
||||||
}
|
|
||||||
|
|
||||||
distutils_enable_tests pytest
|
|
Loading…
x
Reference in New Issue
Block a user