Diff trurl-0.5 with a trurl-0.7
/usr/portage/net-misc/trurl/trurl-0.7.ebuild 2023-10-09 14:52:34.712368482 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
6 |
PYTHON_COMPAT=( python3_{10..12} ) |
|
7 | 7 |
inherit toolchain-funcs python-any-r1 |
8 | 8 | |
9 | 9 |
DESCRIPTION="Command line tool for URL parsing and manipulation" |
... | ... | |
30 | 30 |
BDEPEND="test? ( ${PYTHON_DEPS} )" |
31 | 31 | |
32 | 32 |
PATCHES=( |
33 |
"${FILESDIR}"/${PN}-0.5-fix-makefile.patch |
|
33 |
"${FILESDIR}"/${PN}-0.7-fix-makefile.patch |
|
34 | 34 |
) |
35 | 35 | |
36 | 36 |
pkg_setup() { |