dev-python/PyEssent: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-09 18:32:40 +02:00
committed by Andreas Billmeier
parent 498fa9f9e8
commit e8c1729d5f
2 changed files with 6 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST PyEssent-0.14.tar.gz 2994 BLAKE2B 32a5f09a7f406e408d758f8f4f8d53dd75d54e27cb43891ca5dac5440496f2fefc615a57f021f39c3e92f0617966e0aec866f45c14efde2b07980c1d2fcf18cf SHA512 4b891a8efb878423515463210f3de83c235d10b4dbc90ff659ac9ad3ea7896f9b50d7b6800258b9fcb6d787dc477be31c20f47e17a32a0cc9d6999dce16982f2
EBUILD PyEssent-0.14.ebuild 778 BLAKE2B 6dcbb32f4c63e349204e8c1640fc700b06d0ef4246501c0f07c0ec0dbce5e2fa1e142805368b98b25e6ae69b6f5c6f0e61045b4d33ba3c9cdeb57d10c27158ff SHA512 2eb9a1143aa94754898968007156ed418348002c4a2c6a4913ad05eda442d00a2f3d687b161dfcbfa17e66a4f002960e4f2dcd71d6228daec6b27854a3232c90
EBUILD PyEssent-0.14.ebuild 783 BLAKE2B 9739d6376484d52b125e5f285cd9e6a4d3d8a232fec3b9006a5e1fa6a5aac2c6dd4b4f12a3106af24d2e7361658ed6b7c66e737bc6916a9fefe318492b45b825 SHA512 35621d19e6f1636c175af908c7394aa0b71aff3ca2e51af31cf42cc73f1777ef15ff88553382d94fde120368c85beb9b8164451a04677326cdc1889a1fdaf22e
MISC metadata.xml 520 BLAKE2B bdee4dfc6d6ee34f6e13669b8f7feb2d0fa1be84f9cfed223c5b61b53ed742fdce07ab99aba12f045381a8e8cd61d9dc62ea89dd1c59c872d4c50eb48f248741 SHA512 7e406299ac88476d7d82ce6cc37b26fc92110e90b3ce3ee6d01fb2b63b62505db7831c1cc449e40f2d4ab7ff2bbca3db75190a827aa7b28baa30d31a13845df0

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 wrapper around Essent's API"
HOMEPAGE="https://github.com/TheLastProject/PyEssent https://pypi.org/project/PyEssent/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"