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, 02 Jul 2016 15:27:05
Message-Id: 1467473182.0f73fdd7f0814ae56b5563694b653fe72f60603e.alunduil@gentoo
1 commit: 0f73fdd7f0814ae56b5563694b653fe72f60603e
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 15:26:22 2016 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 15:26:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f73fdd7
7
8 dev-python/stormpath: remove version 2.1.5
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/stormpath/Manifest | 1 -
13 dev-python/stormpath/stormpath-2.1.5.ebuild | 51 -----------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
17 index 938b606..d6b7e32 100644
18 --- a/dev-python/stormpath/Manifest
19 +++ b/dev-python/stormpath/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST stormpath-2.1.5.tar.gz 4339093 SHA256 cea6810c5caa666c3a73ea0bbf14826687318aea2a82c51d93886679b786b94b SHA512 d373d36bd6dc647fcedad99722c6ff53447b4b11090ffbbf2e72a206d27e66804d7e756d0588b80b11110700297beebb894b4d5301df97a836a4204622ea83af WHIRLPOOL 14a580f934afc74f7f15b4ac897474bb00ab199470d94c671b3f39c625d460aa601329a18cf23b206f12ab2b0f9f25d5903c14f507f614e38953da47bdfc7a92
22 DIST stormpath-2.1.6.tar.gz 4339678 SHA256 47649cf8edaf5ef48346f74558e62e0aaf28fb49bd7e3db99db9338739913d77 SHA512 2cc6ecd674ca6b5fcfbb6664f863cb4c6378748eb5ca2ceb5e0db3ac46c567a4b62a1bb595044b15c0294b5abe471c9ac675b93db49e5d2e146cd8954c8c7611 WHIRLPOOL c15085c2a1e5600ff93bc1e013439270c17472035a39fde52f31e21971b5508b4ff50a9a5f1472aa185282fefbfc9015a88eed0b5c641acf787abfaf9f72e06b
23 DIST stormpath-2.3.1.tar.gz 4346382 SHA256 cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9 WHIRLPOOL 91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
24 DIST stormpath-2.4.0.tar.gz 4345415 SHA256 4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af6944440e7241ba63b2a2f58130b48789998fa3e263f11326a2b WHIRLPOOL 3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000
25
26 diff --git a/dev-python/stormpath/stormpath-2.1.5.ebuild b/dev-python/stormpath/stormpath-2.1.5.ebuild
27 deleted file mode 100644
28 index e6bdfe5..0000000
29 --- a/dev-python/stormpath/stormpath-2.1.5.ebuild
30 +++ /dev/null
31 @@ -1,51 +0,0 @@
32 -# Copyright 1999-2015 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 -}