dev-python/nextdns: drop olds

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-12 18:10:50 +02:00
parent b10b934f0b
commit d4289d1296
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 3 additions and 73 deletions

View File

@ -1,7 +1,3 @@
DIST nextdns-1.4.0.tar.gz 17684 BLAKE2B 7915b5967aa956159850d6a11873a5a60ecfa77379757e4ce29c5335d0f13430bb3a72b1f81914484719bc4ee7185c0c12b2a506200e9c57de3fa43f54f8f317 SHA512 40e2ed97abc3ff0169ad5a4f4c39813867351e3df7a4415278f55d1d78baff121613df640d4e3d76aff43b6f50b1a1703830adfe0243171f85ba584fecf51c18
DIST nextdns-2.0.0.tar.gz 17797 BLAKE2B 403e9cc2dce74bc1166b4fc17a560d760d4b0cb3225e95087a4dd89ff7618198fd962197b0d2b7bedcc918f8342416208458cd8719afe2eb057702aacbec2cce SHA512 d922eca7f803fbead649ef95ffaa7480b403a3d38fb4e9cba97a0b19c46aa89e07753d155b4fe410949304f536761e59e01875443e2e344a3356235cc54324da
DIST nextdns-2.1.0.tar.gz 20501 BLAKE2B d4aa137dfe5208c1a57da901a561b5fe907e64d27208626c3e9df94657db1504a8de43819fc2b8536b9379a1813ff7b25888c163ba0ad5fd45f7cffdecbf0ee2 SHA512 796d6b4a81d21e451016bda885c7632f8ad4f26e55b972686ceb007b0a12ce2c92998f64f3f044060d72275ec1c4c34803d75963853c066e0f5358d72198ed15
EBUILD nextdns-1.4.0.ebuild 721 BLAKE2B ff268b1fe305cd58c0c62fea1c8cc12c85ff881558acb17b6ec04b400844eb1d278d00027994b9c3584d55ffd34d1f8caab11c6adab1b2f5e760d8c36f36a539 SHA512 38a232e5e0bf2013edbe1e09f7acefa0ad3f9260d96c1c56c2cd19456774b02bbeb1d4cafa41bddd91a6f457451d2d9e9040307e60b644de95a2c31742580b47
EBUILD nextdns-2.0.0.ebuild 849 BLAKE2B cde4ddecd5330c55d6fedb20575f401e7ac5821a9d819ddf8c95724602f363f8545db08569a4132cfe8e2a39fae01692a2f7d4839398517e19ace0baf108f2e1 SHA512 3fd52c37a843c407ec8386bf37192909d3c7131fb0ed5ae2bfdcd86423a8416bf2db13b3fd2344115c406ea7d74c01da881a6b898c6c82331bb36e6dc619e95a
EBUILD nextdns-2.1.0.ebuild 729 BLAKE2B c74e8ceeb2f3094d8cd5a548cfd8b69e85dea8fadfb80cde99482819fae2c78584aca19169d03eebb65b6120d91bd4f2d0a7562f2b6e859b601980505654a94e SHA512 9a8c89aff79f6664bc19aa150b69730782d95ed9682ecd1f846ddfb987af924e5b70eb7296089e851d524a66cc471532247512053647849082417705a8a4bcea
EBUILD nextdns-2.1.0.ebuild 729 BLAKE2B 0cf507fb4761de2c8254887941dd44d23f3b69ae87ac26336aced1fe8d874cb4cb92cf18908e25fd7e4af045182b9511618531168bcb60f6f6c89cf8b86e95cd SHA512 483c6376268c2d7604901885c71a3085cc65b88583d2dc0ec501128bf0f351ff0764246955fc9f2f1d31dfe22d560683a773352768d37d24ea1dc6b4bd4ac47a
MISC metadata.xml 382 BLAKE2B ae7f62b2b5d57ee678248d995054ff3b7f3dcf4b62e4ead06fd426933df83b78b92bc98f23b8ca28e8c75d98a63310282705dd2f8a617e4734d5c99b3bb870ff SHA512 730ee22b5adbc0ac69b9a254ec4dfacb46e8c26136337555f451863aaa500102fbde3ba81f7550eb8a438657c1c1a35eafb8adc5b7ef857e8e5cb91d14e61173

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="Python wrapper for NextDNS API."
HOMEPAGE="https://github.com/bieniu/nextdns https://pypi.org/project/nextdns/"
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="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aioresponses[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@ -1,34 +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="Python wrapper for NextDNS API."
HOMEPAGE="https://github.com/bieniu/nextdns https://pypi.org/project/nextdns/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="
$(python_gen_cond_dep '>=dev-python/aiohttp-3.9.0[${PYTHON_USEDEP}]' python3_12)
$(python_gen_cond_dep '>=dev-python/aiohttp-3.8.0[${PYTHON_USEDEP}]' python3_11)"
BDEPEND="
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/aioresponses[${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
DESCRIPTION="Python wrapper for NextDNS API."