From 1c29204a4390e43ba22fba9b5d112b3ed2b4f5d7 Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 11 Jun 2023 12:50:03 +0200 Subject: [PATCH] dev-python/geocachingapi: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/geocachingapi/Manifest | 2 +- dev-python/geocachingapi/geocachingapi-0.2.1.ebuild | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/geocachingapi/Manifest b/dev-python/geocachingapi/Manifest index b6fc7ea96..9892f720f 100644 --- a/dev-python/geocachingapi/Manifest +++ b/dev-python/geocachingapi/Manifest @@ -1,3 +1,3 @@ DIST geocachingapi-0.2.1.tar.gz 7760 BLAKE2B 4820ba79fd4bddfe45d50e177bcb648278fcf7a2729446a40ee2bc9610edb4cd9bdefccae91eecfa35a578ff8ed5d1706cd1bca923d08071d02d0e3833d4f111 SHA512 3c1f34289d411ba46a78cf3392bbd883d82fc5ab47fa155ef4923bd7ff67030160deb087f29d3ff9c15c12698be173b81c18ee898f4686636a81d7e7b118fc89 -EBUILD geocachingapi-0.2.1.ebuild 807 BLAKE2B 580ea41cf292c52d37e3dc7f0c310c4e5ec75c9a412c4a3ea2f2b03f96d3ca188590fa24bf36aae90b26a3b3e957b90c94ed9d9eed952d77aee135421455d395 SHA512 6a04bbd69559c4240fb73d8b81f1ac2534b6f3cae5e0d51480f259539576927c87213f1445d9a20054c72619342124ceb5dae6649c4221838a7eb1afb05c7901 +EBUILD geocachingapi-0.2.1.ebuild 752 BLAKE2B d515541d3fa6b1da0a17a8ed0d5fc47429f2a2140145047b4b22151404753fba7b6050f2cf1aef96ab7079fdc4c8d36980cdd6d2b548b99ce4af2e390fe8b418 SHA512 f55af0fab5ce4df8da2a75cc36b7cabfdfc3f78c2810f850bc744a0654563ead0a92e62780cb82e7225a6d573523f43656e7d75e9c970985184d76858106f72f MISC metadata.xml 534 BLAKE2B 50daa0d0616d33b9c27c5b7877f61f06b80a9a2016df490a5bbcc4ec56efc50cf9fd5a8648d984e8178fc10644e3447f062c9c4629daa20665c24ad867e9a149 SHA512 d71260c9158930d827790455cd94f4df708ccec82b0809d0ac3cabbe498a574f63e778cf5273b67fbf9f7377cdf71d79a5475379cdf31489b84e9c816f99cc07 diff --git a/dev-python/geocachingapi/geocachingapi-0.2.1.ebuild b/dev-python/geocachingapi/geocachingapi-0.2.1.ebuild index f110adfe0..39f7a4b0d 100644 --- a/dev-python/geocachingapi/geocachingapi-0.2.1.ebuild +++ b/dev-python/geocachingapi/geocachingapi-0.2.1.ebuild @@ -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="Python client for controlling the Geocaching API" HOMEPAGE="https://github.com/Sholofly/geocachingapi-python https://pypi.org/project/geocachingapi/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -23,7 +22,6 @@ RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}] >=dev-python/backoff-1.9.0[${PYTHON_USEDEP}] dev-python/yarl[${PYTHON_USEDEP}]" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"