dev-python/graphql-subscription-manager: treeclean
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
f4c07d004a
commit
878e28476c
@ -612,11 +612,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 1693 Ebuilds in total, 1682 of them have in total 1700 (42 different) licenses assigned.
|
||||
There are 1691 Ebuilds in total, 1680 of them have in total 1698 (42 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|983|
|
||||
|MIT|981|
|
||||
|Apache-2.0|355|
|
||||
|GPL-3|108|
|
||||
|BSD|93|
|
||||
|
@ -1,5 +0,0 @@
|
||||
DIST graphql_subscription_manager-0.4.3.tar.gz 4665 BLAKE2B 35adb93a7b4389912cdaa8bc00ed2053a33cfda6ae08522c07e1fe7be96323cb2ae963447bf359748286289b94948881d2fb1cc790928feee41fe03fa8dfa2ad SHA512 32fec786f961a84ec6667dc8ccb62405dde6ed82c3b3c6d25c00524472fbf93fdf6155308fd551ecb072903253d997cdd24ee2f4542cb410b7c17178dcfbf6d4
|
||||
DIST graphql_subscription_manager-0.6.1.tar.gz 15603 BLAKE2B f06759add67a4fcd5055822c19bbb4ffa59135f307a3489af82befae86cf022a2fa0d679bd8f8ca405717e4b8456337e916e71964ea04c3ac5587738bc681b92 SHA512 85ce4747432e50be484c70b36bf917d2fc790a456723e8792e9ff81fd84a9bbea107c3ff8f753c85d5b17600c5c51537bb8bbceddf7011029f81297b71dd1fc8
|
||||
EBUILD graphql-subscription-manager-0.4.3.ebuild 682 BLAKE2B 884f14e59b585b7e70c317367db23621a0f55889b04c9239f51e4f6f661f86bfe2196997cdc44cd4bc1e5a9c7ca78dfb2e3f96074fd8ff49242f3b393682139d SHA512 63277ea6aa178ee33366a6874656b0b81fdf4a2177145374ff27c0df4e76a41dee9a4fb34bcf57fa4f886a206136fa6a92cf0d221ecaceaa87db021b2320844c
|
||||
EBUILD graphql-subscription-manager-0.6.1.ebuild 700 BLAKE2B dbd105672b261205cb2ab15f9de43801bff91ac7f0eec88487ca946b2e16728238ca657bca39f29f08422af3b268c1707eeb4803dcb5f6450cd2a76021c2456c SHA512 259c3b9166e9ca6d7733ceea48fa66925ab67902569a5c2fa40722b193cbf2d28437cda1a6a12c7081304f47ac26cf7685f7d8622305123f1b5fe9d679e932b5
|
||||
MISC metadata.xml 560 BLAKE2B 4166655dd1a44244a26bbfcc50f4e16dfb9ef2253e08dd2fc93e9b31d14f7e2447a396c94aaac90d1be718641343dfb655fb4837c7ba684bf97c76c4ab711a56 SHA512 7e16389d9df334b59d386b4232842970d420d918c96c5eba2440bf04e3f5b876facf669607ac055b29fbce40f41a48fa54068fcd3305e1006b39ab65db0d6630
|
@ -1,29 +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} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python3 library for graphql subscription manager"
|
||||
HOMEPAGE="https://github.com/Danielhiversen/PyGraphqlWebsocketManager https://pypi.org/project/graphql-subscription-manager/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND=">=dev-python/websockets-6.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,31 +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} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A python3 library for graphql subscription manager"
|
||||
HOMEPAGE="https://github.com/Danielhiversen/PyGraphqlWebsocketManager https://pypi.org/project/graphql-subscription-manager/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND=">=dev-python/websockets-8.0[${PYTHON_USEDEP}]"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
distutils_enable_tests pytest
|
@ -1,16 +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">graphql-subscription-manager</remote-id>
|
||||
<remote-id type="github">Danielhiversen/PyGraphqlWebsocketManager</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>mail@dahoiv.net</email>
|
||||
<name>Daniel Hjelseth Høyer</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user