Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev-python/argparse-dataclass/argparse-dataclass-2.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2025 Gentoo Foundation
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )

inherit pypi distutils-r1

Expand Down
4 changes: 2 additions & 2 deletions dev-python/dpath/dpath-2.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2025 Gentoo Foundation
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( python3_{11..14} )

inherit pypi distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/yte/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST yte-1.9.0.gh.tar.gz 16484 BLAKE2B 94210f4cadc75acf40bd0725fd6796119653f6a38e17d0d8fa2adb07b88aa7ce85efcaff99ab6d1a0e732bb9aa740709147d5d136a3bd75c60d5d858da118ae2 SHA512 7cda6e9b0125a4e5b11721da6cc5789f9938264208245f671774b35d6e34a085225239d40f4f7c87a17b976d0769f65ad7da838879d7c9c4cc5ddd2b800f73a4
DIST yte-1.9.4.gh.tar.gz 16878 BLAKE2B 991a4bbdd6d9baeac8268b20741c3c6c1087609fd0618aa4825fc3ded2505cc0c9779c40da4800aa8c10b0d45ad7178146e0897680c93d3e7bf25c414e52a643 SHA512 b05135218e6a130c7cd3e479b993c3a8ea81100ecbe6a07ddade54039a5a73347882efe0c35e1a7c63954e0d417434cc1bf7d018e71132270e7dc9eba9967382
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2025 Gentoo Foundation
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=uv-build
PYTHON_COMPAT=( python3_{11..13} )
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1

Expand Down
Loading