dev-python/subarulink: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 21:03:44 +02:00
parent 908af767c5
commit addd4dc9e7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 3 additions and 71 deletions

View File

@ -1,7 +1,3 @@
DIST subarulink-0.7.6.tar.gz 46863 BLAKE2B f673f57149c4028c749f5f362fae353cfa9353990dc561606a7ca124b0c831e81cff15111cad7647d91f4414adcaf8af69faf7871e290b52e320e16c768edd18 SHA512 bf41a92e2d643ec6f38434c1dd73a4e5b0d1e909d7ecef1dcaeee043c3d5c282c8df0793632c1ac80d2549aaf31436bd8ee591efb84e00337f4dc0f238506999
DIST subarulink-0.7.8.tar.gz 46959 BLAKE2B 902ca8413d50198fb4dcd5ce9ed7883b794171f158d2aa5d82c0f1305f320207bc25e1af7b6d81daf0f56fce302da51f7dabf4f1becf9f21b055b85d8c315d1d SHA512 ad36976e4768def76b4af858fe8ea8a1ebc14ad2f6542cfbcb7b21d007e43522b7bd2678bd80ccb4ad2871aa00bcead98e62ce7be0b594140c5d7e5e7312fc2f
DIST subarulink-0.7.9.tar.gz 47053 BLAKE2B a3dd9963778864f1d8a22594cf3c9ce730a9029e1374dd14b854eb17b5c96ce0bc8238a229a392697b4ceafe71ec376f423168fb90270c9ff7ccffc093eb1f1e SHA512 399c653dde49f680379917eb586db288655c14832355830a2aa1a2bd51879343f8e4edaa80a047bbe05abc9271044c719f7e1c661c02822d0d6a239e80b3faad
EBUILD subarulink-0.7.6.ebuild 713 BLAKE2B 1497f1f8c2d3a2531b03fc51575347056035419bf3e77b8afe30389feab35500e9cc8a6feb405eec3fee568a1673b14380452359ac423d21e6f42adef15b8850 SHA512 dadce0071251baa3358fb1e88ae412c840fb6024a2851ad0ac71b11e9b9dfc0c61f78cad1f42feb71ee211a635b8c5107f8d0df4b9759add76d780fa92c9fddb
EBUILD subarulink-0.7.8.ebuild 713 BLAKE2B 1497f1f8c2d3a2531b03fc51575347056035419bf3e77b8afe30389feab35500e9cc8a6feb405eec3fee568a1673b14380452359ac423d21e6f42adef15b8850 SHA512 dadce0071251baa3358fb1e88ae412c840fb6024a2851ad0ac71b11e9b9dfc0c61f78cad1f42feb71ee211a635b8c5107f8d0df4b9759add76d780fa92c9fddb
EBUILD subarulink-0.7.9.ebuild 713 BLAKE2B 1497f1f8c2d3a2531b03fc51575347056035419bf3e77b8afe30389feab35500e9cc8a6feb405eec3fee568a1673b14380452359ac423d21e6f42adef15b8850 SHA512 dadce0071251baa3358fb1e88ae412c840fb6024a2851ad0ac71b11e9b9dfc0c61f78cad1f42feb71ee211a635b8c5107f8d0df4b9759add76d780fa92c9fddb
EBUILD subarulink-0.7.9.ebuild 713 BLAKE2B c4f1f8eb9032797235416c96901615dec1ae0880360a0e7e90202308ddded831773b89d31956ef208d4e6cbe7d9f229e659253858082d74194375ec7d216fbdd SHA512 acdd62565beb8656999f554b922a88599c95c9525130a9b8d71acf080144a78e795abe2249f7ada8863d312fc7d3d8afdcd01b63fa562c55be59fe7c582da376
MISC metadata.xml 387 BLAKE2B 528b17f4180c8e4dd6f68d35dbe48a7e2a47f7997ec1353f08b14e27f28a7611b4bdb8e35394ab3dec88ab0b8bf39d49d4e94f108d4a3c00b809eb134d56e482 SHA512 fd20c017bed9f1ffdb17ca77c07ea8f49d8c24fac5d490b651a8a78b19dfb636b25099dc4058879fdfec75badc26cca62349b96c16e7d55917d285ca4898d132

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A package for interacting with Subaru Starlink Remote Services API."
HOMEPAGE="https://github.com/G-Two/subarulink https://pypi.org/project/subarulink/"
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}]
dev-python/stdiomask[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,32 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A package for interacting with Subaru Starlink Remote Services API."
HOMEPAGE="https://github.com/G-Two/subarulink https://pypi.org/project/subarulink/"
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}]
dev-python/stdiomask[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
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