bump pylitterbot-2022.9.1

This commit is contained in:
Andreas Billmeier 2022-09-09 07:05:30 +02:00 committed by Andreas Billmeier
parent 89cf418946
commit 6addbdc009
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 46 additions and 2 deletions

View File

@ -523,11 +523,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 1880 Ebuilds in total, 1873 of them have in total 1885 (35 different) licenses assigned.
There are 1881 Ebuilds in total, 1874 of them have in total 1886 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1135|
|MIT|1136|
|Apache-2.0|355|
|GPL-3|115|
|BSD|104|

View File

@ -1,5 +1,7 @@
DIST pylitterbot-2022.7.0.tar.gz 19230 BLAKE2B b8adc9ecac5ed734bee9b248e50255ef4b0e9fd1de6bd91340c37ef42f57c127b749c5316b356327c044922b4d37e7c32ef169f3ac22dbaf454f382b275e6d6f SHA512 a3c6fce021d74a4a968258fe028c1d19a27d79911cc1da96d244bd2d697a59f3c55b9d141366e4f8cea77b34d0153036287d13f3f386df4233763d30df1008cc
DIST pylitterbot-2022.8.2.tar.gz 22192 BLAKE2B 3bae619c6c0c089f6c7264f28fb153234dbe533c233cfd0dd9e32c3128711c7f73029ff257b351412a1211aedc380f86618e6df2c55a2819fa3cccd2c5e0e305 SHA512 0b09c2a61a9ec740007859d71a6ac04141bc902625f0c433cd6876bb65db9d8d651c1b9934a0bd2c1f2fe1b4329d41a5f48b04cea159018c9c27849373683361
DIST pylitterbot-2022.9.1.tar.gz 22266 BLAKE2B eaaba306e12d5a06b252c7018e3d771d94f9a6da5d70fbd84e7820daf5c6b31ed5eb4e2452c5cac0f706bec6323fa829b3006b185600980046b4a2953ffb904a SHA512 47b35b70f836f55f1128ba26099f965242a29cff0c60ef4c3b433c9aee5e8ba65728237c702f78a5f22a483d586e573c39b01f68308c4d508c1fa45f7db0cd15
EBUILD pylitterbot-2022.7.0.ebuild 948 BLAKE2B d77fb0883f585d80f0bfaf5808ecb4dc56fab2e17793f7c3f53f047f627c1e5472b16b8df7609c4bb156e619a69abccd0c489e427ffebcae5c5bf010532b7b9c SHA512 0265c1d7168e991c9d21ad7cb02651c73d4612532b331da5cca158b9468d15e9e2c3a8216f377eadc673928adcf45a92bc6c6fb9f70e294cda57fcae473f0e6d
EBUILD pylitterbot-2022.8.2.ebuild 1115 BLAKE2B da109ae9003194b5d37299f5b60ea3eda893cecb6174362dbe8298d2c8746994d45318f67c19c42d6221b4a3f4f4ccc130baef0e0b457cabd09b2c6b4909d29c SHA512 1c99acf366ba2174812e6be87e5d3d8744087fa5fa69cfa44b3704e27b0a25f2f49dc736464555aecb77cc45e4d488f0c01cbaddff5f7cc7c08e987a52d16651
EBUILD pylitterbot-2022.9.1.ebuild 1115 BLAKE2B da109ae9003194b5d37299f5b60ea3eda893cecb6174362dbe8298d2c8746994d45318f67c19c42d6221b4a3f4f4ccc130baef0e0b457cabd09b2c6b4909d29c SHA512 1c99acf366ba2174812e6be87e5d3d8744087fa5fa69cfa44b3704e27b0a25f2f49dc736464555aecb77cc45e4d488f0c01cbaddff5f7cc7c08e987a52d16651
MISC metadata.xml 460 BLAKE2B 06e8b3ae287664389964652844249cc2bd2e748821cbae4f7f5360c3c2302507c55b4873285163ca49d481ad8ab82355839af94c9bcbc788770eb8969807a351 SHA512 992fefd164f416fce4108ad628d1db5f85c3328f114badcb34e373899743e0e456e45c5816bd62954658ccde12f6ddc122139fffd15f1761e016e87a00faf9e3

View File

@ -0,0 +1,42 @@
# 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="Python package for controlling a Litter-Robot Connect self-cleaning litter box."
HOMEPAGE="https://github.com/natekspencer/pylitterbot https://pypi.org/project/pylitterbot/"
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/aiohttp-3.8.1[${PYTHON_USEDEP}]
>=dev-python/deepdiff-5.8.1[${PYTHON_USEDEP}]
>=dev-python/pyjwt-2.4.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/pytest-cov[${PYTHON_USEDEP}]
dev-python/pytest-freezegun[${PYTHON_USEDEP}]
dev-python/pytest-timeout[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}
distutils_enable_tests pytest