dev-python/pyrisco: add 0.5.10

Closes: #3089
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2024-03-24 09:00:31 +01:00
parent 0c606a4b0a
commit 44c727a23d
5 changed files with 37 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
DIST pyrisco-0.5.10.tar.gz 14750 BLAKE2B a19e8f3c5e46f2c28697d1906326cf04e2e32d93a817a2196739bf458872c4e4257372e5f0d884aea720f993130a93f2e16ec004c1d9dca10d5ebe9923c821cb SHA512 e6e64aef6ca500e76436acc78faedf7f7efddaf25c0a975f8a5db92944b7295d856758186835840aed26b1aa2d952dc0b03fe783d123383e986a51e49488b901
DIST pyrisco-0.5.7.tar.gz 14424 BLAKE2B 2a94873631101c967632a048df0a90d6f9e2679ce308fcf5dece8cde0b9b1815ce60988557450eb074b84584d311a740abe8a2e16345666733e2a03f91020852 SHA512 f3d9272e83e3a84e45a0cef2ece0dc5fc3dc0b89b430f2aa912903712e4263a70afbbd7584df826b91cc0750f595ab04be531baa53109de54d47bf6a4f5a6f48
DIST pyrisco-0.5.8.tar.gz 14629 BLAKE2B d94975363f2250f463759d45a0dc16a018a795d2e79e8113de632ae2df06cbd40bd6428abb069c3bf3fa88be861fa7503768640ef6b25617af0cf6921d7d75c8 SHA512 07a1012e4c4c12b3d757588e7edcbd3b89217941323fe64e81dea9f8df2311fe79610d251812775fc10cede67de94e433c598eb1d5ac3831a93c846301fd8b62
EBUILD pyrisco-0.5.7.ebuild 645 BLAKE2B 6507f54792762b92062c309f2c8cd9006dc9d9b419d4a25b51490a8339575552e1617bd4ae4f647a7cd7f50c34bf427faecfa5724fe340a55b2fabc2eefd938a SHA512 bc945fabe576cb09e317634d5758c3423240c603ac8601215ba347edb1cd6f4f2f04472ba642d335174a5be6cff9ff1b3b0f909f0728ecf21f1719525392852f
EBUILD pyrisco-0.5.8.ebuild 645 BLAKE2B 6507f54792762b92062c309f2c8cd9006dc9d9b419d4a25b51490a8339575552e1617bd4ae4f647a7cd7f50c34bf427faecfa5724fe340a55b2fabc2eefd938a SHA512 bc945fabe576cb09e317634d5758c3423240c603ac8601215ba347edb1cd6f4f2f04472ba642d335174a5be6cff9ff1b3b0f909f0728ecf21f1719525392852f
EBUILD pyrisco-0.5.10.ebuild 604 BLAKE2B db9c7d528c438e486f289a859ebc8ac06a682d72a701a1800b413b80bbcce3dd7b49b53f62650779c5bf895c8f8439328e7fadffbbf915b0e2d741d29f2e2681 SHA512 b51252a1b85d1e43ae7942aca64576f408efd1d4677159572f8bce76647cdebb62f5ff88123c35aca32806c53226b7f02e19e37086205d6e6f2b4ebf39c62a5a
EBUILD pyrisco-0.5.7.ebuild 645 BLAKE2B ba2b25f9ad93f44d9c9da41e0a2e7450eb3897624c81392337b5610e09c25c22ed337e82d617ec57ead08225105452137fc24b5069eb38d29d66610d30f6b034 SHA512 1f596b978c904f8f4f30a420e5a25cabbd40cb54241dccf5599cfef2347b1c683e5526974e5b6605f1a28dfa4da80711ac8ce019c299110d5f97e5c03e22123e
EBUILD pyrisco-0.5.8.ebuild 645 BLAKE2B ba2b25f9ad93f44d9c9da41e0a2e7450eb3897624c81392337b5610e09c25c22ed337e82d617ec57ead08225105452137fc24b5069eb38d29d66610d30f6b034 SHA512 1f596b978c904f8f4f30a420e5a25cabbd40cb54241dccf5599cfef2347b1c683e5526974e5b6605f1a28dfa4da80711ac8ce019c299110d5f97e5c03e22123e
MISC metadata.xml 505 BLAKE2B 1ebff0f8ced158a1cfc9c88fe66c6671cd2331b3c34e0b87db2ad28af99cb2e927e9679b30cff3b1bf0bbad49e971d632fa1774640b39b8ed9c10d2b6c071d1f SHA512 18474295818478798ea28697bfd88eb232ac7170bdf3a96c4cbc70df66bff610240199103452362070244a4dd03b6748e57b7d8c34856c5755174e9249e0a475

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A python library to communicate with Risco Cloud."
HOMEPAGE="https://github.com/OnFreund/PyRisco https://pypi.org/project/pyrisco/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi