dev-python/pyprusalink: change SRC_URI, drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-11-01 23:16:09 +01:00
committed by Andreas Billmeier
parent 16f73d7ae7
commit b6d4022c7f
5 changed files with 8 additions and 46 deletions

View File

@@ -1,5 +1,3 @@
DIST pyprusalink-1.0.1.tar.gz 6697 BLAKE2B aaf3238b277459867119e0942cc68f2c51386e05c869dfecbf8c990d46407da474286981950b01e36983495552b901cd2d31aa5522bdc77178f2a2b9c458ab2d SHA512 7d9edaf9b624a3b87d9c4e108f46d1c06f0eff2b3df80cd1d90e290fd56c98516a740f806f64fd8fdfd6daa7a633eb583be9cc8e9fd8434680359a5bae830f92
DIST pyprusalink-1.1.0.tar.gz 6851 BLAKE2B 828037575450ff7a76c22497efd3090b2ee8de68d377a58392c050b942b506db7486c8bc5d41e6fa79847fbad1341ae6d6aa692959dfc45695595175b95821da SHA512 ad71c2b57dabcb25abc70c602d1c1cd03560ff268a4aa1d838775792392789467eefdbdcd902635a8ffa034ccebeaa5c138f0a34313d93ef7644514ccfe9502d
EBUILD pyprusalink-1.0.1.ebuild 755 BLAKE2B e15e3ecf09bff6f440f40d33bcff662106267bd4383cd4b17dd1ae961ae301eb1f17cde87605419a13f9945444a3798534af8ab6ca834836a6dde076707238d6 SHA512 5295bd294b96c4e24cd77466ace559523dc214492de57b00e2d0bb17d04412db50bea5456fdc06a57e39a5a64b2c50f6597b10bb0120a3020ff3927c19ac6a8b
EBUILD pyprusalink-1.1.0.ebuild 746 BLAKE2B bae180f48233f6ca7c8e39318c566acc6e31f51bd7f5f4c13760cd50b294e930f6af69960d040535f3858a8e7e83b7e64780c670b66f60fcae279cdb9d35e939 SHA512 92219c85b16bd26b890dbdf28a1445412d3a7116fbdbfe0f17761cc59492c68fc6cd6fd69ba4c4db1c1cf8da0ea4e9dc0cb8a1b165e69e39ce66e95862960385
MISC metadata.xml 473 BLAKE2B 92b2a4d11066adf22106b8405444d73c2021a5d61e173edc5e8a9146c4c72cc0936db7c552eda88da2e7d24222b7e990ed4ee228240ff40994c3dcbc9da41f3f SHA512 e3404d615a0cd3ea45ce0dd74569c3598d17e0842975f5eeb6a4091f46264dc4b87ceb7b2bb535fbf27c2d2158aee035b36f417e6192220b95e87a499d995e3c
EBUILD pyprusalink-1.1.0.ebuild 659 BLAKE2B ff05ebd05ef28d18f0cff7a9d94fa49c24e577bba0ec7b44369382de7334c915220443035e9f13e5b2e60dcab74063a9b65cd260afc7d62862cd92632be09ffc SHA512 6b20a69f097909e946988bfb31fd3b1fe5dd0e3bcf5264a4c0b4e71568efb03bd5664e01f34b2cb54af086330b3c19c168d59b2a0e737847eb07a6f927b188dd
MISC metadata.xml 546 BLAKE2B 5888d84af0abb86be39c36c55c33e11a336277d8d5b407d62a7d26967b9cace362c3e4f2fbcf7f73651023484b3a383239872a9ec845514ed691c179779dd7c4 SHA512 316318153eae5232ad35ecb671647d32c7d0349e38c3f55c4db04640ffdfc0744f149f7ad313b6782c2970dbf23c97c482c8118c72d2bbced7c89ed571240e0b

View File

@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">pyprusalink</remote-id>
<remote-id type="github">home-assistant-libs/pyprusalink</remote-id>
<maintainer status="unknown">
<name>The Home Assistant Authors</name>
<email>hello@home-assistant.io</email>

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="Library to interact with PrusaLink v2"
HOMEPAGE="https://github.nowall.world/home-assistant-libs/pyprusalink https://pypi.org/project/pyprusalink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,16 +1,14 @@
# 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} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Library to interact with PrusaLink v2"
HOMEPAGE="https://github.com/home-assistant-libs/pyprusalink https://pypi.org/project/pyprusalink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"