dev-python/pyW800rf32: drop 0.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-12-17 17:47:36 +01:00 committed by Andreas Billmeier
parent 189d8b9053
commit d46296079f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 2 additions and 36 deletions

View File

@ -612,13 +612,13 @@ 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 1652 Ebuilds in total, 1641 of them have in total 1659 (42 different) licenses assigned.
There are 1651 Ebuilds in total, 1640 of them have in total 1658 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|958|
|Apache-2.0|344|
|GPL-3|106|
|GPL-3|105|
|BSD|90|
|LGPL-3|23|
|GPL-2|22|

View File

@ -1,5 +1,3 @@
DIST pyW800rf32-0.1.tar.gz 17190 BLAKE2B 62576137befbda5ce6cf78449cdb5c67a24675efb58892a2837eed984df27b5bf675c845cc685eecc8f45a8d7a57923b46816a6130c8d98fd6327b67c9df1756 SHA512 67346d6071e901f73092ecdd74a7e8bf1e1fcf858b2e1292b78f53bdd72398a991c46a6b8f42a70d56616a812a01182f78b1908b1e58528abb3d278361eef1b4
DIST pyW800rf32-0.4.tar.gz 17877 BLAKE2B 9b676418ed726ae58a8d2af7f719eb9617561f80a054cd6436ad53b2abd4bb36eeadd65878f8e0225b5ba2c9cfe243c95578ea1d849900bb36925923604529c9 SHA512 a559c3fe02436fcd361539e11b7c240e6755f51f9f5b340821fc63454f2af0a5c810369e5fcb6b6a9f8aec57d5a749130b751ff030adeb516b11f9aeff147528
EBUILD pyW800rf32-0.1.ebuild 684 BLAKE2B a770f4f3533670ae0a53f3f227d5d0a37fa16341d50674e3dc30fe12387e35c4fbac1cd171332f8437d45a2d15df008392feb9edfe93c8ffd28e3d167f448361 SHA512 f4dce485080442bc155a1f33ffe329b37f3c17f337452dbcaad2c90229529619a3fe02c528ab65bcdd0a6b32c2e15071f4977d641eab5c0fcdafa0a650467081
EBUILD pyW800rf32-0.4.ebuild 684 BLAKE2B a770f4f3533670ae0a53f3f227d5d0a37fa16341d50674e3dc30fe12387e35c4fbac1cd171332f8437d45a2d15df008392feb9edfe93c8ffd28e3d167f448361 SHA512 f4dce485080442bc155a1f33ffe329b37f3c17f337452dbcaad2c90229529619a3fe02c528ab65bcdd0a6b32c2e15071f4977d641eab5c0fcdafa0a650467081
MISC metadata.xml 511 BLAKE2B 564498b6df5338a0cfa135e70358dc90e1611c140fe0f3adaa91f26619b3ea8e9a2e6253fd578a8772e0b0982bc005977629cf8f2d3f8d89b0a96c708d9453b5 SHA512 64d9c1f3a8dbbc89ee27644c6f470da242b00528711ff185544abef6b8a8adc296440760785eba2e84fc7fe2e0e75172db352b7d6a7da5b9dde5a285f48586cf

View File

@ -1,32 +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} )
PYPI_NO_NORMALIZE=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A library to communicate with the W800rf32 family of devices"
HOMEPAGE="https://github.com/horga83/pyW800rf32 https://pypi.org/project/pyW800rf32/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest