dev-python/pyhaversion: drop olds, change SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-07-11 20:49:57 +02:00
committed by Andreas Billmeier
parent 42dd846433
commit 57bf08505b
3 changed files with 5 additions and 40 deletions

View File

@@ -1,5 +1,3 @@
DIST pyhaversion-22.4.1.tar.gz 7368 BLAKE2B d2ab990380b72e81ea236699302905e0b5b678b5c52f2a7c2be96c508ac12245057f00ae1b48b75b9b0545f7658b8d084a92af60eb48f71bed6902be1ad54a05 SHA512 9f2cf58d0abee49ba18504b0878b53767ab8b4d432f607bad1e5eec5e7e56d5d7810d461b2f54fc4edb45e8cdff6693b43dbf1fcf3cd22bc5bfef2a4566348a1
DIST pyhaversion-22.8.0.tar.gz 7333 BLAKE2B 2b96ee91741852e6b9763f8de64a26994642fe2b1c3e6b1854d67f2f2580e23a826b1cdd21db379d0f870ad895d66e1d6fcb751562f8eff4607e11e74ee6a046 SHA512 f1a405d353101b9e019ed443387e2db3b3f4d70f9b5e0a5853b3ff3914fa2a9c4c969ca411be20cef8d5cffca62043349852d6295ac80770fc6c99292e802e94
EBUILD pyhaversion-22.4.1.ebuild 748 BLAKE2B 08fbc47ab4bc983bb71c5d3f74a03fd88ddef7f4ab2231dfc3dbb4ba2311ac81e0f86afcab022b3ca12837798d5e5ee6d4a221b1bfa26887c4cd7fa6679bdf89 SHA512 907f2e88236739adb3f6991db178a871b79ce16b897964cc7b0b553bd9e5ff994f0332f581cd65f40d4a52767a6efe3b231fb42d5a2aafeb7c691c296305d1f7
EBUILD pyhaversion-22.8.0.ebuild 779 BLAKE2B b6bfaedde33ad286621293a7d411710868ef0ab7530e3610bc3b5db0ff37aa6af89e69318ef9ab80dc7aeaeeb09513953ea9fa574ea1e5254ca9a100e39e2cbf SHA512 5b84025ad37dd0c8ec21955de2b22ec9a373fd075c72faa621b3649670910d8d789a3c58fcd18506bbdac9d21fae86ffe097c1115c7c8b55fc0d97ab72797f04
EBUILD pyhaversion-22.8.0.ebuild 765 BLAKE2B d81516c0362e7496525857336e9e8f9a2acdc0e30c670e37cf30c21b1c9c6661525e4d10cef072a10bb08810543dc35d45d4e433a90dacc2bef58cc5de77b30a SHA512 0bca701ed2665fb4bcdc0681fa91c3128f71672f4c1269aba810dc3abd110947b70f080619b5f96b077cd04775d02e373e1941d03f843b45c2011a2d9588670d
MISC metadata.xml 514 BLAKE2B bc0d94a2607c8d9b3dfcb4468f5a263dcc79b0d2b97c77ae88e4e9fe050ee550e57601e4991b83c75c85164928233eff95da220805a24ec28fc32dc828f12cf4 SHA512 f612ee288cae0f6437e27d6db8e608996ce1d92925c1654c07dee4e6197e683b037324116fb6018a61c2ed2fc8109bdbfacb7e63b6eae413a4419e0518b3415f

View File

@@ -1,32 +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} )
inherit distutils-r1
DESCRIPTION="Get the latest Home Assistant version from various sources."
HOMEPAGE="https://github.com/ludeeus/pyhaversion https://pypi.org/project/pyhaversion/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.6.1[${PYTHON_USEDEP}]
>=dev-python/awesomeversion-21.8.1[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}

View File

@@ -1,15 +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} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Get the latest Home Assistant version from various sources."
HOMEPAGE="https://github.com/ludeeus/pyhaversion https://pypi.org/project/pyhaversion/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"