diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-11 00:22:58 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-11 00:22:58 -0400 |
commit | 43e13d6864888cb7fcd6697ebd49df5e1c37041c (patch) | |
tree | f23e8381b9f6561b9f8670844901cc49610f966b /dev-python | |
parent | 3238d95f44fe3d03bb4813e54a8729cb3830f329 (diff) | |
download | ebuilds-43e13d6864888cb7fcd6697ebd49df5e1c37041c.tar.gz |
add new ebuild types-pygments-2.19.0_p20250809.ebuild
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/types-pygments/Manifest | 1 | ||||
-rw-r--r-- | dev-python/types-pygments/types-pygments-2.19.0_p20250809.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/types-pygments/Manifest b/dev-python/types-pygments/Manifest new file mode 100644 index 0000000..4f13f3b --- /dev/null +++ b/dev-python/types-pygments/Manifest @@ -0,0 +1 @@ +DIST types-pygments-2.19.0_p20250809.tar.gz 18454 BLAKE2B 0e48b1c05396e457d5ad1464b48c91d29cded97c39a72f8d139397d5282546351365d80422937540d2bf3082a10a1f29607f9537bff24492706cdb66c22b8b1a SHA512 af06a8671aab38d633ef7f172904c5a32670d1da6765a74d76a25abf051eb3a787508cac5209c38707a3c54249ba426fc6d74c70ae31a54b823daf2aa1250d42 diff --git a/dev-python/types-pygments/types-pygments-2.19.0_p20250809.ebuild b/dev-python/types-pygments/types-pygments-2.19.0_p20250809.ebuild new file mode 100644 index 0000000..2e86603 --- /dev/null +++ b/dev-python/types-pygments/types-pygments-2.19.0_p20250809.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Typing stubs for psutil" +HOMEPAGE="https://pypi.org/project/types-psutil/" +SRC_URI="https://files.pythonhosted.org/packages/51/1b/a6317763a8f2de01c425644273e5fbe3145d648a081f3bad590b3c34e000/types_pygments-2.19.0.20250809.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/types_pygments-$(ver_cut 1-3).$(ver_cut 5)" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |