Skip to content

Commit 0672b87

Browse files
committed
dev-python/quantum-gateway: change SRC_URI, drop olds
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 0012c7b commit 0672b87

File tree

4 files changed

+8
-52
lines changed

4 files changed

+8
-52
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,11 +612,11 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
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.
615-
There are 1876 Ebuilds in total, 1865 of them have in total 1884 (40 different) licenses assigned.
615+
There are 1875 Ebuilds in total, 1864 of them have in total 1883 (40 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619-
|MIT|1081|
619+
|MIT|1080|
620620
|Apache-2.0|408|
621621
|GPL-3|121|
622622
|BSD|100|

dev-python/quantum-gateway/Manifest

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
DIST quantum-gateway-0.0.6.tar.gz 7921 BLAKE2B 3aeb034334ff8c9070c69f6f1519826a2280390f4bfc637cccef5e7c96b745a0de406aca5165c783e3178cd2f6c0d035afb4cf5006038c22ec97adb42f219696 SHA512 617c05b4809cc9409f37215596bc77342c7195b5e86b63489976f4ba8fd97625b5e45ff4eae1b6990cd35fd229423eb48bbe67f4b17f34cf73aedbef92322640
2-
DIST quantum-gateway-0.0.8.tar.gz 8100 BLAKE2B 60e9cfd08dff2db38538de9d1aa217db0315e17b49218eda9efaf948a125a840d57cb61785ee8558458df6fdf8757c193f4ea8d1698aab337e50ea279ac78b32 SHA512 a46a7746802a5b999281b8cfe3e2824302c968776fdfb5535c4f9b583d06bdb9ae8102aaca7d8673e8331aa516d6fce2aeda54754537caa802c54ded7b745ffa
3-
EBUILD quantum-gateway-0.0.6.ebuild 817 BLAKE2B b115ee9264a9b5e1ebb40767a68877a17fe5e28622e0e78da6c3653d7a68d3d461625a4074fa5503a5464bd1bed04e96a97806797a6ff46788c5d31cfb3330e6 SHA512 43adf87536212fddb23c9d05ac2e8d27924f9290ce9fc53c2b2c5dfbaa2a7c267d41a611bda0e9abaade01f60e16597d97919984fb8ebb896bcf15fd078d7051
4-
EBUILD quantum-gateway-0.0.8.ebuild 848 BLAKE2B 776f219e16eaf491a0d89ef03cf2117e31892b8be567d58dda349be7e52dee9326af435031e7362a6041cecbe5446c285ea6671d368c6c8fc14348cc75391f46 SHA512 2b3afca571005e906121d0f158b9a367f85d08574fbcb571cd9d0525d6bae3d45510af4c76059cea8b5eba2a8447fe39aa92d771b9ad13fb84d2a951371e898f
1+
DIST quantum_gateway-0.0.8.tar.gz 8100 BLAKE2B 60e9cfd08dff2db38538de9d1aa217db0315e17b49218eda9efaf948a125a840d57cb61785ee8558458df6fdf8757c193f4ea8d1698aab337e50ea279ac78b32 SHA512 a46a7746802a5b999281b8cfe3e2824302c968776fdfb5535c4f9b583d06bdb9ae8102aaca7d8673e8331aa516d6fce2aeda54754537caa802c54ded7b745ffa
2+
EBUILD quantum-gateway-0.0.8.ebuild 731 BLAKE2B 51927047824d1b3ec4f9175a9125ee19df892f12288e51a4226e92d17856f9ee32dd0188bca829762ae135f2ef30cfd0d887c9da5704822b875caffceb5ab177 SHA512 c0c4c8aa93bb8796b7afd3dd26938f9f38be9c434220e928aebe511f7ee50955bba7ae2458a140db0e13ca798d75d8b483d58755456a78a96da84d8a0f796298
53
MISC metadata.xml 530 BLAKE2B 86c3f794b46ae7e16c398c8626b093d7c7efbdcfb4c5170883767ae4b3408827aa405f363358e03c4f45d15dc7de0cd386f0a10fcf1d30cb16743c5f6b7420dc SHA512 84cc9a4297a960403ce2eae71dedb5bec236b20747eff9b313b3cbf3660cbfcbfa9dd557d7befd5b174c3fd2e4de9aa6467bc2d7a2dec2c786aff6b34d5b7811

dev-python/quantum-gateway/quantum-gateway-0.0.6.ebuild

Lines changed: 0 additions & 36 deletions
This file was deleted.

dev-python/quantum-gateway/quantum-gateway-0.0.8.ebuild

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,26 @@
1-
# Copyright 1999-2022 Gentoo Authors
1+
# Copyright 1999-2023 Gentoo Authors
22
# Distributed under the terms of the GNU General Public License v2
33

44
EAPI=8
5-
6-
PYTHON_COMPAT=( python3_{9..11} )
7-
8-
inherit distutils-r1
9-
10-
MY_P=${PN/-/_}-${PV}
5+
PYTHON_COMPAT=( python3_{10..12} )
6+
DISTUTILS_USE_PEP517=setuptools
7+
inherit distutils-r1 pypi
118

129
DESCRIPTION="Query a Quantum Gateway"
1310
HOMEPAGE="https://github.com/cisasteelersfan/quantum_gateway https://pypi.org/project/quantum-gateway/"
14-
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
1511

1612
LICENSE="MIT"
1713
SLOT="0"
1814
KEYWORDS="amd64 arm arm64 x86"
1915
IUSE="test"
2016
RESTRICT="!test? ( test )"
21-
S=${WORKDIR}/${MY_P}
2217

2318
DOCS="README.md"
2419

2520
RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]
2621
>=dev-python/requests-2.20[${PYTHON_USEDEP}]
2722
>=dev-python/esprima-4.0[${PYTHON_USEDEP}]"
2823
BDEPEND="
29-
dev-python/setuptools[${PYTHON_USEDEP}]
3024
test? (
3125
dev-python/pytest[${PYTHON_USEDEP}]
3226
)"

0 commit comments

Comments
 (0)