public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2015-09-01 20:06 Tobias Klausmann
  0 siblings, 0 replies; 56+ messages in thread
From: Tobias Klausmann @ 2015-09-01 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a68be0e0a4e8cb8769326b1af8b27026f52ca144
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 20:05:10 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 20:05:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a68be0e0

www-apache/mod_wsgi: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 www-apache/mod_wsgi/mod_wsgi-3.5.ebuild    | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild  | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild  | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
index 7f3ce77..8109c06 100644
--- a/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
index b15c042..0c7788a 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
index 36d8333..f934d33 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
index 36d8333..f934d33 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
index b15c042..0c7788a 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
@@ -10,7 +10,7 @@ PYTHON_REQ_USE="threads"
 inherit apache-module eutils python-single-r1
 
 DESCRIPTION="An Apache2 module for running Python WSGI applications"
-HOMEPAGE="https://code.google.com/p/modwsgi/"
+HOMEPAGE="https://github.com/GrahamDumpleton/mod_wsgi"
 SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2015-09-19 13:32 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2015-09-19 13:32 UTC (permalink / raw
  To: gentoo-commits

commit:     35132c0c9b7709a7b141109046a9ae35979b0022
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 13:31:54 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 13:31:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35132c0c

www-apache/mod_wsgi: remove old versions

 www-apache/mod_wsgi/mod_wsgi-3.5.ebuild   | 37 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild | 38 -------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild | 38 -------------------------------
 3 files changed, 113 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
deleted file mode 100644
index 8109c06..0000000
--- a/www-apache/mod_wsgi/mod_wsgi-3.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-
-DOCFILES="README"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
deleted file mode 100644
index 0c7788a..0000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.3.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
deleted file mode 100644
index f934d33..0000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2015-09-19 13:34 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2015-09-19 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     9ecdcf91ede34860c32ff8bbf5c096de6a56dd90
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 13:34:32 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 13:34:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ecdcf91

www-apache/mod_wsgi: version bump to 4.4.13

Package-Manager: portage-2.2.20.1

 www-apache/mod_wsgi/Manifest               |  4 +---
 www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 3 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index f5999b3..7439504 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,5 +1,3 @@
-DIST mod_wsgi-3.5.tar.gz 135875 SHA256 f0674c38f0f568ece55610bcc6a775c179835c4cba23aa7f876d2a2a8520bf93 SHA512 27002e933883c96bc06877f2f83a8bef816d1f7080ff01c89cc9f20dd1049f53b21a028cb156159f2a4c374048f5e52dce48b52d5b9584fbd0ca9455c285136b WHIRLPOOL 1790cf04017e6094d086f2cc6778bcde65d4b69619ba886eb14be02f3a1e5268027481626aaffb118f0a30385b334ac3638bd800776fa184e0c477fe6f3122d6
-DIST mod_wsgi-4.3.0.tar.gz 590804 SHA256 a14d5fe18e7f75598977a0d75340507839c0bccac2b05610fe73f8a795c211e5 SHA512 4cd24cad6d082d6d19fb0567fc6ddb2660a144a5d5174cf68a173a0847aae775b9642e34faba15453ea6cdc04bd88e2924dda5524ae4a63dd2cbc1f93c2664fd WHIRLPOOL 6e259e101637b1c9b0134c08ffb0d99d213a990b383a2cc53d437bb52be9c08ecf6e1b29e133578c0650be4c001be3f747ce7c07f0bf8264c2015c3413769688
 DIST mod_wsgi-4.4.10.tar.gz 633173 SHA256 150091d399d37360108b5e75ec1872251706d75e6c24c9c5e06b4e6d90ecb2c4 SHA512 30c36fab69d50815df18f7323dcc71a2788e58031ea70fd0c9a8fc411527d3532cdecd3a619cf5f70a58991a6e120cbffe8f16a3eb9ee13457956f2afdc07776 WHIRLPOOL 70f61c16457af06c730866c66414c303b60ffd89f9c39eb10b264a019fd9eabb1343424c995eafae3de7d6e8b0c6533a3b2e5060122cd39ba06556e657744277
-DIST mod_wsgi-4.4.6.tar.gz 618514 SHA256 5721d28b3b18be06514228f0453b0dc4aa7a18540cf63596288f5d6b5c5d644a SHA512 e0f22e47368f4e15c3773a419d72916e97acabf625e7ba732825dcad1791d299b9089ab45a0d77e5eee047491ef65ab30066e8a740f94f387969ec24625c8e78 WHIRLPOOL 69e1a4d683706c08b5539e41c7e52f45a35389139490fe0edb39579a45af19cf9241904bb1e14aa8114c9d8a2a84d31b24c67f4a6ebe3a267b1d75e60d8db2f2
+DIST mod_wsgi-4.4.13.tar.gz 631708 SHA256 e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 SHA512 e3a057534a6bfbc974d8159df7e926ac47a4ac58f691a2e23dbe98d07a7f82244ef3554386766a0d7b0ad8592bcea15e9570edd793de0031a04e2fd081144a56 WHIRLPOOL 4c0c7c38454771ddd9a22e84053d9cb31fc74252cb029b4cfbb7654e615589b0848609d2b63e06584f5bf778758349a1448f452e8db38148ded869a2fe59eae9
 DIST mod_wsgi-4.4.9.tar.gz 623831 SHA256 6d62cc584ca3a06e5d27799db594728d66735fdfd1930e50b9853e82019a388a SHA512 346ba680bdac59695258849594f109f9a7886ac863944895978610a3ff33c78b687842beb32fc5e4a044893c5b7f43bc08ac60b7d481ae1a46866071794de7c0 WHIRLPOOL 1aaa80e1f6b321674cfd91bfa0056ba135f849fbb374309f4be96e1664d70b923525bf8b7396574757e8b5c7e5a2eb9f54c2f553e32b25e81f98ec675c021ea1

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild
new file mode 100644
index 0000000..f934d33
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2015-12-28 21:26 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2015-12-28 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     113cbf90dc713caddecd3bd46bc84a60dd897b4c
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 21:24:26 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 21:24:26 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=113cbf90

www-apache/mod_wsgi: version bump to 4.4.21

Package-Manager: portage-2.2.20.1

 www-apache/mod_wsgi/Manifest               |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 7439504..5590f81 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,3 +1,4 @@
 DIST mod_wsgi-4.4.10.tar.gz 633173 SHA256 150091d399d37360108b5e75ec1872251706d75e6c24c9c5e06b4e6d90ecb2c4 SHA512 30c36fab69d50815df18f7323dcc71a2788e58031ea70fd0c9a8fc411527d3532cdecd3a619cf5f70a58991a6e120cbffe8f16a3eb9ee13457956f2afdc07776 WHIRLPOOL 70f61c16457af06c730866c66414c303b60ffd89f9c39eb10b264a019fd9eabb1343424c995eafae3de7d6e8b0c6533a3b2e5060122cd39ba06556e657744277
 DIST mod_wsgi-4.4.13.tar.gz 631708 SHA256 e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 SHA512 e3a057534a6bfbc974d8159df7e926ac47a4ac58f691a2e23dbe98d07a7f82244ef3554386766a0d7b0ad8592bcea15e9570edd793de0031a04e2fd081144a56 WHIRLPOOL 4c0c7c38454771ddd9a22e84053d9cb31fc74252cb029b4cfbb7654e615589b0848609d2b63e06584f5bf778758349a1448f452e8db38148ded869a2fe59eae9
+DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.9.tar.gz 623831 SHA256 6d62cc584ca3a06e5d27799db594728d66735fdfd1930e50b9853e82019a388a SHA512 346ba680bdac59695258849594f109f9a7886ac863944895978610a3ff33c78b687842beb32fc5e4a044893c5b7f43bc08ac60b7d481ae1a46866071794de7c0 WHIRLPOOL 1aaa80e1f6b321674cfd91bfa0056ba135f849fbb374309f4be96e1664d70b923525bf8b7396574757e8b5c7e5a2eb9f54c2f553e32b25e81f98ec675c021ea1

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
new file mode 100644
index 0000000..f934d33
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2015-12-28 21:26 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2015-12-28 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     78d1a3697b53c545e42267124d6531996657597d
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 21:25:54 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 21:25:54 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d1a369

www-apache/mod_wsgi: remove old version

Package-Manager: portage-2.2.20.1

 www-apache/mod_wsgi/Manifest               |  1 -
 www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild | 38 ------------------------------
 2 files changed, 39 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 5590f81..7bdb756 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,4 +1,3 @@
-DIST mod_wsgi-4.4.10.tar.gz 633173 SHA256 150091d399d37360108b5e75ec1872251706d75e6c24c9c5e06b4e6d90ecb2c4 SHA512 30c36fab69d50815df18f7323dcc71a2788e58031ea70fd0c9a8fc411527d3532cdecd3a619cf5f70a58991a6e120cbffe8f16a3eb9ee13457956f2afdc07776 WHIRLPOOL 70f61c16457af06c730866c66414c303b60ffd89f9c39eb10b264a019fd9eabb1343424c995eafae3de7d6e8b0c6533a3b2e5060122cd39ba06556e657744277
 DIST mod_wsgi-4.4.13.tar.gz 631708 SHA256 e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 SHA512 e3a057534a6bfbc974d8159df7e926ac47a4ac58f691a2e23dbe98d07a7f82244ef3554386766a0d7b0ad8592bcea15e9570edd793de0031a04e2fd081144a56 WHIRLPOOL 4c0c7c38454771ddd9a22e84053d9cb31fc74252cb029b4cfbb7654e615589b0848609d2b63e06584f5bf778758349a1448f452e8db38148ded869a2fe59eae9
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.9.tar.gz 623831 SHA256 6d62cc584ca3a06e5d27799db594728d66735fdfd1930e50b9853e82019a388a SHA512 346ba680bdac59695258849594f109f9a7886ac863944895978610a3ff33c78b687842beb32fc5e4a044893c5b7f43bc08ac60b7d481ae1a46866071794de7c0 WHIRLPOOL 1aaa80e1f6b321674cfd91bfa0056ba135f849fbb374309f4be96e1664d70b923525bf8b7396574757e8b5c7e5a2eb9f54c2f553e32b25e81f98ec675c021ea1

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
deleted file mode 100644
index f934d33..0000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.10.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2016-02-08  9:04 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2016-02-08  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fc3b6e02e0db8d257afd70ca5cbc55d717a515df
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 08:45:46 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 09:04:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3b6e02

www-apache/mod_wsgi: version bump to 4.4.22

Package-Manager: portage-2.2.26

 www-apache/mod_wsgi/Manifest               |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 7bdb756..4b466d2 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,3 +1,4 @@
 DIST mod_wsgi-4.4.13.tar.gz 631708 SHA256 e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 SHA512 e3a057534a6bfbc974d8159df7e926ac47a4ac58f691a2e23dbe98d07a7f82244ef3554386766a0d7b0ad8592bcea15e9570edd793de0031a04e2fd081144a56 WHIRLPOOL 4c0c7c38454771ddd9a22e84053d9cb31fc74252cb029b4cfbb7654e615589b0848609d2b63e06584f5bf778758349a1448f452e8db38148ded869a2fe59eae9
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
+DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.4.9.tar.gz 623831 SHA256 6d62cc584ca3a06e5d27799db594728d66735fdfd1930e50b9853e82019a388a SHA512 346ba680bdac59695258849594f109f9a7886ac863944895978610a3ff33c78b687842beb32fc5e4a044893c5b7f43bc08ac60b7d481ae1a46866071794de7c0 WHIRLPOOL 1aaa80e1f6b321674cfd91bfa0056ba135f849fbb374309f4be96e1664d70b923525bf8b7396574757e8b5c7e5a2eb9f54c2f553e32b25e81f98ec675c021ea1

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild
new file mode 100644
index 0000000..f934d33
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2016-02-13 15:33 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2016-02-13 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     699cb1feb09035b9da5a67c40b87740441fb7a11
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 15:31:28 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 15:31:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699cb1fe

www-apache/mod_wsgi: amd64 stable wrt bug #574152

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
index f934d33..8b165a9 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2016-05-13 10:23 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2016-05-13 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d39d3fe367d47cbe14d659c2197b62b4ed9113b1
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:23:44 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri May 13 10:23:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39d3fe3

www-apache/mod_wsgi: version bump to 4.5.2

Package-Manager: portage-2.2.28

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild | 38 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 4b466d2..c8a9dac 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -2,3 +2,4 @@ DIST mod_wsgi-4.4.13.tar.gz 631708 SHA256 e7a84e4af0da953070ab993268118791c7d3c7
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.4.9.tar.gz 623831 SHA256 6d62cc584ca3a06e5d27799db594728d66735fdfd1930e50b9853e82019a388a SHA512 346ba680bdac59695258849594f109f9a7886ac863944895978610a3ff33c78b687842beb32fc5e4a044893c5b7f43bc08ac60b7d481ae1a46866071794de7c0 WHIRLPOOL 1aaa80e1f6b321674cfd91bfa0056ba135f849fbb374309f4be96e1664d70b923525bf8b7396574757e8b5c7e5a2eb9f54c2f553e32b25e81f98ec675c021ea1
+DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c WHIRLPOOL d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild
new file mode 100644
index 0000000..d301c75
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2016-05-13 10:27 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2016-05-13 10:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ccd09e10e2e0566c31a004bd03637797c367fb0c
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:27:33 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri May 13 10:27:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd09e10

www-apache/mod_wsgi: remove old versions

Package-Manager: portage-2.2.28

 www-apache/mod_wsgi/Manifest               |  2 --
 www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild | 38 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild  | 38 ------------------------------
 3 files changed, 78 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index c8a9dac..8eb986a 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,5 +1,3 @@
-DIST mod_wsgi-4.4.13.tar.gz 631708 SHA256 e7a84e4af0da953070ab993268118791c7d3c7383d99e8b1c2e0ff88eb29c286 SHA512 e3a057534a6bfbc974d8159df7e926ac47a4ac58f691a2e23dbe98d07a7f82244ef3554386766a0d7b0ad8592bcea15e9570edd793de0031a04e2fd081144a56 WHIRLPOOL 4c0c7c38454771ddd9a22e84053d9cb31fc74252cb029b4cfbb7654e615589b0848609d2b63e06584f5bf778758349a1448f452e8db38148ded869a2fe59eae9
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
-DIST mod_wsgi-4.4.9.tar.gz 623831 SHA256 6d62cc584ca3a06e5d27799db594728d66735fdfd1930e50b9853e82019a388a SHA512 346ba680bdac59695258849594f109f9a7886ac863944895978610a3ff33c78b687842beb32fc5e4a044893c5b7f43bc08ac60b7d481ae1a46866071794de7c0 WHIRLPOOL 1aaa80e1f6b321674cfd91bfa0056ba135f849fbb374309f4be96e1664d70b923525bf8b7396574757e8b5c7e5a2eb9f54c2f553e32b25e81f98ec675c021ea1
 DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c WHIRLPOOL d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild
deleted file mode 100644
index f934d33..0000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
deleted file mode 100644
index 0c7788a..0000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2016-11-03 10:03 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2016-11-03 10:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac4c99823eec5bef4216bf0b2781de4ff311bac
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  1 20:42:48 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Thu Nov  3 10:03:20 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac4c998

www-apache/mod_wsgi: version bump to 4.5.7

Package-Manager: portage-2.3.0

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild | 38 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 8eb986a..211657c 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,3 +1,4 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c WHIRLPOOL d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae
+DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c WHIRLPOOL 34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
new file mode 100644
index 00000000..d301c75
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2016-12-27 15:51 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2016-12-27 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b15177df0cda62821b3e8f1dd5b89f57f261cf4a
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 27 15:51:23 2016 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 15:51:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15177df

www-apache/mod_wsgi: version bump to 4.5.11

Package-Manager: Portage-2.3.0, Repoman-2.3.1

 www-apache/mod_wsgi/Manifest               |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 211657c..3dd6aed 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,4 +1,5 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
+DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca WHIRLPOOL da29639d19cf47e63967caabe5daaaa76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
 DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c WHIRLPOOL d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae
 DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c WHIRLPOOL 34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
new file mode 100644
index 00000000..d301c75
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-01-20 21:31 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2017-01-20 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     98001ed1fb883cea5467ef47fd01071a05ff2372
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:30:56 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:30:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98001ed1

www-apache/mod_wsgi: remove old versions

Package-Manager: portage-2.3.0

 www-apache/mod_wsgi/Manifest               |  2 --
 www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild | 38 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild  | 38 ------------------------------
 3 files changed, 78 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index cf26e3c..6a7670f 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,6 +1,4 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
-DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca WHIRLPOOL da29639d19cf47e63967caabe5daaaa76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
 DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2 WHIRLPOOL e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
-DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c WHIRLPOOL d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae
 DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c WHIRLPOOL 34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild
deleted file mode 100644
index 2638ae2..00000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.22.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild
deleted file mode 100644
index 6839279..00000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-need_apache2
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-01-20 21:31 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2017-01-20 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9a6f308f9f0a6557421f3724a062ddb278731358
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:30:08 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:30:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a6f308f

www-apache/mod_wsgi: version bump to 4.5.13

Package-Manager: portage-2.3.0

 www-apache/mod_wsgi/Manifest               |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 3dd6aed..cf26e3c 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,5 +1,6 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.4.22.tar.gz 654877 SHA256 23fd112dfe3b0d2b3ce8db6bbd470fcde89809ed2d50dcea4cb3f032d46e8e79 SHA512 acf5ad6b42079caedcc51b21c58d2f1a726f445427a76bcaf8339862a8b02effdfb2acc8dcab91a44c51c487e3c90f921005d49ba53235aef69e6daeb6808968 WHIRLPOOL 868b4c68f614c19ae4395f7293db2c4273c8c18adb6b52f736d2bb96a40b0a04fe6c476687a2669123ef13e1641044b232c2d4fcfcd0a4ecc22370fa2d59199b
 DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca WHIRLPOOL da29639d19cf47e63967caabe5daaaa76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
+DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2 WHIRLPOOL e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
 DIST mod_wsgi-4.5.2.tar.gz 660046 SHA256 c7684d50d53cdc24a47679b8d6a7e0bf1b7ce8fe884f8b792b99fc3e0a864e27 SHA512 973122ab18661b1fea85bf9027dbbd0db2e63df87c46a6f9926f0f19f92eafad7b150bc4c1368dc4251920ba76a63363b74047f54778f44d70293f989afc4d3c WHIRLPOOL d06345b0d7e8a1778f1c3a00cbe6db6114ac54e13c9766441ac0cd89f361940fb56ebd76751b4f2363f1e80da71fb30930d3f034f64cb246246c0b5ef99465ae
 DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c WHIRLPOOL 34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
new file mode 100644
index 00000000..033d228
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+APACHE2_MOD_CONF="70_${PN}"
+APACHE2_MOD_DEFINE="WSGI"
+APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
+
+DOCFILES="README.rst"
+
+need_apache2
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-01-21 17:16 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2017-01-21 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     0bcc9edf4a496b25c5c515e0c5109f1d36558512
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 21 17:13:26 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan 21 17:16:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcc9edf

www-apache/mod_wsgi: amd64 stable wrt bug #606642

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
index d301c75..81b5c7f 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-04-05 13:45 Michael Weber
  0 siblings, 0 replies; 56+ messages in thread
From: Michael Weber @ 2017-04-05 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8602b6812b6f7a416cf30191993bd41bb53e13ef
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 13:42:59 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 13:42:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8602b681

www-apache/mod_wsgi: add ~arm keyword (bug 59701)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index 826707ffcbc..972f8d4f56a 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-04-21  7:33 David Seifert
  0 siblings, 0 replies; 56+ messages in thread
From: David Seifert @ 2017-04-21  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     34b4b0c92aff73777679416e76191442e466f47a
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 07:27:49 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 07:27:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b4b0c9

www-apache/mod_wsgi: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild | 5 +++--
 www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild | 5 +++--
 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 3 ++-
 www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild  | 3 ++-
 4 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
index 2f3927a7e17..5a81dbea9f5 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
index 5eeed6deec8..28d19352960 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index 972f8d4f56a..f20f8e4827f 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
index bf3d6a63750..92125169381 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
@@ -16,9 +16,10 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${PYTHON_DEPS}"
 
 APACHE2_MOD_CONF="70_${PN}"
 APACHE2_MOD_DEFINE="WSGI"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-06-14 13:55 Pacho Ramos
  0 siblings, 0 replies; 56+ messages in thread
From: Pacho Ramos @ 2017-06-14 13:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6b297549fc176621e80aeb7326d65485b297f67e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 13:55:15 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 13:55:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b297549

www-apache/mod_wsgi: Support newer python

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index f20f8e4827f..f8f7699fa8b 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
 PYTHON_REQ_USE="threads"
 
 inherit apache-module eutils python-single-r1


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-06-30  5:31 Alexis Ballier
  0 siblings, 0 replies; 56+ messages in thread
From: Alexis Ballier @ 2017-06-30  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9014af348bc911ceee961c513fe0ee357fdba91d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 05:31:10 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 05:31:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9014af34

www-apache/mod_wsgi: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index f8f7699fa8b..0cea82a0669 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-07-18  8:05 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2017-07-18  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0b3b0bb9bcf4bdc9a775ac51163aec15abdc9f96
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 08:05:05 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 08:05:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3b0bb9

www-apache/mod_wsgi: version bump to 4.5.17 (fixes bug 622028)

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 www-apache/mod_wsgi/Manifest               |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 6a7670f442c..6ea7ec3e6e6 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,4 +1,5 @@
 DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
 DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca WHIRLPOOL da29639d19cf47e63967caabe5daaaa76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
 DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2 WHIRLPOOL e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
+DIST mod_wsgi-4.5.17.tar.gz 680160 SHA256 a7a3268d657cb689081edffaffca510a672c6110afe83b42d88c3364176c763c SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973 WHIRLPOOL c0ef37e2377c179ea57574e99a694d3b6c2aa490ffb9ac706bf85df19c3f6daa96fbd8df80ac6cdff29945554025808ededd9ae6eb6c38fdd0ac72783d2d6ad9
 DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c WHIRLPOOL 34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild
new file mode 100644
index 00000000000..0cea82a0669
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-07-19 18:06 Tobias Klausmann
  0 siblings, 0 replies; 56+ messages in thread
From: Tobias Klausmann @ 2017-07-19 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ef69aa9e6e7cee675fe4334b49768f022ea58390
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 17:30:45 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 18:05:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef69aa9e

www-apache/mod_wsgi-4.5.13-r0: amd64 stable

Gentoo-Bug: 625096

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index 0cea82a0669..528cc0df2a0 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-08-05  9:38 Michael Palimaka
  0 siblings, 0 replies; 56+ messages in thread
From: Michael Palimaka @ 2017-08-05  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     b6c208ab5d9d31607b4b21d3c1e40c8439d86531
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  5 09:38:00 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug  5 09:38:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c208ab

www-apache/mod_wsgi: x86 stable

Gentoo-bug: 625096
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index 528cc0df2a0..e1336bc829b 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-09-12 23:02 Matt Turner
  0 siblings, 0 replies; 56+ messages in thread
From: Matt Turner @ 2017-09-12 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b51d0bc582c48e7994a59700689a12880b0f644e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 23:02:42 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 23:02:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51d0bc5

www-apache/mod_wsgi-4.5.13: ppc stable, bug 625096

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index e1336bc829b..132cfd80644 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-11-19 19:50 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2017-11-19 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     bc281740318c0a2f4c4b6676cb0061fe53cdda98
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:48:06 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:50:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc281740

www-apache/mod_wsgi: remove old versions

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-apache/mod_wsgi/Manifest               |  3 ---
 www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild | 38 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild | 38 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild  | 38 ------------------------------
 4 files changed, 117 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 6ea7ec3e6e6..a50afc7aa4d 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,5 +1,2 @@
-DIST mod_wsgi-4.4.21.tar.gz 541367 SHA256 69e0b83e6735d04e4b0b75472d178eaf3b935f4f83788f138a2610b67b635187 SHA512 b77523839e6d57b4d6920d8093d2f042c8de1fc965c64dfef425a1c909f7d08e6cce8e2c30cfc7b9956127bfc57233583ecf51a0cbd2c56c540e67c2e408480c WHIRLPOOL e19f5cae4608f8d481d9bb607fa667b0d8686f5f21275265a9ec0a48f16f9624e81ba0c59dc4b420c1afd9848c46a907c926bccbfeba30cb3967689e0922a6c6
-DIST mod_wsgi-4.5.11.tar.gz 676696 SHA256 10df952206fe33e28a2fc2450be328ed5842af9c4e8915aac7fa3c4de851662f SHA512 b3a3856620c7aa9f21f78be1e16f933acb17d2804660a21b9a2752ff3846e11aeb18c265918a10d33b902cf23d924a39f526157f2b57483881c087d68a777bca WHIRLPOOL da29639d19cf47e63967caabe5daaaa76c56f305686b1f35ec84f8fa254521d9de9ed73dda6bfdf321cb3ea21ef4a2f91ab86cb292b9e6fc6838a776a3b0cb43
 DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2 WHIRLPOOL e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
 DIST mod_wsgi-4.5.17.tar.gz 680160 SHA256 a7a3268d657cb689081edffaffca510a672c6110afe83b42d88c3364176c763c SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973 WHIRLPOOL c0ef37e2377c179ea57574e99a694d3b6c2aa490ffb9ac706bf85df19c3f6daa96fbd8df80ac6cdff29945554025808ededd9ae6eb6c38fdd0ac72783d2d6ad9
-DIST mod_wsgi-4.5.7.tar.gz 666846 SHA256 8d84a7bc6983c776ca50ba8183b450cc6f75fd8cca8ae0bc9a582073f8e4eeec SHA512 99771eb21db8273bac399e9aae8c91598b1b2523259f04456d8f32466113ce044aad1162259afb8c872285e47f217ac7b8d3b38659720a6bb7772106d7b6d33c WHIRLPOOL 34ed4661709f7df3d5859cc17621b1aa2e1863afcb20ab6eb1514cf196f4bc0432e537c9cc7f1ba62c55f74595ad3599dd1d619c3e12a662690f512b5cd92062

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
deleted file mode 100644
index 5a81dbea9f5..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.4.21.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
deleted file mode 100644
index 28d19352960..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.11.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
deleted file mode 100644
index 92125169381..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.7.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2017-11-19 19:50 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2017-11-19 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     376971b384e5b2a4de122de95052bed2b030eaa9
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 19 19:50:33 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 19:50:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376971b3

www-apache/mod_wsgi: version bump to 4.5.21

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 www-apache/mod_wsgi/Manifest               |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index a50afc7aa4d..5eeafca5531 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,2 +1,3 @@
 DIST mod_wsgi-4.5.13.tar.gz 679121 SHA256 6ff605a9cfcbb0fa18fe371ac6b78db0271d774f37c46c30209d001fd30ad5ce SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2 WHIRLPOOL e7753755a696d888494d7a57ed9d0c2ff1ab79f848915cde3699043561d37e1e77552eaa60f177d40758fb61b06a5cbfb1a9b0acfafd50321670258d1229931c
 DIST mod_wsgi-4.5.17.tar.gz 680160 SHA256 a7a3268d657cb689081edffaffca510a672c6110afe83b42d88c3364176c763c SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973 WHIRLPOOL c0ef37e2377c179ea57574e99a694d3b6c2aa490ffb9ac706bf85df19c3f6daa96fbd8df80ac6cdff29945554025808ededd9ae6eb6c38fdd0ac72783d2d6ad9
+DIST mod_wsgi-4.5.21.tar.gz 682330 SHA256 24658410a2f552ef7a3dc5b11d16363bf145404728761f1a1ade3fe2e97c0abd SHA512 3180cf19bd5238586b288a030542c779533da8a35531f5d18edd85a1143e515b0906a599d2e1fd3251e3fa19bde6469fdc5c92850d9544e115736262c083d383 WHIRLPOOL ccac416ac48fae3fd0e2306599b39dafa9032d97ef9b555343aba77a1f8e57a7bd8c49e2376403e64c9952bbf148c19cddcb687bf68e5932d5cd962fb9dc2af6

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild
new file mode 100644
index 00000000000..0cea82a0669
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2019-03-20 19:51 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2019-03-20 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     65ca8c91bdc54d11a80868489c03c0ab8e17afcf
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 19:51:02 2019 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 19:51:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ca8c91

www-apache/mod_wsgi: version bump to 4.6.5

Closes: https://bugs.gentoo.org/show_bug.cgi?id=673526
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild | 38 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 6b4d03b7d81..4e2845be975 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,3 +1,4 @@
 DIST mod_wsgi-4.5.13.tar.gz 679121 BLAKE2B 310a6a56495883439fad4a5ee7b30e749aaec4131bc039fd378018c30c9b61f1cb2c8b0ed6339c4a9cf556571e2713ff356b04007f1e2a10bcac52ddd5e5d14f SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
 DIST mod_wsgi-4.5.17.tar.gz 680160 BLAKE2B 496f81cea9256622bc6ee96308b47c264479701f64bcd5bef7699211a288a45d459df8f30b014cdf1e9b911b6aeff454ca7ccb5cb8eebe8b238e903a89fd8a26 SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973
 DIST mod_wsgi-4.5.21.tar.gz 682330 BLAKE2B 984437becb86e1df5bb3fcdb55c441d9634c98181f3704068617773f61048ccd38ea8617409b6e64413fb3584eaf46bd2c8fe67afd86993e4e0e85076d2bd98a SHA512 3180cf19bd5238586b288a030542c779533da8a35531f5d18edd85a1143e515b0906a599d2e1fd3251e3fa19bde6469fdc5c92850d9544e115736262c083d383
+DIST mod_wsgi-4.6.5.tar.gz 693825 BLAKE2B 1564c331505706548ed171a6f57ad8947eea257295ecae56c0d3e87c4d15743ea4bb0275ae94a6168912ff27fcfcd06eec823b8332d19895ed803ad6164da77b SHA512 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
new file mode 100644
index 00000000000..959f38d461b
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5,6} )
+PYTHON_REQ_USE="threads"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2019-07-21  8:31 Sergei Trofimovich
  0 siblings, 0 replies; 56+ messages in thread
From: Sergei Trofimovich @ 2019-07-21  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     02e2a50c63ef871944c815deda0117dd49f2b11d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 21 08:31:37 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 08:31:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02e2a50c

www-apache/mod_wsgi: keyworded 4.6.5 for ppc64, bug #689632

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
index 23a7c1bab14..78edc30ace5 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-02-01 20:31 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2020-02-01 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     f2d2220bdd5e942a4f5e29087ff829af38e2e422
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 20:31:09 2020 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 20:31:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2d2220b

www-apache/mod_wsgi: version bump to 4.7.0, add python3_7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild | 38 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 4e2845be975..24a9d97943b 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -2,3 +2,4 @@ DIST mod_wsgi-4.5.13.tar.gz 679121 BLAKE2B 310a6a56495883439fad4a5ee7b30e749aaec
 DIST mod_wsgi-4.5.17.tar.gz 680160 BLAKE2B 496f81cea9256622bc6ee96308b47c264479701f64bcd5bef7699211a288a45d459df8f30b014cdf1e9b911b6aeff454ca7ccb5cb8eebe8b238e903a89fd8a26 SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973
 DIST mod_wsgi-4.5.21.tar.gz 682330 BLAKE2B 984437becb86e1df5bb3fcdb55c441d9634c98181f3704068617773f61048ccd38ea8617409b6e64413fb3584eaf46bd2c8fe67afd86993e4e0e85076d2bd98a SHA512 3180cf19bd5238586b288a030542c779533da8a35531f5d18edd85a1143e515b0906a599d2e1fd3251e3fa19bde6469fdc5c92850d9544e115736262c083d383
 DIST mod_wsgi-4.6.5.tar.gz 693825 BLAKE2B 1564c331505706548ed171a6f57ad8947eea257295ecae56c0d3e87c4d15743ea4bb0275ae94a6168912ff27fcfcd06eec823b8332d19895ed803ad6164da77b SHA512 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044
+DIST mod_wsgi-4.7.0.tar.gz 695658 BLAKE2B 4332e5c30219cde9cf44c8633f3052faa104524d5a2ccd151fe9675364760cb9c447001289094c57cef21df4e364962c93e85f3a3eef36325e9b96e7715dfc19 SHA512 4c40a07301ef7f42ff175cfd5efd9c4916ba90749780cdc470cc0c62b190af810ba4284504f2b342c1e92801637aa52ba5719e0b114a072fd50d68754abdf36f

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
new file mode 100644
index 00000000000..f5287255740
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_REQ_USE="threads(+)"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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
+
+src_configure() {
+	econf --with-apxs=${APXS} --with-python=${PYTHON}
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-02-01 20:45 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2020-02-01 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2dbbc4dd25480c2ac6ced69af94315ff0482f78b
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 20:45:43 2020 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 20:45:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dbbc4dd

www-apache/mod_wsgi: remove old versions

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest               |  2 --
 www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild | 38 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild | 38 ------------------------------
 3 files changed, 78 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 24a9d97943b..c706d88013e 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,5 +1,3 @@
 DIST mod_wsgi-4.5.13.tar.gz 679121 BLAKE2B 310a6a56495883439fad4a5ee7b30e749aaec4131bc039fd378018c30c9b61f1cb2c8b0ed6339c4a9cf556571e2713ff356b04007f1e2a10bcac52ddd5e5d14f SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
-DIST mod_wsgi-4.5.17.tar.gz 680160 BLAKE2B 496f81cea9256622bc6ee96308b47c264479701f64bcd5bef7699211a288a45d459df8f30b014cdf1e9b911b6aeff454ca7ccb5cb8eebe8b238e903a89fd8a26 SHA512 d40fb48b654bd49d36c4a249527c9190eb7aea2bd138c035ae304a48cb6e223aa34831a2eeec8aade9ac3bafe2493f35a2359caca1e8ec9dd6aff013693de973
-DIST mod_wsgi-4.5.21.tar.gz 682330 BLAKE2B 984437becb86e1df5bb3fcdb55c441d9634c98181f3704068617773f61048ccd38ea8617409b6e64413fb3584eaf46bd2c8fe67afd86993e4e0e85076d2bd98a SHA512 3180cf19bd5238586b288a030542c779533da8a35531f5d18edd85a1143e515b0906a599d2e1fd3251e3fa19bde6469fdc5c92850d9544e115736262c083d383
 DIST mod_wsgi-4.6.5.tar.gz 693825 BLAKE2B 1564c331505706548ed171a6f57ad8947eea257295ecae56c0d3e87c4d15743ea4bb0275ae94a6168912ff27fcfcd06eec823b8332d19895ed803ad6164da77b SHA512 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044
 DIST mod_wsgi-4.7.0.tar.gz 695658 BLAKE2B 4332e5c30219cde9cf44c8633f3052faa104524d5a2ccd151fe9675364760cb9c447001289094c57cef21df4e364962c93e85f3a3eef36325e9b96e7715dfc19 SHA512 4c40a07301ef7f42ff175cfd5efd9c4916ba90749780cdc470cc0c62b190af810ba4284504f2b342c1e92801637aa52ba5719e0b114a072fd50d68754abdf36f

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild
deleted file mode 100644
index 761d1695797..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.17.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild
deleted file mode 100644
index 761d1695797..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.21.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 python3_6 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-05-08 17:11 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-05-08 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     dbab7ab335b7fbde7f76d902fbb1f2c5230a4863
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 17:11:37 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May  8 17:11:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbab7ab3

www-apache/mod_wsgi: ppc stable wrt bug #721448

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
index f5287255740..9cbb165df0a 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-05-09  7:40 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-05-09  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     68cde338b5af278d496dd68d356118ad9fd72489
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 07:37:55 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May  9 07:37:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68cde338

www-apache/mod_wsgi: amd64 stable wrt bug #721448

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
index 9cbb165df0a..559e16e351f 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-05-09  7:48 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2020-05-09  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     223694c7d930d70da8d3518302b5befd2026c59a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat May  9 07:48:16 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat May  9 07:48:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223694c7

www-apache/mod_wsgi: x86 stable wrt bug #721448

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
index 559e16e351f..e1a5e203bf0 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-08-02 12:03 Michał Górny
  0 siblings, 0 replies; 56+ messages in thread
From: Michał Górny @ 2020-08-02 12:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a72f40ad72811d625d4f8b7740b184894683a8ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  2 12:00:01 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug  2 12:02:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72f40ad

www-apache/mod_wsgi: Remove py2.7

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild  | 2 +-
 www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
index 133181c02a6..e6f016aeca9 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads"
 
 inherit apache-module eutils python-single-r1

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
index 932deaac977..ff0433a90fc 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="threads"
 
 inherit apache-module eutils python-single-r1

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
index e1a5e203bf0..d9bc10e0b82 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-PYTHON_COMPAT=( python2_7 python3_6 python3_7 )
+PYTHON_COMPAT=( python3_6 python3_7 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit apache-module eutils python-single-r1


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-09-03 12:11 Lars Wendler
  0 siblings, 0 replies; 56+ messages in thread
From: Lars Wendler @ 2020-09-03 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c86b235dd20616fa9f5f70ca763c237d68c5eb76
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 12:04:37 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 12:11:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86b235d

www-apache/mod_wsgi: Bump to version 4.7.1

- Bumped to EAPI-6
- Added python3_8 support
- Explicitly call python-single-r1_pkg_setup
- Worked around apache-modules.eclass annoyances
- Forced bash as config shell because configure script contains bashisms

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 51 +++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index c706d88013e..689110d93b0 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,3 +1,4 @@
 DIST mod_wsgi-4.5.13.tar.gz 679121 BLAKE2B 310a6a56495883439fad4a5ee7b30e749aaec4131bc039fd378018c30c9b61f1cb2c8b0ed6339c4a9cf556571e2713ff356b04007f1e2a10bcac52ddd5e5d14f SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
 DIST mod_wsgi-4.6.5.tar.gz 693825 BLAKE2B 1564c331505706548ed171a6f57ad8947eea257295ecae56c0d3e87c4d15743ea4bb0275ae94a6168912ff27fcfcd06eec823b8332d19895ed803ad6164da77b SHA512 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044
 DIST mod_wsgi-4.7.0.tar.gz 695658 BLAKE2B 4332e5c30219cde9cf44c8633f3052faa104524d5a2ccd151fe9675364760cb9c447001289094c57cef21df4e364962c93e85f3a3eef36325e9b96e7715dfc19 SHA512 4c40a07301ef7f42ff175cfd5efd9c4916ba90749780cdc470cc0c62b190af810ba4284504f2b342c1e92801637aa52ba5719e0b114a072fd50d68754abdf36f
+DIST mod_wsgi-4.7.1.tar.gz 696111 BLAKE2B 69fea421077f1ecbf1cef5c9eac4ba296fa676e0bfbb860ca8a7cb701701f405edb3760486b87e8d9dd93efcb4c23385197d770ca32e16a473d5d252d292fb76 SHA512 cbb5ec53d55e47a83f2b0630527c6a52b48ef21d5d2c18adcb875fc455795b39b3c93f4a86dfbf9738c0bd554d86cc4912cc9ff83c428af302ab94a61f66b5b4

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
new file mode 100644
index 00000000000..9415402eae8
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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() {
+	# configure.ac contains bashisms
+	# (https://github.com/GrahamDumpleton/mod_wsgi/issues/567)
+	CONFIG_SHELL="/bin/bash" \
+	econf --with-apxs="${APXS}" --with-python="${PYTHON}"
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-09-03 12:11 Lars Wendler
  0 siblings, 0 replies; 56+ messages in thread
From: Lars Wendler @ 2020-09-03 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     e1c54153b4a1c7422b1c685454200acc38841c9f
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 12:11:38 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 12:11:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c54153

www-apache/mod_wsgi: Removed old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest               |  2 --
 www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild | 38 ------------------------------
 www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild  | 38 ------------------------------
 3 files changed, 78 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index 689110d93b0..aec6f05f1e8 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,4 +1,2 @@
-DIST mod_wsgi-4.5.13.tar.gz 679121 BLAKE2B 310a6a56495883439fad4a5ee7b30e749aaec4131bc039fd378018c30c9b61f1cb2c8b0ed6339c4a9cf556571e2713ff356b04007f1e2a10bcac52ddd5e5d14f SHA512 94bf6ae0d76ece67682a8ca3b7f202bb08a1f3e09e42c33f52b561a57ac8265ca2f5431f839bfe731eb014f279b0d865fd007f14a4839c934d372390d24a44a2
-DIST mod_wsgi-4.6.5.tar.gz 693825 BLAKE2B 1564c331505706548ed171a6f57ad8947eea257295ecae56c0d3e87c4d15743ea4bb0275ae94a6168912ff27fcfcd06eec823b8332d19895ed803ad6164da77b SHA512 5f1526b74ea59c8ef897b49b1b2f2de42d9d0144277fd74f9f8e1f3e0198735f98ec30f726883a3192d0ed33a4013232cb2adf8db9d817b4de0198890eaa7044
 DIST mod_wsgi-4.7.0.tar.gz 695658 BLAKE2B 4332e5c30219cde9cf44c8633f3052faa104524d5a2ccd151fe9675364760cb9c447001289094c57cef21df4e364962c93e85f3a3eef36325e9b96e7715dfc19 SHA512 4c40a07301ef7f42ff175cfd5efd9c4916ba90749780cdc470cc0c62b190af810ba4284504f2b342c1e92801637aa52ba5719e0b114a072fd50d68754abdf36f
 DIST mod_wsgi-4.7.1.tar.gz 696111 BLAKE2B 69fea421077f1ecbf1cef5c9eac4ba296fa676e0bfbb860ca8a7cb701701f405edb3760486b87e8d9dd93efcb4c23385197d770ca32e16a473d5d252d292fb76 SHA512 cbb5ec53d55e47a83f2b0630527c6a52b48ef21d5d2c18adcb875fc455795b39b3c93f4a86dfbf9738c0bd554d86cc4912cc9ff83c428af302ab94a61f66b5b4

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
deleted file mode 100644
index e6f016aeca9..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.5.13.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
deleted file mode 100644
index ff0433a90fc..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.6.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="threads"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-12-02  3:06 Thomas Deutschmann
  0 siblings, 0 replies; 56+ messages in thread
From: Thomas Deutschmann @ 2020-12-02  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     8284318767d4bb1c96bbd04fb45595e58334a8c6
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 02:56:11 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 02:56:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82843187

www-apache/mod_wsgi: x86 stable (bug #757642)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
index 9415402eae8..4f3fa2c2d0c 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-12-02 14:27 Mikle Kolyada
  0 siblings, 0 replies; 56+ messages in thread
From: Mikle Kolyada @ 2020-12-02 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     dea3b38e1fb390916e6c0192a75db34e6f7cc621
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 14:26:28 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 14:26:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea3b38e

www-apache/mod_wsgi: Stabilize 4.7.1 amd64, #757642

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
index 4f3fa2c2d0c..c7029b4dc44 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2020-12-02 14:27 Mikle Kolyada
  0 siblings, 0 replies; 56+ messages in thread
From: Mikle Kolyada @ 2020-12-02 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     987c3d3198e78ba160dc336002aeaf31eb91511b
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 14:26:45 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 14:26:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=987c3d31

www-apache/mod_wsgi: Stabilize 4.7.1 ppc, #757642

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
index c7029b4dc44..6366d33571d 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2021-02-08 13:45 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2021-02-08 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ed320c5426c615d428641419128653ad05fc49ea
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 13:43:32 2021 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 13:44:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed320c54

www-apache/mod_wsgi: revbump to add python3.9 compat

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=768642
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild | 51 ++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
new file mode 100644
index 00000000000..609e961c96e
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit apache-module eutils 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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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() {
+	# configure.ac contains bashisms
+	# (https://github.com/GrahamDumpleton/mod_wsgi/issues/567)
+	CONFIG_SHELL="/bin/bash" \
+	econf --with-apxs="${APXS}" --with-python="${PYTHON}"
+}
+
+src_compile() {
+	default
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2021-04-05 19:02 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2021-04-05 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9ce605f95884162f1f83f92948b21af2f34faef3
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  5 19:02:00 2021 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Apr  5 19:02:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce605f9

www-apache/mod_wsgi: clean up old version

Closes: https://bugs.gentoo.org/show_bug.cgi?id=757642
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest              |  1 -
 www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild | 38 -------------------------------
 2 files changed, 39 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index aec6f05f1e8..cf5aa4f2482 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,2 +1 @@
-DIST mod_wsgi-4.7.0.tar.gz 695658 BLAKE2B 4332e5c30219cde9cf44c8633f3052faa104524d5a2ccd151fe9675364760cb9c447001289094c57cef21df4e364962c93e85f3a3eef36325e9b96e7715dfc19 SHA512 4c40a07301ef7f42ff175cfd5efd9c4916ba90749780cdc470cc0c62b190af810ba4284504f2b342c1e92801637aa52ba5719e0b114a072fd50d68754abdf36f
 DIST mod_wsgi-4.7.1.tar.gz 696111 BLAKE2B 69fea421077f1ecbf1cef5c9eac4ba296fa676e0bfbb860ca8a7cb701701f405edb3760486b87e8d9dd93efcb4c23385197d770ca32e16a473d5d252d292fb76 SHA512 cbb5ec53d55e47a83f2b0630527c6a52b48ef21d5d2c18adcb875fc455795b39b3c93f4a86dfbf9738c0bd554d86cc4912cc9ff83c428af302ab94a61f66b5b4

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
deleted file mode 100644
index f2bcc902e83..00000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_7 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit apache-module eutils 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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-
-src_configure() {
-	econf --with-apxs=${APXS} --with-python=${PYTHON}
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2021-06-01  6:32 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2021-06-01  6:32 UTC (permalink / raw
  To: gentoo-commits

commit:     355049e0ec7469f3b2aabf4f0dc0d717ee3c0d0e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 06:31:06 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 06:31:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355049e0

www-apache/mod_wsgi: amd64 stable wrt bug #793374

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
index 0bf447b96d6..e41452bdc25 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2021-06-01  6:59 Agostino Sarubbo
  0 siblings, 0 replies; 56+ messages in thread
From: Agostino Sarubbo @ 2021-06-01  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     bc9c933715b93afa5fc8a6ad7e9d9acedf73f8e7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  1 06:58:02 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun  1 06:59:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9c9337

www-apache/mod_wsgi: x86 stable wrt bug #793374

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
index e41452bdc25..a720384baba 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2021-06-10 18:28 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2021-06-10 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     3f5aa0cc5e1d70e47758a276f535f38b5982dded
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 10 18:28:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 10 18:28:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f5aa0cc

www-apache/mod_wsgi: Stabilize 4.7.1-r1 ppc, #793374

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
index a720384baba..e5ae886e528 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2022-01-01 20:14 Dirkjan Ochtman
  0 siblings, 0 replies; 56+ messages in thread
From: Dirkjan Ochtman @ 2022-01-01 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     08b4c1a50d8b8985a0544ac3b11bf66e5faa7698
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 20:14:13 2022 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 20:14:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b4c1a5

www-apache/mod_wsgi: bump to 4.9.0

Fixes: https://bugs.gentoo.org/show_bug.cgi?id=830386
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild | 48 +++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index cf5aa4f2482b..a9647c9c54e8 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1 +1,2 @@
 DIST mod_wsgi-4.7.1.tar.gz 696111 BLAKE2B 69fea421077f1ecbf1cef5c9eac4ba296fa676e0bfbb860ca8a7cb701701f405edb3760486b87e8d9dd93efcb4c23385197d770ca32e16a473d5d252d292fb76 SHA512 cbb5ec53d55e47a83f2b0630527c6a52b48ef21d5d2c18adcb875fc455795b39b3c93f4a86dfbf9738c0bd554d86cc4912cc9ff83c428af302ab94a61f66b5b4
+DIST mod_wsgi-4.9.0.tar.gz 699891 BLAKE2B 7ee6ffc28e86baf8ee92973479a26964f7c183c2b113b49a48af02c622f8d8f698abffcd4f522a1ecca5b89325f94856cbe89db5a81d2ac2e87438ee90be97b0 SHA512 9dc34d431171321094a9713444895d9754eff4e69ad1e86c8d3cd77bc1ca0a4c10b697e7f8cf14902d6bfaf205c8842e62fa944bb38f66f1c54fd36af95a09d6

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
new file mode 100644
index 000000000000..09d2547237d1
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} )
+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}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+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
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2022-04-29  4:49 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-04-29  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1d491e437a75168f5bbd55514ea9301882768554
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 04:49:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 04:49:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d491e43

www-apache/mod_wsgi: retire djc

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-apache/mod_wsgi/metadata.xml b/www-apache/mod_wsgi/metadata.xml
index 2290805ab6f5..f979b3fa5e10 100644
--- a/www-apache/mod_wsgi/metadata.xml
+++ b/www-apache/mod_wsgi/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>djc@gentoo.org</email>
-		<name>Dirkjan Ochtman</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="pypi">mod_wsgi</remote-id>
 		<remote-id type="github">GrahamDumpleton/mod_wsgi</remote-id>


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2022-04-29  8:27 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-04-29  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f33212fe16afbdc28fe6d2cc35b246790237438a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 08:26:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 08:26:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33212fe

www-apache/mod_wsgi: Stabilize 4.9.0 amd64, #831061

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
index 09d2547237d1..83fc9519d6f4 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2022-04-29  8:29 Jakov Smolić
  0 siblings, 0 replies; 56+ messages in thread
From: Jakov Smolić @ 2022-04-29  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e9d11f8cc155ab2f4a4d32657132e0dd8aba34c8
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 08:28:35 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 08:28:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d11f8c

www-apache/mod_wsgi: Stabilize 4.9.0 x86, #831061

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
index 83fc9519d6f4..a44e38f70e0f 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.t
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2022-04-29 10:21 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2022-04-29 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ed5b736b06785e7ad8237a9312d970300b5ac962
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 09:37:19 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 10:21:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5b736b

www-apache/mod_wsgi: drop 4.7.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild | 51 -------------------------------
 1 file changed, 51 deletions(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
deleted file mode 100644
index 7621b99b57d4..000000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{7,8} )
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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() {
-	# configure.ac contains bashisms
-	# (https://github.com/GrahamDumpleton/mod_wsgi/issues/567)
-	CONFIG_SHELL="/bin/bash" \
-	econf --with-apxs="${APXS}" --with-python="${PYTHON}"
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2022-12-07 13:35 Arthur Zamarin
  0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2022-12-07 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     20054fe639aba9445f2f870d0dc730181b2d18d3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 07:04:37 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 13:35:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20054fe6

www-apache/mod_wsgi: drop 4.7.1-r1 (EAPI=6)

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest                 |  1 -
 www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild | 55 ----------------------------
 2 files changed, 56 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index a9647c9c54e8..e326936af388 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,2 +1 @@
-DIST mod_wsgi-4.7.1.tar.gz 696111 BLAKE2B 69fea421077f1ecbf1cef5c9eac4ba296fa676e0bfbb860ca8a7cb701701f405edb3760486b87e8d9dd93efcb4c23385197d770ca32e16a473d5d252d292fb76 SHA512 cbb5ec53d55e47a83f2b0630527c6a52b48ef21d5d2c18adcb875fc455795b39b3c93f4a86dfbf9738c0bd554d86cc4912cc9ff83c428af302ab94a61f66b5b4
 DIST mod_wsgi-4.9.0.tar.gz 699891 BLAKE2B 7ee6ffc28e86baf8ee92973479a26964f7c183c2b113b49a48af02c622f8d8f698abffcd4f522a1ecca5b89325f94856cbe89db5a81d2ac2e87438ee90be97b0 SHA512 9dc34d431171321094a9713444895d9754eff4e69ad1e86c8d3cd77bc1ca0a4c10b697e7f8cf14902d6bfaf205c8842e62fa944bb38f66f1c54fd36af95a09d6

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
deleted file mode 100644
index 759f60c5f6d0..000000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.7.1-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{8..10} )
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}"
-
-APACHE2_MOD_CONF="70_${PN}"
-APACHE2_MOD_DEFINE="WSGI"
-APACHE2_MOD_FILE="${S}/src/server/.libs/${PN}.so"
-
-DOCFILES="README.rst"
-
-PATCHES=(
-	"${FILESDIR}/${P}-py310.patch"
-)
-
-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() {
-	# configure.ac contains bashisms
-	# (https://github.com/GrahamDumpleton/mod_wsgi/issues/567)
-	CONFIG_SHELL="/bin/bash" \
-	econf --with-apxs="${APXS}" --with-python="${PYTHON}"
-}
-
-src_compile() {
-	default
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2023-04-09  7:00 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-04-09  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c775318ca52682bfe2f302705c1591592c8c7df0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 06:58:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 06:58:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c775318c

www-apache/mod_wsgi: fix PythonGHDistfileSuffix

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest                                            | 2 +-
 www-apache/mod_wsgi/{mod_wsgi-4.9.4.ebuild => mod_wsgi-4.9.4-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index af283a400011..ccb9c85dea5e 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,2 +1,2 @@
 DIST mod_wsgi-4.9.0.tar.gz 699891 BLAKE2B 7ee6ffc28e86baf8ee92973479a26964f7c183c2b113b49a48af02c622f8d8f698abffcd4f522a1ecca5b89325f94856cbe89db5a81d2ac2e87438ee90be97b0 SHA512 9dc34d431171321094a9713444895d9754eff4e69ad1e86c8d3cd77bc1ca0a4c10b697e7f8cf14902d6bfaf205c8842e62fa944bb38f66f1c54fd36af95a09d6
-DIST mod_wsgi-4.9.4.tar.gz 706904 BLAKE2B 6473ee5be4f21d7d5806028b22d582e9d2b6f2a28bb0ed2b03a3da799858bdb4ebcfc85eb7850e91ff041d0c0a6cf2a898bffbbe884faa891c4f1f115d043517 SHA512 0898221d95f0ce374cbd34a1849a6e6b5bd7850644d5fe36f558dcc58095cd535c854cb06798482d312485b8d89b8641d91fa26af3d208e10a6073b885af3199
+DIST mod_wsgi-4.9.4.gh.tar.gz 706904 BLAKE2B 6473ee5be4f21d7d5806028b22d582e9d2b6f2a28bb0ed2b03a3da799858bdb4ebcfc85eb7850e91ff041d0c0a6cf2a898bffbbe884faa891c4f1f115d043517 SHA512 0898221d95f0ce374cbd34a1849a6e6b5bd7850644d5fe36f558dcc58095cd535c854cb06798482d312485b8d89b8641d91fa26af3d208e10a6073b885af3199

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.4.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
similarity index 97%
rename from www-apache/mod_wsgi/mod_wsgi-4.9.4.ebuild
rename to www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
index bf1903f177a1..7b4cb2455a4c 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.4.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
@@ -10,7 +10,7 @@ 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}.tar.gz"
+SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2023-04-19  9:43 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-04-19  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bfd5fed9c2c20b3233beb1267480461cc165b2dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 09:41:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 09:42:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd5fed9

www-apache/mod_wsgi: Stabilize 4.9.4-r1 amd64, #904584

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
index 7b4cb2455a4c..be9441e2c0cf 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2023-04-19 10:16 Arthur Zamarin
  0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2023-04-19 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     8e5e45625ac0ec0068c6c85e428f256919688f94
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 10:15:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 10:15:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5e4562

www-apache/mod_wsgi: Stabilize 4.9.4-r1 ppc, #904584

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
index be9441e2c0cf..701f1d158cb1 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2023-04-19 11:07 Sam James
  0 siblings, 0 replies; 56+ messages in thread
From: Sam James @ 2023-04-19 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     d797ca5119db6ab963b8238fe5e7f9996353a5aa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 19 11:02:30 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 11:04:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d797ca51

www-apache/mod_wsgi: Stabilize 4.9.4-r1 x86, #904584

Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
index 701f1d158cb1..b6f56dd96b64 100644
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2024-06-07  8:54 Hanno Böck
  0 siblings, 0 replies; 56+ messages in thread
From: Hanno Böck @ 2024-06-07  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1a367ad8d2d63805888c414ee9e26419ede81467
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  7 08:54:11 2024 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 08:54:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a367ad8

www-apache/mod_wsgi: add 5.0.0

Support python 3.12, bump EAPI.

Closes: https://bugs.gentoo.org/929870
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest              |  1 +
 www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild | 46 +++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index ccb9c85dea5e..b31f959fed6f 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,2 +1,3 @@
 DIST mod_wsgi-4.9.0.tar.gz 699891 BLAKE2B 7ee6ffc28e86baf8ee92973479a26964f7c183c2b113b49a48af02c622f8d8f698abffcd4f522a1ecca5b89325f94856cbe89db5a81d2ac2e87438ee90be97b0 SHA512 9dc34d431171321094a9713444895d9754eff4e69ad1e86c8d3cd77bc1ca0a4c10b697e7f8cf14902d6bfaf205c8842e62fa944bb38f66f1c54fd36af95a09d6
 DIST mod_wsgi-4.9.4.gh.tar.gz 706904 BLAKE2B 6473ee5be4f21d7d5806028b22d582e9d2b6f2a28bb0ed2b03a3da799858bdb4ebcfc85eb7850e91ff041d0c0a6cf2a898bffbbe884faa891c4f1f115d043517 SHA512 0898221d95f0ce374cbd34a1849a6e6b5bd7850644d5fe36f558dcc58095cd535c854cb06798482d312485b8d89b8641d91fa26af3d208e10a6073b885af3199
+DIST mod_wsgi-5.0.0.gh.tar.gz 707590 BLAKE2B 14dd43849c0f9d1e67eece9a87acc3573cbb38f8d6338551b22ba33ebd8b6f6e1371e97c7c5d3f1b15cb10e2ae9990eff7f4c6af62fb9236bcc78b35aad4a8db SHA512 3ecc3ad2fd05164929915541be61201db8d35d1e27183ce26c67583b836bb404bd10c88a2ada94714a14140a7f885eb67256cf02bf47aa0dbd81aecd0894a984

diff --git a/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
new file mode 100644
index 000000000000..777e934aadbf
--- /dev/null
+++ b/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
@@ -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..12} )
+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
+}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2024-07-17 11:26 Arthur Zamarin
  0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2024-07-17 11:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3dbab4f0a4b3a7c7b9ec26c0db7ae80b6f4e79a1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 11:26:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 11:26:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbab4f0

www-apache/mod_wsgi: Stabilize 5.0.0 x86, #936200

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
index 777e934aadbf..ca01b77a487c 100644
--- a/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2024-07-17 11:27 Arthur Zamarin
  0 siblings, 0 replies; 56+ messages in thread
From: Arthur Zamarin @ 2024-07-17 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cbe1cd5163526210099c405b10f9e7f1e364a490
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 11:27:13 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 11:27:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe1cd51

www-apache/mod_wsgi: Stabilize 5.0.0 amd64, #936200

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
index ca01b77a487c..b609a01ce5cc 100644
--- a/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
+++ b/www-apache/mod_wsgi/mod_wsgi-5.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/GrahamDumpleton/${PN}/archive/${PV}.tar.gz -> ${P}.g
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 56+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
@ 2024-09-18 18:15 Petr Vaněk
  0 siblings, 0 replies; 56+ messages in thread
From: Petr Vaněk @ 2024-09-18 18:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7be67d7620a302a811e07dca3bdbdb3398d008fc
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 17:53:23 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 18:14:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be67d76

www-apache/mod_wsgi: drop 4.9.0, 4.9.4-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 www-apache/mod_wsgi/Manifest                 |  2 --
 www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild    | 48 ----------------------------
 www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild | 46 --------------------------
 3 files changed, 96 deletions(-)

diff --git a/www-apache/mod_wsgi/Manifest b/www-apache/mod_wsgi/Manifest
index b31f959fed6f..031d9969a0d2 100644
--- a/www-apache/mod_wsgi/Manifest
+++ b/www-apache/mod_wsgi/Manifest
@@ -1,3 +1 @@
-DIST mod_wsgi-4.9.0.tar.gz 699891 BLAKE2B 7ee6ffc28e86baf8ee92973479a26964f7c183c2b113b49a48af02c622f8d8f698abffcd4f522a1ecca5b89325f94856cbe89db5a81d2ac2e87438ee90be97b0 SHA512 9dc34d431171321094a9713444895d9754eff4e69ad1e86c8d3cd77bc1ca0a4c10b697e7f8cf14902d6bfaf205c8842e62fa944bb38f66f1c54fd36af95a09d6
-DIST mod_wsgi-4.9.4.gh.tar.gz 706904 BLAKE2B 6473ee5be4f21d7d5806028b22d582e9d2b6f2a28bb0ed2b03a3da799858bdb4ebcfc85eb7850e91ff041d0c0a6cf2a898bffbbe884faa891c4f1f115d043517 SHA512 0898221d95f0ce374cbd34a1849a6e6b5bd7850644d5fe36f558dcc58095cd535c854cb06798482d312485b8d89b8641d91fa26af3d208e10a6073b885af3199
 DIST mod_wsgi-5.0.0.gh.tar.gz 707590 BLAKE2B 14dd43849c0f9d1e67eece9a87acc3573cbb38f8d6338551b22ba33ebd8b6f6e1371e97c7c5d3f1b15cb10e2ae9990eff7f4c6af62fb9236bcc78b35aad4a8db SHA512 3ecc3ad2fd05164929915541be61201db8d35d1e27183ce26c67583b836bb404bd10c88a2ada94714a14140a7f885eb67256cf02bf47aa0dbd81aecd0894a984

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
deleted file mode 100644
index 8f92a32cf465..000000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-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}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-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
-}

diff --git a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild b/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
deleted file mode 100644
index b6f56dd96b64..000000000000
--- a/www-apache/mod_wsgi/mod_wsgi-4.9.4-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-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
-}


^ permalink raw reply related	[flat|nested] 56+ messages in thread

end of thread, other threads:[~2024-09-18 18:15 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-19 19:50 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/ Dirkjan Ochtman
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 18:15 Petr Vaněk
2024-07-17 11:27 Arthur Zamarin
2024-07-17 11:26 Arthur Zamarin
2024-06-07  8:54 Hanno Böck
2023-04-19 11:07 Sam James
2023-04-19 10:16 Arthur Zamarin
2023-04-19  9:43 Sam James
2023-04-09  7:00 Sam James
2022-12-07 13:35 Arthur Zamarin
2022-04-29 10:21 Sam James
2022-04-29  8:29 Jakov Smolić
2022-04-29  8:27 Sam James
2022-04-29  4:49 Sam James
2022-01-01 20:14 Dirkjan Ochtman
2021-06-10 18:28 Sam James
2021-06-01  6:59 Agostino Sarubbo
2021-06-01  6:32 Agostino Sarubbo
2021-04-05 19:02 Dirkjan Ochtman
2021-02-08 13:45 Dirkjan Ochtman
2020-12-02 14:27 Mikle Kolyada
2020-12-02 14:27 Mikle Kolyada
2020-12-02  3:06 Thomas Deutschmann
2020-09-03 12:11 Lars Wendler
2020-09-03 12:11 Lars Wendler
2020-08-02 12:03 Michał Górny
2020-05-09  7:48 Agostino Sarubbo
2020-05-09  7:40 Agostino Sarubbo
2020-05-08 17:11 Agostino Sarubbo
2020-02-01 20:45 Dirkjan Ochtman
2020-02-01 20:31 Dirkjan Ochtman
2019-07-21  8:31 Sergei Trofimovich
2019-03-20 19:51 Dirkjan Ochtman
2017-11-19 19:50 Dirkjan Ochtman
2017-09-12 23:02 Matt Turner
2017-08-05  9:38 Michael Palimaka
2017-07-19 18:06 Tobias Klausmann
2017-07-18  8:05 Dirkjan Ochtman
2017-06-30  5:31 Alexis Ballier
2017-06-14 13:55 Pacho Ramos
2017-04-21  7:33 David Seifert
2017-04-05 13:45 Michael Weber
2017-01-21 17:16 Agostino Sarubbo
2017-01-20 21:31 Dirkjan Ochtman
2017-01-20 21:31 Dirkjan Ochtman
2016-12-27 15:51 Dirkjan Ochtman
2016-11-03 10:03 Dirkjan Ochtman
2016-05-13 10:27 Dirkjan Ochtman
2016-05-13 10:23 Dirkjan Ochtman
2016-02-13 15:33 Agostino Sarubbo
2016-02-08  9:04 Dirkjan Ochtman
2015-12-28 21:26 Dirkjan Ochtman
2015-12-28 21:26 Dirkjan Ochtman
2015-09-19 13:34 Dirkjan Ochtman
2015-09-19 13:32 Dirkjan Ochtman
2015-09-01 20:06 Tobias Klausmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox