Diff mod_wsgi-4.9.0 with a mod_wsgi-4.9.4-r1
/usr/portage/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild 2023-10-09 14:52:35.868368511 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
6 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
7 | 7 |
PYTHON_REQ_USE="threads(+)" |
8 | 8 | |
9 | 9 |
inherit apache-module python-single-r1 |
10 | 10 | |
11 | 11 |
DESCRIPTION="An Apache2 module for running Python WSGI applications" |
12 | 12 |
HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi" |
13 |
SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
|
13 |
SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" |
|
14 | 14 | |
15 | 15 |
LICENSE="Apache-2.0" |
16 | 16 |
SLOT="0" |
17 | 17 |
KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86" |
18 |
IUSE="" |
|
19 | 18 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}" |
20 | 19 | |
21 |
DEPEND="" |
|
22 | 20 |
RDEPEND="${PYTHON_DEPS}" |
23 | 21 | |
24 | 22 |
APACHE2_MOD_CONF="70_${PN}" |