dev-python/bring-api: delete Crap

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-04-09 19:34:11 +02:00
parent a5d3eb1a26
commit 46ac8b35b0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 0 additions and 23 deletions

View File

@ -3,4 +3,3 @@ DIST bring-api-0.5.7.tar.gz 65197 BLAKE2B 484ba7ccaa1e0d58e9be12bc97fa5cf026bf59
EBUILD bring-api-0.5.6.ebuild 577 BLAKE2B f954182871bad3a0e6fb3854b7f9def1266be44d5efc59429f8cb5f8de9738f0193e4c93e53faa44fb0fde8e9d6f7c7ada53abdca72468059c9ab339aedcbf7b SHA512 c4de4852d763c2e443a5a8812e2bb4ea97a0dd3d99fa38e882d1b55e76484fe99f19e58532a0420a16ac5ca2904d6651dc6d0335d1f99bc9f630936cbc66cd70
EBUILD bring-api-0.5.7.ebuild 577 BLAKE2B f954182871bad3a0e6fb3854b7f9def1266be44d5efc59429f8cb5f8de9738f0193e4c93e53faa44fb0fde8e9d6f7c7ada53abdca72468059c9ab339aedcbf7b SHA512 c4de4852d763c2e443a5a8812e2bb4ea97a0dd3d99fa38e882d1b55e76484fe99f19e58532a0420a16ac5ca2904d6651dc6d0335d1f99bc9f630936cbc66cd70
MISC metadata.xml 530 BLAKE2B 8a352f417a5320e07a476b2a19bd1d8d3f9b9782da4200e4db00edc1e393c946c3f44fc23537dfb34c06c5e0e198f80c5bccfc0a22b8754c0641308336a34928 SHA512 c223d5742ac038247c87aa8f8ed2387d195571d8d6cd5937c76c9965b69a62da612b8e5a5bf120554da149fc20590adece41a316790d196bbad246bc3937cf3d
MISC x 594 BLAKE2B fdbbd32c828dfe9734628d4cca9aa617de3b8525bae7e2efb6f05cf2c83fe43acd96d0c4229db16ef5d5c00c080a170a1be3040d249843be5b064ed22aef083b SHA512 bca8290ded0f6aef6a53d8e2fc58d6419701f129b3660ff86d9bb3297666d5d3afedf7b23a565099ab6416f6e719a46a7bd41dcbb45482edcc695ebfecfbd501

View File

@ -1,22 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Unofficial python package to access Bring! shopping lists API."
HOMEPAGE="https://github.com/blue1stone/python-bring-api https://pypi.org/project/python-bring-api/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
distutils_enable_tests pytest