dev-python/pywemo: rework, remove olds

This commit is contained in:
Andreas Billmeier 2022-10-15 09:44:59 +02:00 committed by Andreas Billmeier
parent a656eab9d4
commit 42845e8205
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 4 additions and 82 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 1842 Ebuilds in total, 1835 of them have in total 1847 (35 different) licenses assigned.
There are 1840 Ebuilds in total, 1833 of them have in total 1845 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1110|
|MIT|1108|
|Apache-2.0|346|
|GPL-3|115|
|BSD|101|

View File

@ -1,7 +1,3 @@
DIST pywemo-0.7.0.tar.gz 80054 BLAKE2B a88d347e017f1427b91975a3e78b9ac77dfc7499ed5dfdce63d8bae2a89b3a3a634460970372c704e8be7ba9dbfdc8034cbe289547ed02cec9dcb2731139eca7 SHA512 ec9c167a83329160b8483d2a47d1f96efb123e8fbdcdbc5bd8d193da7b841c250d55df8b50b31330b6a3b8abe4c3d8404fcdd54dc0b18241a592d652ad9f1ca7
DIST pywemo-0.8.1.tar.gz 86329 BLAKE2B aa977794735d649779379c1a6399e7d241d9aeedc22071799d80123ad22550fd3569b59d7966bae02668068b3b942c15bd55a9126818b8f12f277a70ebce473d SHA512 55cf2cfa79a067561f01a30d2078534a8a2657288a72b8a51c83296d1df77fc008667e5c12e388869088e39fd03f52b497f8de23d3587e3ff2e3360b2ee14b63
DIST pywemo-0.9.1.tar.gz 86510 BLAKE2B a0090a26736dd864d00f61be3f505e235d54dd659bc94ff9015de8b7c9b297d2023c215865769c2dee4b0d99901e90d50978b7ad3978896aa62f7400af3e1baf SHA512 60088ef9713f4b170fabfb4c4fd948bda2bf69601b6fe9bcc6976225c8d2f168c3d44e0330cb429a1326df19e19a82789edabce01b8acf31a52c0c52f4fdefa7
EBUILD pywemo-0.7.0.ebuild 881 BLAKE2B 77c87e023812774d8a2e4b206a1bca64c5e453bc763f6d125a10f476c4535fbf17d50013072b9ca7f08b048e6b84635a6188587865580f0a62a49154e1e73b65 SHA512 db3464f05b912384f4a66b312665b7d0719765747a910f9a6034491f0d0546a7e5d0e4524787a4fb3e181c8a82aa5ce44b033e28f7d0a746992ad3bc3b345d19
EBUILD pywemo-0.8.1.ebuild 912 BLAKE2B 3a340dd9ac57723cbf7d18436525b434199001bbf0f5f6530085f44ca787f7947d0353480d43558d8316ca3e7d34ba2c1db64a6f5bafd7a7d91f9a8734801115 SHA512 436ad8d2a8319116d29caf447e062f47a0c2e3b25c8464d40fbc0ace3fb7efdf42be35828f312dd6d32de33c8e0784f2a60ed9e1b362ef2fd2739860b390fa23
EBUILD pywemo-0.9.1.ebuild 912 BLAKE2B 3a340dd9ac57723cbf7d18436525b434199001bbf0f5f6530085f44ca787f7947d0353480d43558d8316ca3e7d34ba2c1db64a6f5bafd7a7d91f9a8734801115 SHA512 436ad8d2a8319116d29caf447e062f47a0c2e3b25c8464d40fbc0ace3fb7efdf42be35828f312dd6d32de33c8e0784f2a60ed9e1b362ef2fd2739860b390fa23
EBUILD pywemo-0.9.1.ebuild 912 BLAKE2B f081bfde6bce6cd83e60c13434d367bbaf75e60949a0c171370731d32451a7325ff083074d7c895df2f003a2ec3e1f4f6d9c0ad2e10638ebd0b3f0a5c8c5b6f3 SHA512 6ad8659584cfe1070a9a69f4841ad11c45bcef43ab6345780fe1ea3cccaa6f3315809c857fab523e0c37cdceb67dc10d82dba0615a8c785cb54a44bc8e712b28
MISC metadata.xml 448 BLAKE2B 53d38981fb6dc6aad211313783222912c4758d063eb3258a72f145ff8ab7f5997f194e7df794bd2cfb8747b30e2c83730e5ee9550586de3936a461a6d2ebcceb SHA512 32444db0967b90a692ca5eaaa20bba6f6deb34b445958f27bbe21a12bbfbaa71973de8b9261dab8d5fbb7a8279577dec38fb0916455d5af131d6df4822a10c50

View File

@ -1,36 +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="Lightweight Python module to discover and control WeMo devices"
HOMEPAGE="https://github.com/pywemo/pywemo https://pypi.org/project/pywemo/"
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.rst"
RDEPEND=">=dev-python/ifaddr-0.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26[${PYTHON_USEDEP}]
>=dev-python/lxml-4.6[${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,38 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Lightweight Python module to discover and control WeMo devices"
HOMEPAGE="https://github.com/pywemo/pywemo https://pypi.org/project/pywemo/"
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.rst"
RDEPEND=">=dev-python/ifaddr-0.1.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26[${PYTHON_USEDEP}]
>=dev-python/lxml-4.6[${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
}
distutils_enable_tests pytest

View File

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1