dev-python/python-picnic-api: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-02 21:52:49 +01:00 committed by Andreas Billmeier
parent 8f96ef6ee1
commit 886b4698a7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,3 @@
DIST python-picnic-api-1.1.0.tar.gz 9215 BLAKE2B ce898ea342007d190b7f722a0ff48febe6c2b31b3f75a3b390248db19ba35802d54fc8da8156df2ab6a6012c7037292ccb80f0c06b1526ce0ecc5433d94d2070 SHA512 04b2e454e5fff52996073054965fb0f358b5184d85339b53d264666cc88c756f12541ed35273ac442641326a469683fe422a3032584cbd1d1f78d7c1af8de382
EBUILD python-picnic-api-1.1.0.ebuild 734 BLAKE2B aeab84eb4a8e23f93f123fbd954479300fe021880e7f13d8e9733828ae4715d35daab8cda54c266b905ca7491c1472ec07fb17b2b6eb7c58cffccc1ffb958094 SHA512 739bf0f1cb4f93fc38b48c337c9dbe862f03f6d46d08a5f70559bf61ce040c65eae2084affbfb7cb2572bdb974090b779a7c6da7550c8f06fee66af99c23bae5
EBUILD python-picnic-api-1.1.0.ebuild 694 BLAKE2B 215a796cb5e6bf8cf139328610877abd85a1b90e30caaa963fd4c637081676adb63560d8908e483294e40aaa5497c8914fc02af6d0471eca53cf595c32a9196b SHA512 d99bcb058530f017401b9cafa15998b5fc184cb876913eee05a0b1a90d94eda53f19b81cf6f22f0b041d433d8cc37840cc1b66fa212d43aa21c56842d580faf5
MISC metadata.xml 529 BLAKE2B 72009c6a4dcb106a8f2684f00c949dab0ea199055ee3cd51e394fc98dc610eda2d1726746616ca87e94f0a78c85a6bc9ba164e4731687de42fdab0432865a822 SHA512 6c4c354b50e0bf358111364a5e18cb90659ff30a442146f1f161467a4787c404c59b2702577147eea4c0cb8f6fea22311839816047c5e2a994bbf8567898d191

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=poetry
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Unofficial Python wrapper for the Picnic API"
HOMEPAGE="https://github.com/MikeBrink/python-picnic-api https://pypi.org/project/python-picnic-api/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -21,7 +20,6 @@ DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.24.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"