From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/
Date: Fri, 13 May 2016 10:23:59 +0000 (UTC) [thread overview]
Message-ID: <1463135024.d39d3fe367d47cbe14d659c2197b62b4ed9113b1.djc@gentoo> (raw)
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
+}
next reply other threads:[~2016-05-13 10:24 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-13 10:23 Dirkjan Ochtman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-18 18:15 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_wsgi/ 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-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-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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1463135024.d39d3fe367d47cbe14d659c2197b62b4ed9113b1.djc@gentoo \
--to=djc@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox