dev-python/gogogate2-api: remove unused gogogate2-api

This commit is contained in:
2022-10-16 08:55:28 +02:00
committed by Andreas Billmeier
parent 5f06c2542f
commit 714928de90
4 changed files with 2 additions and 61 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 1634 Ebuilds in total, 1627 of them have in total 1639 (35 different) licenses assigned.
There are 1633 Ebuilds in total, 1626 of them have in total 1638 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|970|
|MIT|969|
|Apache-2.0|319|
|GPL-3|98|
|BSD|94|

View File

@@ -1,3 +0,0 @@
DIST gogogate2-api-3.0.0.tar.gz 12959 BLAKE2B cea17d31b7582a991355fe42d4f97f29195b880b3cbb8aabda78e7e9a47e505234f6bb9487d430d1dc9f36826b3a0d1f07cc95bad7e3e6248d0c36f73cf0c938 SHA512 c0333955b0427a687e59fe75449a206c352c4ea4c0f22f91f945b0d3281d79d4c674228342fec6353ab4755ebe7b776630d78aa84580ea44f82f38d29756f171
EBUILD gogogate2-api-3.0.0.ebuild 1131 BLAKE2B 2f0e8827293f6a0e7665b08cdecf1a92d88d8ace706c253da0b15547a435a78e425cc91771b95a231c6c2402a665bcb97e473136085c7b10eb52d499760b9c7e SHA512 a943f4b738b44ad7f7f6a4c5470e7f71d59402881aa41ee5785f014017ab663baceb305a6eb5c8b9b1116e64fc0d1547800f7810e7785fd63fd1380b695d4aaf
MISC metadata.xml 475 BLAKE2B c7abc54d536bddadb2d26ba744466d370934457734359b0de3bb6a57972203d0f4335f3159f79733f8ac0f193a0d4423d3984e67bf35ae7f7a66454715ff4ac5 SHA512 5db9cc35cf1a80f4514668ff69704c9fda7d9704355ebc43aa43e81acbb0992020fb1a8033cdffe18db29ea67fd60762a2d71f1ace0baf529cb90f709fc68077

View File

@@ -1,41 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
DESCRIPTION="Library for connecting to GogoGate2 and iSmartGate hubs"
HOMEPAGE="https://github.com/vangorra/python_gogogate2_api https://pypi.org/project/gogogate2-api/"
MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${MY_PN}-${PV}
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND=">=dev-python/defusedxml-0.6.0[${PYTHON_USEDEP}]
>=dev-python/pycryptodome-3.9.7[${PYTHON_USEDEP}]
>=dev-python/requests-2.23.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-3.7.4.2[${PYTHON_USEDEP}]
>=dev-python/httpx-0.16.1[${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}]
)"
DOCS="README.md"
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">gogogate2-api</remote-id>
<maintainer status="unknown">
<email>robbie.van.gorkom@protonmail.com</email>
<name>Robbie Van Gorkom</name>
</maintainer>
</upstream>
</pkgmetadata>