dev-python/quantum-gateway: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-03 16:32:00 +01:00 committed by Andreas Billmeier
parent 0012c7baa7
commit 0672b87c18
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 8 additions and 52 deletions

View File

@ -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 1876 Ebuilds in total, 1865 of them have in total 1884 (40 different) licenses assigned.
There are 1875 Ebuilds in total, 1864 of them have in total 1883 (40 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1081|
|MIT|1080|
|Apache-2.0|408|
|GPL-3|121|
|BSD|100|

View File

@ -1,5 +1,3 @@
DIST quantum-gateway-0.0.6.tar.gz 7921 BLAKE2B 3aeb034334ff8c9070c69f6f1519826a2280390f4bfc637cccef5e7c96b745a0de406aca5165c783e3178cd2f6c0d035afb4cf5006038c22ec97adb42f219696 SHA512 617c05b4809cc9409f37215596bc77342c7195b5e86b63489976f4ba8fd97625b5e45ff4eae1b6990cd35fd229423eb48bbe67f4b17f34cf73aedbef92322640
DIST quantum-gateway-0.0.8.tar.gz 8100 BLAKE2B 60e9cfd08dff2db38538de9d1aa217db0315e17b49218eda9efaf948a125a840d57cb61785ee8558458df6fdf8757c193f4ea8d1698aab337e50ea279ac78b32 SHA512 a46a7746802a5b999281b8cfe3e2824302c968776fdfb5535c4f9b583d06bdb9ae8102aaca7d8673e8331aa516d6fce2aeda54754537caa802c54ded7b745ffa
EBUILD quantum-gateway-0.0.6.ebuild 817 BLAKE2B b115ee9264a9b5e1ebb40767a68877a17fe5e28622e0e78da6c3653d7a68d3d461625a4074fa5503a5464bd1bed04e96a97806797a6ff46788c5d31cfb3330e6 SHA512 43adf87536212fddb23c9d05ac2e8d27924f9290ce9fc53c2b2c5dfbaa2a7c267d41a611bda0e9abaade01f60e16597d97919984fb8ebb896bcf15fd078d7051
EBUILD quantum-gateway-0.0.8.ebuild 848 BLAKE2B 776f219e16eaf491a0d89ef03cf2117e31892b8be567d58dda349be7e52dee9326af435031e7362a6041cecbe5446c285ea6671d368c6c8fc14348cc75391f46 SHA512 2b3afca571005e906121d0f158b9a367f85d08574fbcb571cd9d0525d6bae3d45510af4c76059cea8b5eba2a8447fe39aa92d771b9ad13fb84d2a951371e898f
DIST quantum_gateway-0.0.8.tar.gz 8100 BLAKE2B 60e9cfd08dff2db38538de9d1aa217db0315e17b49218eda9efaf948a125a840d57cb61785ee8558458df6fdf8757c193f4ea8d1698aab337e50ea279ac78b32 SHA512 a46a7746802a5b999281b8cfe3e2824302c968776fdfb5535c4f9b583d06bdb9ae8102aaca7d8673e8331aa516d6fce2aeda54754537caa802c54ded7b745ffa
EBUILD quantum-gateway-0.0.8.ebuild 731 BLAKE2B 51927047824d1b3ec4f9175a9125ee19df892f12288e51a4226e92d17856f9ee32dd0188bca829762ae135f2ef30cfd0d887c9da5704822b875caffceb5ab177 SHA512 c0c4c8aa93bb8796b7afd3dd26938f9f38be9c434220e928aebe511f7ee50955bba7ae2458a140db0e13ca798d75d8b483d58755456a78a96da84d8a0f796298
MISC metadata.xml 530 BLAKE2B 86c3f794b46ae7e16c398c8626b093d7c7efbdcfb4c5170883767ae4b3408827aa405f363358e03c4f45d15dc7de0cd386f0a10fcf1d30cb16743c5f6b7420dc SHA512 84cc9a4297a960403ce2eae71dedb5bec236b20747eff9b313b3cbf3660cbfcbfa9dd557d7befd5b174c3fd2e4de9aa6467bc2d7a2dec2c786aff6b34d5b7811

View File

@ -1,36 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Query a Quantum Gateway"
HOMEPAGE="https://github.com/cisasteelersfan/quantum_gateway https://pypi.org/project/quantum-gateway/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
S=${WORKDIR}/${MY_P}
DOCS="README.md"
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
>=dev-python/requests-2.20[${PYTHON_USEDEP}]
>=dev-python/esprima-4.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@ -1,24 +1,19 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
MY_P=${PN/-/_}-${PV}
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Query a Quantum Gateway"
HOMEPAGE="https://github.com/cisasteelersfan/quantum_gateway https://pypi.org/project/quantum-gateway/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
S=${WORKDIR}/${MY_P}
DOCS="README.md"
@ -26,7 +21,6 @@ RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
>=dev-python/requests-2.20[${PYTHON_USEDEP}]
>=dev-python/esprima-4.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"