Gentoo Archives: gentoo-commits

From: Alex Brandt <alunduil@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stormpath/
Date: Sat, 01 Oct 2016 22:30:29
Message-Id: 1475360990.0cce63463d54dceddfaae4ceebbafcc92fdd3c47.alunduil@gentoo
1 commit: 0cce63463d54dceddfaae4ceebbafcc92fdd3c47
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 22:25:58 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 22:29:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cce6346
7
8 dev-python/stormpath: remove version 2.4.1
9
10 Package-Manager: portage-2.3.1
11
12 dev-python/stormpath/Manifest | 1 -
13 dev-python/stormpath/stormpath-2.4.1.ebuild | 51 -----------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
17 index dd9de5c..d0e5556 100644
18 --- a/dev-python/stormpath/Manifest
19 +++ b/dev-python/stormpath/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST stormpath-2.4.1.tar.gz 4345634 SHA256 5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95 WHIRLPOOL 332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f
22 DIST stormpath-2.4.2.tar.gz 4345932 SHA256 17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff WHIRLPOOL 536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca
23 DIST stormpath-2.4.4.tar.gz 4347668 SHA256 6630abba74bc5de5f295b78fd1c32a60a9d1f3b09863ce4353ea568a99fc175c SHA512 41c06dc8c96f363493777e4d65a559d12af0b4fc85e5bdd1a799d7191f24d06e4c1bad5364771e5aff5788e896a4d8bc5dd9209243f558062444da5201e21747 WHIRLPOOL a9277465fb21d127c7b75f4836ee89b5c98203b68af12b46bb9cb82842a79c7f8c6fc82533b677bd2815d8e5d88007ea44dc82cc8c40af3fe2fbca5883a2cb89
24 DIST stormpath-2.4.5.tar.gz 3821801 SHA256 93446387a369483d219db9a1f760743fe97c19fe09f1a1ab6c074f576ff31f22 SHA512 8bf3ad45cabd9c16a615f3303a4253d7f81bfb39a9c1542bc9662be54075f85013624e9ace7ec6ae7a81ef3ebb6864919458bbeca685879a8623ab7fb13cfbb4 WHIRLPOOL ebff05e9bc7346a034d8c3ae643fa65629e29425db7067d8a995b7b63fd8c24d3c987134a03f9bb1817c783a636fa7a5987bdf47d81f7330db0ee9704be6a062
25
26 diff --git a/dev-python/stormpath/stormpath-2.4.1.ebuild b/dev-python/stormpath/stormpath-2.4.1.ebuild
27 deleted file mode 100644
28 index 8248d4f..00000000
29 --- a/dev-python/stormpath/stormpath-2.4.1.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
39 -
40 -inherit distutils-r1 vcs-snapshot
41 -
42 -DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST API."
43 -HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python"
44 -SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE="doc test"
50 -
51 -DEPEND="
52 - dev-python/setuptools[${PYTHON_USEDEP}]
53 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
54 - test? (
55 - dev-python/mock[${PYTHON_USEDEP}]
56 - dev-python/pytest-cov[${PYTHON_USEDEP}]
57 - dev-python/pytest[${PYTHON_USEDEP}]
58 - )
59 -"
60 -RDEPEND="
61 - >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
62 - >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
63 - >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
64 - >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
65 - >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
66 - >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
67 - >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
68 -"
69 -
70 -python_compile_all() {
71 - use doc && emake -C docs html
72 -}
73 -
74 -python_test() {
75 - esetup.py test
76 -}
77 -
78 -python_install_all() {
79 - use doc && local HTML_DOCS=( docs/_build/html/. )
80 -
81 - distutils-r1_python_install_all
82 -}