dev-python/Pyrebase4: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-09 19:03:52 +02:00
committed by Andreas Billmeier
parent 4c48aab035
commit a52696627b
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST Pyrebase4-4.5.0.tar.gz 11478 BLAKE2B da251560a2c0f30c101c89460b0b557210210f881f51e4f6c5a008ec69ad638fbf90755f95bbb48db24345a0c337f2749b38a2fa35a2353287dfafe85d4a29ea SHA512 1dbd2f50ec89cbc91b4e40310b894ef7e9e36b9a1e620e6bcc618ea1da03224284318d39fca4976c30ae0f32e2262ebe57ccc0112adefe674aaf8c77af4e40b2
EBUILD Pyrebase4-4.5.0.ebuild 975 BLAKE2B 0862f52faed9ba83e02b3f2dc711b219c5d3aa8c0820b30f2057a4cf495fce0b2095893c69e6201ce14c9cbc24f13b98143356c46263d6170aeabb8083ce3aea SHA512 fedf53d8833e091ae898fb5a09a6470182a7638e157f8e25df3f554997bb4c9a18c3a9e67d7b6826868b4831d3689bdecc61a8f42a20d88434fe832c635a5b55
EBUILD Pyrebase4-4.5.0.ebuild 980 BLAKE2B f42d2294cf18457d6a327fb7725c283a3c7b212679e994a22e4f192a9d3c6bccaab5cf4569dfa7a2b7038b117bda76ab3154669da2df0bc2301e79dbb28cccab SHA512 0d2bf36ab8232dab54287b71f8d96b47bbd5fefe1546f09f5be71c366e92d01759dc2930cd849cf4cc1ff6ece16eb5452846fe31fa7e32b3ee6d3dc3782fcef1
MISC metadata.xml 388 BLAKE2B 53f5eeaaded77014bfcd113341496c99ee5f7b0a5b6c0c9145fc474f56fe4c59fdf4aa8891732bb685616c934ec57fc334ce971331453ef1775741a9836e041e SHA512 acafdf02d28e09a70f1ca1f587138e7c8c817cca65551905743dfcbd0551086bbb26ac2672cdb8352bf5f074dbf949c8bd3245ad5e9fed52485e09234ec721a0

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=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A simple python wrapper for the Firebase API with current deps"
HOMEPAGE="https://github.com/nhorvath/Pyrebase4 https://pypi.org/project/Pyrebase4/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"