dev-python/txaio: remove unused txaio
This commit is contained in:
@@ -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 1464 Ebuilds in total, 1457 of them have in total 1467 (34 different) licenses assigned.
|
||||
There are 1462 Ebuilds in total, 1455 of them have in total 1465 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|853|
|
||||
|MIT|851|
|
||||
|Apache-2.0|297|
|
||||
|GPL-3|91|
|
||||
|BSD|87|
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
DIST txaio-18.7.1.tar.gz 45587 BLAKE2B c8185eb99752b8cde256cb0177513927e52e599777cf84e05f92dd539d1bf29fcc1b638efb3931f6542fc8cec5cc9af1b7da92799ce009e398b9c43c0eb8899c SHA512 d88cc8862340d269470e91a3e2d60c5c3ca6e169e838069f690e35bbf07d3db516b59e0e76cb83cfd1217ca73c0705fdae451df3d9c69adc421579eb2f1b68d9
|
||||
DIST txaio-18.8.1.tar.gz 51092 BLAKE2B e22ae7c031e01437856ea9ed7d18c85600b769b1d76d52fb6ba2bf651944556cf8f473984e4befa7c1eeb192e6a6b221c6d3ae43b3914776ef7cdbd1a0d8ab02 SHA512 5aa0024b32211534b0c673da13b092ba08e15195b3b016bc21104618605d5c0b49096fa2795e13d9d5c4247defa1d72f903cbcc8d00a21359825224faab64b64
|
||||
EBUILD txaio-18.7.1.ebuild 954 BLAKE2B e1917dee4d1fca0781b05d64e05e93900061c9b57ef8d94a448bb7c8798ee0d6a5496a1abdabdb395e494ccfcb113b3e77d95704a744d8cdabf36fd38beec412 SHA512 dd12e56268a53e7559483d39009409f4ad69a38293f1baf03ac5f514c612e691eeddfba17af0cb194b104aa44984d99c46cea4c6463ac4cf5213ce1d87eacb2a
|
||||
EBUILD txaio-18.8.1.ebuild 954 BLAKE2B e1917dee4d1fca0781b05d64e05e93900061c9b57ef8d94a448bb7c8798ee0d6a5496a1abdabdb395e494ccfcb113b3e77d95704a744d8cdabf36fd38beec412 SHA512 dd12e56268a53e7559483d39009409f4ad69a38293f1baf03ac5f514c612e691eeddfba17af0cb194b104aa44984d99c46cea4c6463ac4cf5213ce1d87eacb2a
|
||||
MISC metadata.xml 474 BLAKE2B d65de6e8457088e95b3cf40b688fb57040fa6b3e5d91e5bbff74c2130129ec941693f6de40205eaddba5f10de7ce22b871f78ecc15344f2a8874b63457b5278f SHA512 c04cdbeabe7d1a53fa428d45af9248df01cc6d0477bad057aa53f8f1dba7588829f8e15b6c5614500a5cb4882d496371983a9f7344a7b06f46b9223405aea643
|
||||
@@ -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">txaio</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>autobahnws@googlegroups.com</email>
|
||||
<name>Crossbar.io Technologies GmbH</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius"
|
||||
HOMEPAGE="https://github.com/crossbario/txaio https://pypi.org/project/txaio/"
|
||||
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 doc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? (
|
||||
>=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinxcontrib-spelling-2.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx_rtd_theme-0.1.9[${PYTHON_USEDEP}]
|
||||
)
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Compatibility API between asyncio/Twisted/Trollius"
|
||||
HOMEPAGE="https://github.com/crossbario/txaio https://pypi.org/project/txaio/"
|
||||
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 doc"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
doc? (
|
||||
>=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinxcontrib-spelling-2.1.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/sphinx_rtd_theme-0.1.9[${PYTHON_USEDEP}]
|
||||
)
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/mock[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
Reference in New Issue
Block a user