dev-python/PyUserInput: update SRC_URI

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

View File

@@ -1,3 +1,3 @@
DIST PyUserInput-0.1.11.tar.gz 28664 BLAKE2B 1f8009fac6ec017494afa4c8f624155cf8380e9817eca3f4954962f068fab30469a990cdebe3d6b07f92929442547a2539489289aac0bc3da482281f1f93917a SHA512 583c830e97838fbbe61256860957e9ac34e92d7da3d2517438790c6cb0901aa1292452376d6d4e16dedebc99e20f6564a6984d0e710b3aa564dd7dc3cc64ffd8
EBUILD PyUserInput-0.1.11.ebuild 731 BLAKE2B acddf992fd8e32fa8fbad8e96390a81c749f9805b3a30c4c3b06d6b2a039fa358dbc0e0382cb6c3cbee7497b4bba0e65024db427e743c54713c98b18606267db SHA512 a9759d1bff6b120e5017fcceac040080c464bd4a05f0daee7760570b1ba7e5fa81d89c3db1bc525d997e99ec527ccedb3b34bb770b30e8bf2628d81b72e7e99e
EBUILD PyUserInput-0.1.11.ebuild 736 BLAKE2B eb80808ab55ff9b0456186014e675873e759ec4c3d14c4dc526c1e5d62927b35b3fd6e886c2343b41a6eaeda9ec716a7034d6fb9bf9caca9945add8cf204d6dd SHA512 de69ce059956247851c41aff3aef7bafdda0978de26dc4ea9c27a0181ba77c3662bb3d28e9cbcddd32c7fb0d6a009a3180fd5993abd068081503cd624329fadd
MISC metadata.xml 598 BLAKE2B 2b402cffa5749e251fef77aa2cfb68a36adc9fe089657291d7f7eced3360f3e57611f9ae2595c3a84fa5ed1da433b741cf7f4cc505e8132af63b9cd0cd52fcec SHA512 63450c53e760819a8a79cb9d3c8a699400a412b1b0cf52b83bd5f22c5a61e8d1e2479a6d32798d5356cd9596f2ecfe6df44b42922d806ecd79abfab7031f0a9b

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, cross-platform module for mouse and keyboard control"
HOMEPAGE="https://github.com/PyUserInput/PyUserInput https://pypi.org/project/PyUserInput/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"