dev-python/motioneye-client: rework, remove olds

This commit is contained in:
2022-10-15 10:21:15 +02:00
committed by Andreas Billmeier
parent 96b63def0e
commit 9e52866caa
9 changed files with 13 additions and 157 deletions

View File

@@ -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 1793 Ebuilds in total, 1786 of them have in total 1798 (35 different) licenses assigned.
There are 1789 Ebuilds in total, 1782 of them have in total 1794 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1068|
|MIT|1064|
|Apache-2.0|344|
|GPL-3|113|
|BSD|101|

View File

@@ -1,7 +1,3 @@
DIST micloud-0.3.tar.gz 6817 BLAKE2B 4333af21e9a1d5100968aa475fe64e7b01385553f651e9f3332d9a7f506447d267f9f28886fd22f3ce908383e1d30738c39fce147c121069d62cb7adccc36197 SHA512 13dd7cd1349cf3f524435cced3b61bd53827362520f4ac04ad675a01af1a84b0f35941b8037ec6ffe6cb732b0191432d2344dfb0819d021faeed6e1ab0215d78
DIST micloud-0.4.tar.gz 6901 BLAKE2B 908695b2554cc5fc5fd11959eb86747ffa3365c3706b5d205c9c7bc7ffe9e5b1634c1be23d23346f041d66076ca67351c6389f0d60398f4835e448287860e926 SHA512 d075fdf8c067c8483a7fc765bfdabf70dfd17d7bdcac2908264038633252edf28442c977bb7dde3d6c3bc5e6fea98024c7a5105c8483c5de35118e04ebecb832
DIST micloud-0.5.tar.gz 7773 BLAKE2B cae069ab76dfa4c719addaef88ab25358c4b234fa045bb1a059ca9bd00c88ce3bc3c4fd24d8213e6ce23db26887bedf871fbdb15596b9487c7974c6f32f0672e SHA512 1930e1fc99065afc50a0b8405b5da44db689da733afa484e4a2229a0387431918c7fd02444db9e00ad4de7ebfa6f9254457881eecd58181c7b67950373dde94d
EBUILD micloud-0.3.ebuild 817 BLAKE2B 5dd24338c3dcddcb72e031ed35cb055827682878303c47350cb870ff71102f9277988d170c111305a0d7c07a97b7af010aeb98e3a4068414b639f9d692b04b78 SHA512 18eb5c6b9dcc3e4ffca95d0bbe559b63ab6f1973fa790aeb330e4fd5b24f3399a0f3554357e81fa0232e45d45f5e1b42f61878591fed5fd103509e6d89ee16ac
EBUILD micloud-0.4.ebuild 815 BLAKE2B aafa4478ad1a12ca65ca56f2f34ebbf994123092fcee8aa722bcd32b1676f1124f5d457c2a78a537d61cd179a8e9f190aebd1d37138e3c113b5ff3fbeea6c344 SHA512 b9221a2e64414397079b4546b66076f7ec31783b6cff4d12a8adc9ba471f3eda93f8a2417bc092bc465b9855dec20e02be2b30e1ed1fb57feb528bebe4c4f28e
EBUILD micloud-0.5.ebuild 854 BLAKE2B f80786b35bd0a234f8d5e0557d2e7b89b1441e96572464ab0983b5672e09b57872bf708e7e6806a721a2d49b05ae8c0cdbf58e45ad5375ec98581710ba7b862e SHA512 8dba313e2f4d8b1de3d563f91814e8637a0c0d49c82eff6293ec012b7c7b5c6d6a6c476816b39ce9f2269b8af7872c6688a4f0e758a5bb92b9831fe915cbf3b8
EBUILD micloud-0.5.ebuild 861 BLAKE2B 949bcd280ba80aa50b1ceeb742ced480d4c9a920fbe74b45f8a403d263f648fe6e63a0a0c9708a911368383d25e0503d2a70c9757e623aa5f563d2d301f22c6d SHA512 5c8de33e16acd19c451dc17a2e13fb77d2a92f684699ef56755402cc6705a91b605b2dd74b9e1ef0493316e63fe5122d6114a2439d1b4b8dab4e7131c03e0cb1
MISC metadata.xml 452 BLAKE2B 96f69a2053f1354c01e04489b68d623217d635c26543389f615f85ba28fce3b7c36522476e0933a1bcd30bd87dbebf0bf20f5125dd24560054f87853103cc71a SHA512 8672208b77e70fd54089ed03ede652024b92ef3b4038aadc5723f845825bb30b620d2bf64f1f8e5405b4546535daa4e0993d8aa9d4b4ccb8d97aa5a547d4465c

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Xiaomi cloud connect library"
HOMEPAGE="https://github.com/squachen/micloud https://pypi.org/project/micloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Xiaomi cloud connect library"
HOMEPAGE="https://github.com/squachen/micloud https://pypi.org/project/micloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -34,3 +34,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,7 +1,3 @@
DIST motioneye-client-0.3.11.tar.gz 12343 BLAKE2B dd9149af082bb5076a681ce45d766a89a29d4071a6145d3400d96e038ffa0686c94e07fcc7852059c6b9c0bbffb2cd621d298ec93726d22a803aa524c9c0db45 SHA512 1fc37d2c5a3c5196a1ffb40995aac401a3ee33d47adac4cebf936224e38df0a054d119826d73938eaff3b22fa9ba220cfe0151d6b16fe44518d40187ce2b6cc5
DIST motioneye-client-0.3.12.tar.gz 12287 BLAKE2B 7cccd9418557824c052acfdcef14691c1542de8b8d3646c81c2d2aab96265a1c7e88c72b4bf1817da88586daefb868a8c61a952df7875a8a68ee8c0a9ac71de6 SHA512 ad476b1540da02d020536b0d13ba4e502331634336c9c8400bdce1f79f7e28232498e92101ddbdb8445faa13627fd79939f0df94b3595d910b5c4c0aff203dc2
DIST motioneye-client-0.3.6.tar.gz 11799 BLAKE2B f5b036ff6c25fa03de22063a4eef5d6f54744bf0727297362c435290c1611b323a2d9e778aa6bed65adcccc1e21127ee37642f2b5003a6ebd6b894ffaf689929 SHA512 4322746fe466f2a8577b51e08be7f53c43088304c940bedfae54bdfb447cb11399b18253fb6fe2b0686f3099eca5a8bbe3a6e43522b1e9980f93d244671f93ac
EBUILD motioneye-client-0.3.11.ebuild 867 BLAKE2B 7f39df85ce2223a6f6d549fb0dd4f86c634896935bee57ef3af5f8da7eb93cb452d8f89a2aa952251217a1b13d2ed75dd127b5123e657975c933df4a31a39972 SHA512 a058ccc429d296751c9b1f8b0e5b2bd521e3cecb94ef9b0778447f369833f82bc20c2e54defde56bcfb5d7787992d582e2b74d41f81880e1b520177aaeef7ad3
EBUILD motioneye-client-0.3.12.ebuild 865 BLAKE2B 10c6684bbc58d1cfdcef2611595fc054bbd35eb694b5ab074ba9a9bbcb9ce9a185319029451ff90d1f7f8087c99b3313cedbb8d749294800d6555879bb9092eb SHA512 6da00ddbe4de189af904337e671912804014728d87919424b4df27b565ae98dfb5190d9290ee97e411c0309c1bebdf346a9ad8db1748b3c0b8745a4cb12306b4
EBUILD motioneye-client-0.3.6.ebuild 870 BLAKE2B cc7beafb82fe7c307401ea78c5238c99a039579e3c9734043a30cb2f945ffe0fdd4dcffe85bac529a377d2e57e4f481bb6abc17143a1bdd6a2dca78a6616d15c SHA512 37919810b2f6cc8439e15a991c44fa72a9767ed27b0d4cd5c39c9baef0ba279783e270bbffd82ae7a1506395000fba1874937ca99f56bbc87f79ed273a5e1edf
EBUILD motioneye-client-0.3.12.ebuild 871 BLAKE2B 348a8abb90db4cff53c0f07c165707a51c0259d50a97dcf0ddee60faa2a4a251a525d0bc36ee2548835a49c768a3e732b5ecc20a59635a6920747ed13fbe2f09 SHA512 da90175a064bd10991d788c33820c86f2d1c94413d481065d70dc33d1eea1c5915e672f230f851f14859b8c944c3720b51dd6889a9bab2a2c8a318362e498f04
MISC metadata.xml 463 BLAKE2B 5abdc6aec4e8852ff6d147266aa0e7c009dc22a18d711d99c070608ed6d461fa667b3a4b5661b2a68adccf74ad1f891f9016cccbb89e46f23dba310e9eab1761 SHA512 821303a88c2c29420c09ca9f6c3238feb22cf488c99745845b7c59cac0deea5b27b19d7ec2bde32da9f0d3dc18ce7347e241aa69005890b573b2cd8d5bf8cea5

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="motionEye client library Python Package"
HOMEPAGE="https://github.com/dermotduffy/motioneye-client https://pypi.org/project/motioneye-client/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86 amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
@@ -33,3 +33,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,35 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="motionEye client library Python Package"
HOMEPAGE="https://github.com/dermotduffy/motioneye-client https://pypi.org/project/motioneye-client/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}