bump mod_wsgi to 5.0.2, hoping for python 3.13 compatibility
authorgabriel
Sat, 03 May 2025 11:50:59 +0100
changeset 54 d907d3b3d677
parent 53 6822edb5568a
child 55 3ff09a7823ce
bump mod_wsgi to 5.0.2, hoping for python 3.13 compatibility
www-apache/mod_wsgi/Manifest
www-apache/mod_wsgi/mod_wsgi-5.0.0-r1.ebuild
www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild
--- a/www-apache/mod_wsgi/Manifest	Sat May 03 11:17:06 2025 +0100
+++ b/www-apache/mod_wsgi/Manifest	Sat May 03 11:50:59 2025 +0100
@@ -1,2 +1,2 @@
-DIST mod_wsgi-5.0.0.gh.tar.gz 707590 BLAKE2B 14dd43849c0f9d1e67eece9a87acc3573cbb38f8d6338551b22ba33ebd8b6f6e1371e97c7c5d3f1b15cb10e2ae9990eff7f4c6af62fb9236bcc78b35aad4a8db SHA512 3ecc3ad2fd05164929915541be61201db8d35d1e27183ce26c67583b836bb404bd10c88a2ada94714a14140a7f885eb67256cf02bf47aa0dbd81aecd0894a984
-EBUILD mod_wsgi-5.0.0-r1.ebuild 1093 BLAKE2B e23840f8ed3cea7181a62998cb4211dd320faa7ac3925262d310ed07918cd69cb31b64558025a1eaf58ce70e6ee343c21e64bb5212066589cefe271bb21b970c SHA512 2f0abca8f551b5a8d542fb2f37afcb8800a019bac9736c4787fc7a7c309a5570bd892b52fa618356ed1b00779eecdc15835d39491cd3ec56677f20f0eea85a51
+DIST mod_wsgi-5.0.2.gh.tar.gz 710243 BLAKE2B ab52fcc661932af4e47398fea2a3d102cc7250e55381154376afe57c828259e41d698a9421adea796f58fa5063aadb05c7d3b6c263e55820784709ada28dde28 SHA512 ecb8aa86ca24a72b7cf72a5994e515c1bef9683f2217acab470272c5ea1e277eb4def44a4e65534fcf7ea1068df98b7bd7566a35c4243c44a5f502d984c7b110
+EBUILD mod_wsgi-5.0.2.ebuild 1093 BLAKE2B e23840f8ed3cea7181a62998cb4211dd320faa7ac3925262d310ed07918cd69cb31b64558025a1eaf58ce70e6ee343c21e64bb5212066589cefe271bb21b970c SHA512 2f0abca8f551b5a8d542fb2f37afcb8800a019bac9736c4787fc7a7c309a5570bd892b52fa618356ed1b00779eecdc15835d39491cd3ec56677f20f0eea85a51
--- a/www-apache/mod_wsgi/mod_wsgi-5.0.0-r1.ebuild	Sat May 03 11:17:06 2025 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..13} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit apache-module python-single-r1
-
-DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
-SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-pkg_setup() {
-	python-single-r1_pkg_setup
-
-	# Calling depend.apache_pkg_setup fails because we do not have
-	# "apache2" in IUSE but the function expects this in order to call
-	# _init_apache2_late which sets the APACHE_MODULESDIR variable.
-	_init_apache2
-	_init_apache2_late
-}
-
-src_configure() {
-	econf --with-apxs="${APXS}" --with-python="${PYTHON}"
-}
-
-src_compile() {
-	default
-}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/www-apache/mod_wsgi/mod_wsgi-5.0.2.ebuild	Sat May 03 11:50:59 2025 +0100
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..13} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit apache-module python-single-r1
+
+DESCRIPTION="An Apache2 module for running Python WSGI applications"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+
+	# Calling depend.apache_pkg_setup fails because we do not have
+	# "apache2" in IUSE but the function expects this in order to call
+	# _init_apache2_late which sets the APACHE_MODULESDIR variable.
+	_init_apache2
+	_init_apache2_late
+}
+
+src_configure() {
+	econf --with-apxs="${APXS}" --with-python="${PYTHON}"
+}
+
+src_compile() {
+	default
+}