dev-python/pyrituals: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-11-01 23:18:04 +01:00 committed by Andreas Billmeier
parent b6d4022c7f
commit 746700f7b0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 3 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST pyrituals-0.0.6.tar.gz 17111 BLAKE2B 5eb6d4eb283435a844648abc9aaeaf3b06fc5d42203d29f09757c575b6725026fc0451fd352de70f6b07ca7bd1efbbbf03e5a5633a77c20cd15b78ab8546a7f3 SHA512 e80a0d616603066ef38a813132c8fea2393b9a9e3567c1bce1116fc563c302fa8bd241176659bf20781a2fd965ee875a3d92e3cd3e8e20bd8261ca7f67b7f6ed
EBUILD pyrituals-0.0.6-r1.ebuild 743 BLAKE2B 3afeb156c836694f89adee2b38529b8773cf3d9c1d643be99cfa9611dedaf5762f884dcdaa957434271ddb81abfa58350d10431a1573d704ef0e7acd806aee2d SHA512 d88d5f7404a6ae4ca271f33c80132cd79b0af4a97bd1ec84b46465a72a2b484eb9d4d06574c8bbdb877f25cac13ca6314792b03f3920142907addf3b02315d59
EBUILD pyrituals-0.0.6-r1.ebuild 655 BLAKE2B e1425ab38c2eb660f1250cb5626b6ce4a021c9284a416b300a31f952595521e847ae8615c70b97a3cada620118e704cf76b852690547bed98ca4d5c88126de32 SHA512 3741ef5d9cf314218300e103b249c2c62c146282de9893f257a7c4bf4aa3b05863f00e82b82894627a150a0542d82d7889951cd1039710523019837a3b4b5276
MISC metadata.xml 520 BLAKE2B a54122e6c490cd2f7d23ae99b294446244473e0bfea904087707e6d99538cc8e0b2f73764e7d7a9e98b2fd6f5a36485466c078ee2d7406f61de40e4835f74a2c SHA512 d01982276d67aac31166f74975505945b776dc88f337f3e881d97cb85963adbc61a9d530e33bc1d7fc75220e8e13773c8c93a78a4ef832a48b0fc752974c3a45

View File

@ -1,16 +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} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
inherit distutils-r1 pypi
DESCRIPTION="Async Python wrapper for the Rituals Perfume Genie API"
HOMEPAGE="https://github.com/milanmeu/pyrituals https://pypi.org/project/pyrituals/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -22,7 +20,6 @@ DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"