Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wsgiproxy2/
Date: Fri, 27 Aug 2021 07:28:37
Message-Id: 1630049309.284c58a9b7fcede6ddab8e40f30c2e0155193b77.mgorny@gentoo
1 commit: 284c58a9b7fcede6ddab8e40f30c2e0155193b77
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 27 07:24:21 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 27 07:28:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284c58a9
7
8 dev-python/wsgiproxy2: Bump to 0.5.1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wsgiproxy2/Manifest | 1 +
13 dev-python/wsgiproxy2/wsgiproxy2-0.5.1.ebuild | 30 +++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/dev-python/wsgiproxy2/Manifest b/dev-python/wsgiproxy2/Manifest
17 index db5ec8b3034..2e92aa18fae 100644
18 --- a/dev-python/wsgiproxy2/Manifest
19 +++ b/dev-python/wsgiproxy2/Manifest
20 @@ -1,2 +1,3 @@
21 DIST WSGIProxy2-0.4.6.tar.gz 16481 BLAKE2B c33dc34d430da795e8144e06e1d6f100cce7d0155295c2d3038567a048647a4f008dbc0156fd4234ce069b3f4ec01af0e42b174dd68c92c9cb3ff4e13be83f8a SHA512 c60d794c0c8b383bf1857ec325d6d0b4fce9c4aec4a06cbf9d7549b609633e491e137342b7bbaf4eec12462eabba63096328c8517b0685e241d1baecd5827cad
22 DIST WSGIProxy2-0.5.0.tar.gz 16464 BLAKE2B be8f818a1eb3280598427d52b4a7661f5c3cb86a4701e6c3c6b9c57bfde740a0ed616f9f6df8d7f4539c6716898bb5f7ebbf245d72452d84da9862df7cbec761 SHA512 8351225ffe78069f35e636efbd508d3ccd1a3365ac8846bc8fd5712c04869d21c1f9e9e9207d286649713cb9dcbc4770cf41f2c5f06a8d72e86f290211f05c0a
23 +DIST WSGIProxy2-0.5.1.tar.gz 16565 BLAKE2B 54bdc404111d910af61a59a7da5d47924e1950162dfb79dc0fd221a417c4fbb717dc4e7cf521589e3d087ffce1917449a199f5278bd4410ccce391b9c551eced SHA512 6be9d4893515cc70ee1c5d7b7a29895a8c8b5afd316e2ad05f92fc1fa93e26da22b93440994ec9782f0663ff7073e476f75351fb7955bde93a2b6fbf9f4bf78a
24
25 diff --git a/dev-python/wsgiproxy2/wsgiproxy2-0.5.1.ebuild b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1.ebuild
26 new file mode 100644
27 index 00000000000..d76f3faa219
28 --- /dev/null
29 +++ b/dev-python/wsgiproxy2/wsgiproxy2-0.5.1.ebuild
30 @@ -0,0 +1,30 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +PYTHON_COMPAT=( python3_{8..10} pypy3 )
37 +inherit distutils-r1
38 +
39 +MY_PN="WSGIProxy2"
40 +DESCRIPTION="HTTP proxying tools for WSGI apps"
41 +HOMEPAGE="https://pypi.org/project/WSGIProxy2/"
42 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
43 +S="${WORKDIR}/${MY_PN}-${PV}"
44 +
45 +LICENSE="MIT"
46 +SLOT="0"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
48 +
49 +RDEPEND="
50 + dev-python/requests[${PYTHON_USEDEP}]
51 + dev-python/urllib3[${PYTHON_USEDEP}]
52 + dev-python/webob[${PYTHON_USEDEP}]
53 +"
54 +BDEPEND="
55 + test? (
56 + >=dev-python/webtest-2.0.17[${PYTHON_USEDEP}]
57 + )"
58 +
59 +distutils_enable_sphinx docs
60 +distutils_enable_tests unittest