From: "Alex Brandt" <alunduil@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stormpath/
Date: Sat, 30 Jul 2016 15:03:59 +0000 (UTC) [thread overview]
Message-ID: <1469891009.030624b497fd129b09b68de4f13d348425415f66.alunduil@gentoo> (raw)
commit: 030624b497fd129b09b68de4f13d348425415f66
Author: Alex Brandt <alunduil <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 15:03:29 2016 +0000
Commit: Alex Brandt <alunduil <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 15:03:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=030624b4
dev-python/stormpath: remove version 2.3.1
Package-Manager: portage-2.3.0
dev-python/stormpath/Manifest | 1 -
dev-python/stormpath/stormpath-2.3.1.ebuild | 51 -----------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-python/stormpath/Manifest b/dev-python/stormpath/Manifest
index 33cd9ed..4729957 100644
--- a/dev-python/stormpath/Manifest
+++ b/dev-python/stormpath/Manifest
@@ -1,4 +1,3 @@
-DIST stormpath-2.3.1.tar.gz 4346382 SHA256 cf7e2e0784d62a1992b7708232a4af6a444a10523cb9f9e2893530d6b4cee8d0 SHA512 1e6308e45f41ff2094740063e8b2fc4dcb197bfa1fe617c89f95326410191670621defa7f8158b8dcc07b0e7a79a831c81cc9df22334c29d9f832691315076a9 WHIRLPOOL 91c17a5ed72679ba46c2311f6fec6f6fdd25209959bd8e58960289aef259ad7f8ff9335b668aeec471463b91fa8f6f6acf37a8f65870f3ab3c41d8af52a10c70
DIST stormpath-2.4.0.tar.gz 4345415 SHA256 4c3ee97bf630f0fb9237bccedfd4c41997a47599d76d319cfb84e95d7ec26db6 SHA512 4086c03b745427fa59d6b3739da38822781587d9d55bb0ea142dc70b9dd38ca98e8fdfbb167af6944440e7241ba63b2a2f58130b48789998fa3e263f11326a2b WHIRLPOOL 3425301a9c1858f5a602196be53e7a61961922786356f54f9fa3f033bb1b6460ad9ff32e4e0f2252e8b8220bd129fae5b8613771466f015e797b86d263391000
DIST stormpath-2.4.1.tar.gz 4345634 SHA256 5c07c27ff08527920878e7a350bd6532198e066badf929d70d46937684399e64 SHA512 50fbe12015b3dcc70c13de65d0a594684bb605f24f3aaf60bb51b7ff9e01346e6dece994ebccf790e58fe66c90aad252c4ef4c33b24f1b98172e1634fb733b95 WHIRLPOOL 332080e7c6c2ec7535e8eb51e132ac3df7f18fc65565e25b769f25cd5cd7d65c4b1d28da0c2b186250d8b58b6618bb5b27ccd1c1e6148365ad1139c7d5d39f4f
DIST stormpath-2.4.2.tar.gz 4345932 SHA256 17fb42c24c39830bb39589eff757e3b5c9d09d74c88dba520fa1031b5785e3ff SHA512 0b63308f179f83e409c24dabd75b96b0384b0eae4f729c1351e16c1158a61548c218e94e6d68fab196b6166e67a9132173205d52d03af334d690315f7756efff WHIRLPOOL 536a5899ba68788cd8a4b7c1acebf5126a301e52643da3e66fa7bd26f23b38c3a58adf271db03fa1eb92332c4bac83a4cb434027684c7b46ee53c1de5d69eaca
diff --git a/dev-python/stormpath/stormpath-2.3.1.ebuild b/dev-python/stormpath/stormpath-2.3.1.ebuild
deleted file mode 100644
index 8248d4f..0000000
--- a/dev-python/stormpath/stormpath-2.3.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
-
-inherit distutils-r1 vcs-snapshot
-
-DESCRIPTION="Official Stormpath SDK, used to interact with the Stormpath REST API."
-HOMEPAGE="https://github.com/stormpath/stormpath-sdk-python"
-SRC_URI="https://github.com/stormpath/${PN}-sdk-python/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc test"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- test? (
- dev-python/mock[${PYTHON_USEDEP}]
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )
-"
-RDEPEND="
- >=dev-python/isodate-0.5.4[${PYTHON_USEDEP}]
- >=dev-python/oauthlib-0.6.3[${PYTHON_USEDEP}]
- >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}]
- >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/python-dateutil-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.4.3[${PYTHON_USEDEP}]
- >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-
-python_compile_all() {
- use doc && emake -C docs html
-}
-
-python_test() {
- esetup.py test
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( docs/_build/html/. )
-
- distutils-r1_python_install_all
-}
next reply other threads:[~2016-07-30 15:04 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-30 15:03 Alex Brandt [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-06-26 18:09 [gentoo-commits] repo/gentoo:master commit in: dev-python/stormpath/ Pacho Ramos
2018-03-10 14:56 Pacho Ramos
2018-03-10 14:56 Pacho Ramos
2017-10-04 8:57 Michał Górny
2017-09-25 13:37 Pacho Ramos
2016-10-01 22:30 Alex Brandt
2016-10-01 22:30 Alex Brandt
2016-08-13 15:48 Alex Brandt
2016-08-13 15:48 Alex Brandt
2016-07-30 15:03 Alex Brandt
2016-07-16 14:26 Alex Brandt
2016-07-16 14:26 Alex Brandt
2016-07-02 15:26 Alex Brandt
2016-07-02 15:26 Alex Brandt
2016-04-24 15:17 Alex Brandt
2016-04-24 15:17 Alex Brandt
2015-12-12 19:41 Alex Brandt
2015-12-12 19:41 Alex Brandt
2015-11-16 18:13 Alex Brandt
2015-11-16 18:13 Alex Brandt
2015-11-07 20:41 Alex Brandt
2015-11-07 20:41 Alex Brandt
2015-11-01 0:28 Alex Brandt
2015-11-01 0:28 Alex Brandt
2015-09-11 7:53 Justin Lecher
2015-09-05 21:02 Alex Brandt
2015-08-29 19:07 Alex Brandt
2015-08-16 15:10 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1469891009.030624b497fd129b09b68de4f13d348425415f66.alunduil@gentoo \
--to=alunduil@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox