dev-python/upcloud-api: add 2.6.0
Closes: #4074 Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
718a1cebd1
commit
c28dc2d505
@ -606,11 +606,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 2306 Ebuilds in total, 2292 of them have in total 2329 (43 different) licenses assigned.
|
||||
There are 2307 Ebuilds in total, 2293 of them have in total 2330 (43 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|1314|
|
||||
|MIT|1315|
|
||||
|Apache-2.0|537|
|
||||
|GPL-3|141|
|
||||
|BSD|124|
|
||||
|
@ -1,5 +1,7 @@
|
||||
DIST upcloud_api-2.0.0.tar.gz 57275 BLAKE2B 40a56381fc037fbe10e3eee7db8e55f4191089ec977d692207309a782458e28f6a2798f13f06ec9b357ac5f7701bef8d49b59ae444538ee88bd44ba40a950156 SHA512 a1d8a5b737621384a16b08d0527ebe778eb6b4a17d979e1b203ac301c3754a484273a9126c12c66da2c76571eccb27ce068f735f4e8c9e79b5419b6e566a8050
|
||||
DIST upcloud_api-2.5.1.tar.gz 61702 BLAKE2B eb9b4b32fe4be2877af5f9f3e3dd59ad8ac41999375c2755ccb99b6614212d65dd65244a15a96584518097bb3ce2c28beb19d3572eeabfebb7d7b3b9d7182368 SHA512 9be6b5058f9bf5264366548b889e852f709146453e5666ed96d3f261af4816076d6d803f9bd3c94fbdbcaf88afe8a0583c4cb891023da759a4d0c6a28bf7e0ee
|
||||
DIST upcloud_api-2.6.0.tar.gz 61859 BLAKE2B 7d42fee6358762602d27983c2413f99ffd0f7db7ff48c83cdca849236905859357500f007f48c7bb69e6e37bcc21e6a45cdd1fc935102041106e397c604ed469 SHA512 5190b8ac62d4760998e0ce8e630902d04dd69fcb96fa3d29b7d9e916301303405f21529a34d06fcaa1f5f0ca80b6c5bdd904471f5250f66e79b2e5791a5b8184
|
||||
EBUILD upcloud-api-2.0.0.ebuild 666 BLAKE2B cbaca1a0eae1750f1ce35c8f41c7020d3017028c8cfee8f0d32e2c71bb5ccc93abe4ab39ab444a99d60ee78c445fe541a9f80b3a1b7bea7e061f9c307e78778b SHA512 db42e3a6292391fe0bb3bd24e73e92eafcb3c116dc125ae4a21ab3d11236d9f4769dc2896e8fc7cec6d3781bb5b288e0a3cf9f31a244def6678d2f950b6254d9
|
||||
EBUILD upcloud-api-2.5.1.ebuild 530 BLAKE2B 7520edbf63a9e0a1e6a646c9f4a31200f60387589e381ea77a6f2c15dff237e3d55f3907cecb008f2234ae19b9c4d0b7a355c6ed8212e49b53f8add4cdf7777f SHA512 116f28262d08b328f5d6fa74b83f90d7fcefb5c633f80e1025b3f2f188bed853c11433f1a0eafe4845e7aeed9858e2d59906d12a69a61a5aafaed98a853d174d
|
||||
EBUILD upcloud-api-2.6.0.ebuild 530 BLAKE2B 7520edbf63a9e0a1e6a646c9f4a31200f60387589e381ea77a6f2c15dff237e3d55f3907cecb008f2234ae19b9c4d0b7a355c6ed8212e49b53f8add4cdf7777f SHA512 116f28262d08b328f5d6fa74b83f90d7fcefb5c633f80e1025b3f2f188bed853c11433f1a0eafe4845e7aeed9858e2d59906d12a69a61a5aafaed98a853d174d
|
||||
MISC metadata.xml 519 BLAKE2B f2d077519741d07536579278941f3a99f0bb244c801dd2f4f765f5d1f7508997caea47c269de04337f5910630f3f64f80ea59d479d26379269afeefe0c5e1a14 SHA512 a2de195ae501a05c5b11a36cb73e4fef78256470826039eb74bc99be555bc84e63d34324f097e67d1f1c526326edf71edaea0aea8d9709680d86dd42586f7f15
|
||||
|
23
dev-python/upcloud-api/upcloud-api-2.6.0.ebuild
Normal file
23
dev-python/upcloud-api/upcloud-api-2.6.0.ebuild
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="UpCloud API Client"
|
||||
HOMEPAGE="https://github.com/UpCloudLtd/upcloud-python-api https://pypi.org/project/upcloud-api/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DOCS="README.md"
|
||||
|
||||
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
|
||||
|
||||
distutils_enable_tests pytest
|
Loading…
Reference in New Issue
Block a user