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: Sun, 01 Nov 2015 00:28:25
Message-Id: 1446337676.cf6fe89e5fd18c25f9495c04b0d85138a2b49c01.alunduil@gentoo
1 commit: cf6fe89e5fd18c25f9495c04b0d85138a2b49c01
2 Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 00:27:56 2015 +0000
4 Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 00:27:56 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6fe89e
7
8 dev-python/stormpath: remove version 2.0.8
9
10 Package-Manager: portage-2.2.23
11
12 dev-python/stormpath/Manifest | 1 -
13 dev-python/stormpath/stormpath-2.0.8.ebuild | 60 -----------------------------
14 2 files changed, 61 deletions(-)
15
16 diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
17 index 79f9ba0..7fd0542 100644
18 --- a/dev-python/stormpath/Manifest
19 +++ b/dev-python/stormpath/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST stormpath-2.0.8.tar.gz 4326469 SHA256 9f6ad7e7b210024915e2139b2ed395a7c0fff6ca49ad3cdf58dc8f214d080c70 SHA512 661714fac02528111bb01e30f8c16b1d8701fe894b21d803958331819ce145a9ec03864111b861286224b33aaf56ca68ddcef2b67cd0003c498cd007ce375a03 WHIRLPOOL 12e6f7ec559a654ab59d34106d85d98ada4c7e3dee6fcec6cad0a2500608e962289d73a50e6ce6d81122c43f0f53b30d861203c8a976ac7bdbdab1cd8f5db6be
22 DIST stormpath-2.0.9.tar.gz 4325976 SHA256 ba93f1f9f6b98db2eb2671d2b3285fdd15f8b2e6d3bce899f240576018f216ae SHA512 b50fa11e8fecf4909a8a1014963c80e7e2dde4db37e1f4681c2a116933d59f5b5ea32901cfde97b24398d8074db8b04121b2a7715d86b6b2eb78eb288465114c WHIRLPOOL 6290d5844d35158cc46f1810b6f83e41c443164cff4512caeeb38e562b04f448c1ac1b608b2cda4abd348f91319e4e8fbb3b195ba31a8fb415ba80f0ed7c5937
23 DIST stormpath-2.1.1.tar.gz 4326557 SHA256 94600e8368f2fbe06adea5fddc8f4b7a479f7a89a0a35a46f58f7c796286e5f4 SHA512 7548aff63e5f04718d4d4887a1177f6f0cf3cc8cb9588e17f7563bae9c6dc5897a968ee2c4e189b6d9100ef16ec7e34e524c4cd3c5112845c0619876ca6d5505 WHIRLPOOL 33db1d8e52d24581a1fe7220b4329479142772939d1df76d52a46d47db6219890fde3204655dd65851d43b38e2427cd32df894392948482d85554772b9f12bbf
24 DIST stormpath-2.1.2.tar.gz 4337164 SHA256 10f46c7ebb27274f61c4b550eb6fc58e54260fa0fb1f96a4b7fce530d789d11c SHA512 c3b3e93f4d5515df8e5ab94770c995a5e7912a53f58f05ca3a1f630c41fc0f76e39cf213dbfad8858d7bfe5f964f6d9cbfad9013de33e9a02e0484bd92a7957d WHIRLPOOL adfbf1cf071167a93989cd4d80039a4eb8c42a908075207a4db4db3a38c87e3b9470b9c1c02946e9481e52d875e836d0c77a72050de2a1f79fc78b5ed037dfe2
25
26 diff --git a/dev-python/stormpath/stormpath-2.0.8.ebuild b/dev-python/stormpath/stormpath-2.0.8.ebuild
27 deleted file mode 100644
28 index ba2db58..0000000
29 --- a/dev-python/stormpath/stormpath-2.0.8.ebuild
30 +++ /dev/null
31 @@ -1,60 +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? (
54 - dev-python/sphinx[${PYTHON_USEDEP}]
55 - )
56 - test? (
57 - dev-python/mock[${PYTHON_USEDEP}]
58 - dev-python/pytest-cov[${PYTHON_USEDEP}]
59 - dev-python/pytest[${PYTHON_USEDEP}]
60 - )
61 -"
62 -RDEPEND="
63 - >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
64 - >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
65 - >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
66 - >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
67 - >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
68 - >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
69 -"
70 -
71 -python_prepare_all() {
72 - local PATCHES=(
73 - "${FILESDIR}"/drop-test-module.patch
74 - )
75 -
76 - distutils-r1_python_prepare_all
77 -}
78 -
79 -python_compile_all() {
80 - use doc && emake -C docs html
81 -}
82 -
83 -python_test() {
84 - esetup.py test
85 -}
86 -
87 -python_install_all() {
88 - use doc && local HTML_DOCS=( docs/_build/html/. )
89 -
90 - distutils-r1_python_install_all
91 -}