dev-python/phx-filters: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 18:47:11 +02:00 committed by Andreas Billmeier
parent e5ec8b5a3b
commit 79e7194292
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST phx-filters-2.0.2.tar.gz 59916 BLAKE2B 2761669e8b18df1f8af2199faf6514d6607913d584acb6f3a5c5498490301eac72e8d264686e52db0be7eb1255a3973f860c9a8f637a3ecde811017c32ad6c5f SHA512 0a00dfa64f0b4907ff919e1fcc08ff52e9b97d82e2406092cc26bc761f521f7fc4b8d6461cab896d82077d6b732ab2a39424194b2fa00b2c3e86bba130adc6c6
EBUILD phx-filters-2.0.2.ebuild 783 BLAKE2B 01fc784daa7eccf6b2a87bd118b2f31ae1c8502aa70f6475273d59ed6b1885d9327c5061a70349b04193ae1677be8b3e9a345b5d40a39392024f6bc13c79b2ed SHA512 ea54b425a8cc361684f06ad4ffedfa9b4988e592f7ddde8312139e9b5304d0bfc207f03fc03cf014f2fcaa720ff77097e019212a2d65f80000ff28ff9f4af1dd
EBUILD phx-filters-2.0.2.ebuild 788 BLAKE2B 264d3a18118f99243c4d75550f7b1d738a8a687f347fc6ec42d3abeec42498dbd28878f2024e3915191b0da66650ef1a0f0d266106a956316cd5c12b8bd0565a SHA512 4abbf0b5fc2546b460ea4bd4e6df40d8a776fa79afdf31788e301b18a49cbcd1f06ec3380267e63c5094fae0048f514f932d1077a909fafb00cc34bee7ffe95c
MISC metadata.xml 447 BLAKE2B 841ad397c245a4ba65d1c72792e408fbcc4c191c1d35d3e7d5f9ed9cb2072851c8a952cc2d2e5d067b30bc713b94810716daff31a8558c452cb4fee459f7b0c7 SHA512 b47ad29025a04e243455d20fecab40560ad64fc673d70794a2be8a21fc2be6bcb5d5e7ffa6bea8cc6505e00aa185621e94431add28962b06b9ebefcc56f72606

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="Validation and data pipelines made easy!"
HOMEPAGE="https://filters.readthedocs.io/ https://pypi.org/project/phx-filters/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"