dev-python/YesssSMS: remove unused YesssSMS

This commit is contained in:
2022-10-18 01:51:52 +02:00
committed by Andreas Billmeier
parent 192af1a715
commit 5a8f599cb1
5 changed files with 2 additions and 84 deletions

View File

@@ -547,11 +547,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 1448 Ebuilds in total, 1441 of them have in total 1451 (34 different) licenses assigned.
There are 1446 Ebuilds in total, 1439 of them have in total 1449 (34 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|838|
|MIT|836|
|Apache-2.0|297|
|GPL-3|91|
|BSD|86|

View File

@@ -1,5 +0,0 @@
DIST YesssSMS-0.4.1.tar.gz 8480 BLAKE2B 320e2ae952af41b4180fb2dc234f0b85789289db50b1d7740fc682e740659e29121f0e95066fb7c7cdb080ebb7a7ca500d8e2776049535acf8762de159986f25 SHA512 41338a4b7e036cfcf7b3e323b27c73eb905767ab0ab7778941b7bac07a7a35ae61dd7f1d5c6b3524a3b14845965485c811d5cb625b641fe82e445f003a68d7e1
DIST YesssSMS-0.4.2.tar.gz 9637 BLAKE2B ee09b80978e45b8a1d877ad4ec067af2138f523dd934fbd1e326d147d27646fcd5dc89cbbd2e645ee975b967f39104a4dc741913138bc6f9eec004b19854ce52 SHA512 acf19008f1e958d1c49895dc009932c2c3a4be6fc9d2934ca994e88b480e5da517daf5ebec33b0278ac5ed3e5c4b21be9654ee2dea8aad8510eb3040a77ec6d4
EBUILD YesssSMS-0.4.1.ebuild 748 BLAKE2B 3c550e9112fb3f852900e0ef92624c27853f23aef8899ec0cd741c7622d847c222461b4463754744c2ac46f546aa234ea13eedbab2a524643548c5315755bd16 SHA512 82002fe79c2ca56df6983e508f278cd7fa1aa8fe47150e46bc09ebeb721ee22ca0ab414a96f9300684d1e286057065dee72f13a7e981f7cd79518afcf9c6d1bc
EBUILD YesssSMS-0.4.2.ebuild 748 BLAKE2B 3c550e9112fb3f852900e0ef92624c27853f23aef8899ec0cd741c7622d847c222461b4463754744c2ac46f546aa234ea13eedbab2a524643548c5315755bd16 SHA512 82002fe79c2ca56df6983e508f278cd7fa1aa8fe47150e46bc09ebeb721ee22ca0ab414a96f9300684d1e286057065dee72f13a7e981f7cd79518afcf9c6d1bc
MISC metadata.xml 453 BLAKE2B 0ee9ae04a0d42b9aa5ac29855a7acdefa9588d5e8a194b57372baccd62b8c2f70f131e9afaeab1dd74ef7744461388a7291b2c1135460be7d0ffc593a2c43989 SHA512 3ddd8a0540a72191a3969ec3d4d43fcc3e9d4574f993e6a532f7aa002b4dad7ed92f11725aac299928487b2d095fe27813244259e6666baaa49e2fb1d47d6624

View File

@@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="YesssSMS let's you send SMS via yesss.at's website."
HOMEPAGE="https://gitlab.com/flowolf/yessssms https://pypi.org/project/YesssSMS/"
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 )"
RDEPEND="dev-python/requests[${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,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
DESCRIPTION="YesssSMS let's you send SMS via yesss.at's website."
HOMEPAGE="https://gitlab.com/flowolf/yessssms https://pypi.org/project/YesssSMS/"
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 )"
RDEPEND="dev-python/requests[${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">YesssSMS</remote-id>
<maintainer status="unknown">
<email>flowolf@klienux.org</email>
<name>Florian Klien</name>
</maintainer>
</upstream>
</pkgmetadata>