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/webob/
Date: Tue, 26 May 2020 18:32:13
Message-Id: 1590517911.6339b8ee7d99d0a8688a9afd8a687d35d67fd040.mgorny@gentoo
1 commit: 6339b8ee7d99d0a8688a9afd8a687d35d67fd040
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 26 18:20:15 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 26 18:31:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339b8ee
7
8 dev-python/webob: Bump to 1.8.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/webob/Manifest | 1 +
13 dev-python/webob/webob-1.8.6.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
17 index 3d90bdb3959..57c5f11f157 100644
18 --- a/dev-python/webob/Manifest
19 +++ b/dev-python/webob/Manifest
20 @@ -1 +1,2 @@
21 DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad SHA512 cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b
22 +DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84 SHA512 b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c
23
24 diff --git a/dev-python/webob/webob-1.8.6.ebuild b/dev-python/webob/webob-1.8.6.ebuild
25 new file mode 100644
26 index 00000000000..fb89754dfce
27 --- /dev/null
28 +++ b/dev-python/webob/webob-1.8.6.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2020 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} )
36 +
37 +inherit distutils-r1
38 +
39 +MY_PN=WebOb
40 +MY_P=${MY_PN}-${PV}
41 +
42 +DESCRIPTION="WSGI request and response object"
43 +HOMEPAGE="https://webob.org/"
44 +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45 +S="${WORKDIR}/${MY_P}"
46 +
47 +LICENSE="MIT"
48 +SLOT="0"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
50 +
51 +distutils_enable_sphinx docs 'dev-python/alabaster'
52 +distutils_enable_tests pytest