dev-python/goalzero: drop 0.2.1
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
2d098bb201
commit
0923e254c2
@ -612,11 +612,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 1696 Ebuilds in total, 1685 of them have in total 1703 (42 different) licenses assigned.
|
||||
There are 1695 Ebuilds in total, 1684 of them have in total 1702 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|986|
|
||||
|MIT|985|
|
||||
|Apache-2.0|355|
|
||||
|GPL-3|108|
|
||||
|BSD|93|
|
||||
|
@ -1,5 +1,3 @@
|
||||
DIST goalzero-0.2.1.tar.gz 3460 BLAKE2B 5738435a2bc574725120e04958831e00bcf43c4e9314ee8c6e65f4eee15ca186bcbcfb8821c7129dad332b37a27e22da26f2bb1fca223c78159101284f8a644d SHA512 a47110633c1ccc4bd394d751c88fbe54ef050c5f67740ca106286ee264ec2df95c4ce908b40dc2d38eed15e760263b13afabe2dc897a50929c1ecc2b3fc841d7
|
||||
DIST goalzero-0.2.2.tar.gz 3386 BLAKE2B 6eee10fa912daf62372622f065b42f8a23f50afaff194cdac8fc6d7fb9600107651bbdcabdaa6ec9d5568d864f1c7311f2574a2bf44ec92ae8d265775b660805 SHA512 8db0076a3c49838b6d9bd37b9da9101a17ea6a0642a0d9d632e1bfd460fd026732efb8a5a61f46f9d60b897b7e5458ce281a6bed59111908e7b45af33a2ef245
|
||||
EBUILD goalzero-0.2.1.ebuild 581 BLAKE2B fd00afafd14619212ad8d4e2c7b6e38f6a9ef23cf9d3768b30b62fbf65f09899ba584cfd1933e1c0dec5c9b40a2aa764173099055f8a42f960ea7e9232f8f258 SHA512 f0304ad66f2301fcfee7dd2ac30984979e53afc3589bcb52c89b48f569b5d81833bdbf5bd2931a381e0743a1635c72849a746ec7bb1492bc8152ba83ca18a5d4
|
||||
EBUILD goalzero-0.2.2.ebuild 581 BLAKE2B fd00afafd14619212ad8d4e2c7b6e38f6a9ef23cf9d3768b30b62fbf65f09899ba584cfd1933e1c0dec5c9b40a2aa764173099055f8a42f960ea7e9232f8f258 SHA512 f0304ad66f2301fcfee7dd2ac30984979e53afc3589bcb52c89b48f569b5d81833bdbf5bd2931a381e0743a1635c72849a746ec7bb1492bc8152ba83ca18a5d4
|
||||
MISC metadata.xml 511 BLAKE2B f528c2070b58dbb8e7e1ab79c976807828926d7dbec82069c610d86e455e9f8447dd0779669ec458faee61b89a7f2e1f591a43be92607c40c347e3adfb87acbb SHA512 71d183ae5a0e418763808a2a4bb5e6a834788e2a30952b363dbe4380cc8c901293171ae4ff5d0630200dcb1e11d19b76fa28123b3d10971f75838ad303ac683e
|
||||
|
@ -1,27 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Goal Zero REST Api Library"
|
||||
HOMEPAGE="https://github.com/tkdrob/goalzero https://pypi.org/project/goalzero/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user