dev-python/basicmodem: remove unused basicmodem

This commit is contained in:
Andreas Billmeier 2022-10-15 19:48:33 +02:00 committed by Andreas Billmeier
parent f6c1ec2532
commit 8580d108f4
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 2 additions and 53 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 1666 Ebuilds in total, 1659 of them have in total 1671 (35 different) licenses assigned.
There are 1665 Ebuilds in total, 1658 of them have in total 1670 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|994|
|MIT|993|
|Apache-2.0|322|
|GPL-3|100|
|BSD|95|

View File

@ -1,3 +0,0 @@
DIST basicmodem-0.7.tar.gz 2453 BLAKE2B 0b2c0287d69b6006fab2c5874d52048c8344bae456a6c8778119f6faead920033554ccc79c525dc8f9ba58bd76abffd66ac546464bb9f019b529940e700e24a8 SHA512 14ae7a6940824b7dabeaae88b8ffa5cf0734f1a3481b8d92f6e0c9c9d77d33d8c3f92ee90a018c404bcb75209cd433c06bd09f6691019d7c49cdb0b234216c39
EBUILD basicmodem-0.7.ebuild 778 BLAKE2B ec8f3c026dfa413f7cfc502b5db2509ca7d3fa5d4116639f0b88427b23f9059e8a18c45221d55cbec57ecd10aa4d85a765c8237f37e172951752a94dd4757706 SHA512 7ce09f3195d18d93322d673a0811647b1ab46b3a256d022552d716b771b5dcf706b329b25ce9ee4c0592421d8ff995aa79d14b240b4b28d0ba98dcd71c9b4129
MISC metadata.xml 447 BLAKE2B 27c32b7ba7d05e61ec50b69a6ab369be3428a8f0c2a0badd3fe917c867163ae49051b64140a73d2e2d3c1cbee7322dcb27393ebe2887312b425e4d4568344945 SHA512 b9cdf557e3c391f25d911f5cc526cf38f4f92a8ef50d18380bd20b232e4b4458116ad8c98b8255db951b8d92f336251a9fcf2850819c7e69d4189c13874035a8

View File

@ -1,33 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A basic modem implementation for receiving caller id."
HOMEPAGE="https://github.com/vroomfonde1/basicmodem https://pypi.org/project/basicmodem/"
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/pyserial[${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,15 +0,0 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">basicmodem</remote-id>
<maintainer status="unknown">
<email>tgvitz@gmail.com</email>
<name>Tim Vitz</name>
</maintainer>
</upstream>
</pkgmetadata>