Diff queue-repair-0.9.0-r2 with a queue-repair-0.9.0-r3
| /usr/portage/net-mail/queue-repair/queue-repair-0.9.0-r3.ebuild 2025-07-29 16:22:17.272467493 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 5 | ||
| 6 |
PYTHON_COMPAT=( python3_{10..12} )
|
|
| 4 |
EAPI=8 |
|
| 7 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{11..13} )
|
|
| 8 | 7 |
inherit python-single-r1 |
| 9 | 8 | |
| 10 | 9 |
DESCRIPTION="Toolkit for dealing with the qmail queue directory structure" |
| ... | ... | |
| 22 | 21 | |
| 23 | 22 |
DOCS=( BLURB TODO CHANGELOG ) |
| 24 | 23 | |
| 25 |
src_prepare() {
|
|
| 26 |
eapply_user |
|
| 27 | ||
| 28 |
2to3 -n -w --no-diffs queue_repair.py || die |
|
| 29 |
} |
|
| 24 |
PATCHES=( |
|
| 25 |
"${FILESDIR}"/queue-repair-0.9.0-python3.patch
|
|
| 26 |
) |
|
| 30 | 27 | |
| 31 | 28 |
src_install() {
|
| 32 | 29 |
python_newscript queue_repair.py queue-repair.py |