dev-python/asyncsleepiq: rework, remove olds

This commit is contained in:
2022-10-15 10:59:22 +02:00
committed by Andreas Billmeier
parent 6927e72e02
commit ef386e72af
5 changed files with 7 additions and 75 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 1741 Ebuilds in total, 1734 of them have in total 1746 (35 different) licenses assigned.
There are 1739 Ebuilds in total, 1732 of them have in total 1744 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1039|
|MIT|1037|
|Apache-2.0|336|
|GPL-3|104|
|BSD|100|

View File

@@ -1,7 +1,3 @@
DIST asyncsleepiq-1.1.0.tar.gz 9437 BLAKE2B 9e60a0c840c101278238c6dda129aad45857a9ac7a25c9b99525a87d42ee620242f9c55e3e64df2c0f5d0759f44594aac4c5f007051b788ea0f266bb10bd6178 SHA512 499e4ef3838d70ddbcbaa8a5e1e1826ec52fb9d09c9915dc0e5ca72654cafcb378e134243013f209c9d661cf9d64cecfcc83304cbf0a5f6a67b19b4cef24115d
DIST asyncsleepiq-1.2.1.tar.gz 11279 BLAKE2B ecd321a89deba30af9cd5dd2b4adab785f68eb4bc7c9c8969b88dc3d7396300f8748bec1b1425724705b54b609ed8bd53e5c97ac790b206465868e44cc4e605d SHA512 81ddf356784cd9ab1f88705260deb62f4923732064c98033b731a1eac3558c9d408d9bc453a85f1191436bdfa8ed9f85c09d5f874968e6f1b2d7ea95223093a4
DIST asyncsleepiq-1.2.3.tar.gz 11210 BLAKE2B ba7787cdf95754d11f5f7224f4cf7b7368aaf1ce1d0b6310a8fc7ec032c1a7e46666bec5a6eb6501fadc403fa3e99124bcf649d4594f5f96049fb62fd3833f46 SHA512 ffb693c62837b742e90cfcba395af5633ec35a18503eee01715b734216b259072f58641c112501fc983ec0118f242fcdcf7727b3b5f097b3f62b6c77f4a16ed0
EBUILD asyncsleepiq-1.1.0.ebuild 734 BLAKE2B 57f1986909f8cf638bf852daaeea1d4c13f7de955a9242ab8757d419d428a59201bb6b6a85e9a0a762ed482f285c48fc4444cfe4966bff5c72c564b0ba093dd9 SHA512 797ff19b741f05c02c71fa75072c8a36590eb22713fe8eec290c17522f8978b0a06b48737c1c232180f448544e795e07fca31692c7f0561aa0fdcdf24bb9609c
EBUILD asyncsleepiq-1.2.1.ebuild 734 BLAKE2B 57f1986909f8cf638bf852daaeea1d4c13f7de955a9242ab8757d419d428a59201bb6b6a85e9a0a762ed482f285c48fc4444cfe4966bff5c72c564b0ba093dd9 SHA512 797ff19b741f05c02c71fa75072c8a36590eb22713fe8eec290c17522f8978b0a06b48737c1c232180f448544e795e07fca31692c7f0561aa0fdcdf24bb9609c
EBUILD asyncsleepiq-1.2.3.ebuild 734 BLAKE2B 57f1986909f8cf638bf852daaeea1d4c13f7de955a9242ab8757d419d428a59201bb6b6a85e9a0a762ed482f285c48fc4444cfe4966bff5c72c564b0ba093dd9 SHA512 797ff19b741f05c02c71fa75072c8a36590eb22713fe8eec290c17522f8978b0a06b48737c1c232180f448544e795e07fca31692c7f0561aa0fdcdf24bb9609c
EBUILD asyncsleepiq-1.2.3.ebuild 741 BLAKE2B 3b973e5274fa558432674b2424f2097711db7aace2d08de148ee76b5043474ac09b91bff40815397578ffa455d2206b9bc77d53d3ca13af69f30364455d5b36b SHA512 e77702ce3ab3be6dac6502e7f3bb61af46a179bb72f93fac987774c5af78af2ddc1a3d1f2a362a1cba5c232e2a6a5b0568a1b786f8c8d9958b0b135b2048fbf2
MISC metadata.xml 458 BLAKE2B b59bab0554b7154b2cb9b1f585ef7af23a273d06904ec3061e55e35f43f20241e189f2ae6adbc58852f9ed57c0c714dbde22dfa7d5bce2fd847b993f1d700f32 SHA512 40d3d75be48261732d8755acbd295a67756c9fe035d9401eb3ff1361b7508d7b2d92b27c671cc2c718346bd9ff7646d2a712814a1890930b36f31ee712c03ecc

View File

@@ -1,33 +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="ASync SleepIQ API"
HOMEPAGE="https://github.com/kbickar/asyncsleepiq https://pypi.org/project/asyncsleepiq/"
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[${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,33 +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="ASync SleepIQ API"
HOMEPAGE="https://github.com/kbickar/asyncsleepiq https://pypi.org/project/asyncsleepiq/"
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[${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 )"
@@ -31,3 +31,5 @@ python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest