From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/oauthlib/
Date: Fri, 5 Jan 2018 13:26:16 +0000 (UTC) [thread overview]
Message-ID: <1515158767.c720716a6552753319297ba63d611921331f5953.mgorny@gentoo> (raw)
commit: c720716a6552753319297ba63d611921331f5953
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 12:46:56 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 13:26:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c720716a
dev-python/oauthlib: Clean old up
dev-python/oauthlib/Manifest | 1 -
dev-python/oauthlib/oauthlib-2.0.1.ebuild | 35 -------------------------------
2 files changed, 36 deletions(-)
diff --git a/dev-python/oauthlib/Manifest b/dev-python/oauthlib/Manifest
index 4cfa47b8210..73c507136f8 100644
--- a/dev-python/oauthlib/Manifest
+++ b/dev-python/oauthlib/Manifest
@@ -1,4 +1,3 @@
DIST oauthlib-1.0.3.tar.gz 109095 BLAKE2B a95915eec5bc5aa8ad8800c06ad2c05ec0e362c186647fed0da8036e763c04860120da6c2646562894b376b24a9895c05aac1cdf189f457101dfe40b74e5dde4 SHA512 b5df82729edc025f262a18c012f6036f52e97a8a846eeb75e4e205928acfd6e971a58194c4a06853d6743329d397e69b94fb431047b2a17a2cb2472c889c4d4c
-DIST oauthlib-2.0.1.tar.gz 122966 BLAKE2B 965dc2db41d1486c693774bc4668b2b2e9387890a18a6313edaa6fe90e9d73eb24eeebace0fd7fff83ee646b932c11bbc66b996415635efca37a1bec211cc49d SHA512 5d19839d1fec6939d10a26b5a0cf96024783fbf67b91299ad7ad640c5c75170918fcda9ed0e13333a5dde353b86201f033e410b8312f1d9eaaf9af0b289c348f
DIST oauthlib-2.0.2.tar.gz 125631 BLAKE2B d9d6efd396dd320573a4c95ce94f5465ca67e716ddcdb789560be5e29fc32071318a523bcb60e0d24ad93c407971b561b260dfd4ce0ec5b8cc915a24f53b0bc5 SHA512 ff2a720faf8a649b1e29f34fd4b5b0838937cc1ebef3fa4828aeccb781097d02b9578717de48ddee49e43c86840e38147664a87b81601616792765541cbf18e4
DIST oauthlib-2.0.3.tar.gz 127155 BLAKE2B c3c69fe8e1f2a1672ad78755b35ef285be9e6d61ff5ba1792493d475eea1d47d38acfbc29ab150eddee83b3d41f60b14ba91074c213e5e92186842c25bdbc7ce SHA512 40eed9aacd6c239745523bf056afce8d76615ef9dcda8ee8a46e2900f940674f4178daf70c18c2bdef9f607db3fba84cc10b2306c608116ef2eb08414268125d
diff --git a/dev-python/oauthlib/oauthlib-2.0.1.ebuild b/dev-python/oauthlib/oauthlib-2.0.1.ebuild
deleted file mode 100644
index 8e2670c4e15..00000000000
--- a/dev-python/oauthlib/oauthlib-2.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Spec-compliant and thorough implementation of the OAuth request-signing logic"
-HOMEPAGE="https://github.com/idan/oauthlib https://pypi.python.org/pypi/oauthlib"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="test"
-
-# optional extras hard set as RDEPs. See setup.py
-RDEPEND="
- >=dev-python/pyjwt-1.0.0[${PYTHON_USEDEP}]
- dev-python/blinker[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- "
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- test? ( ${RDEPEND}
- dev-python/nose[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '>=dev-python/mock-1.0.1[${PYTHON_USEDEP}]' python2_7)
- $(python_gen_cond_dep 'dev-python/unittest2[${PYTHON_USEDEP}]' python2_7) )
- "
-
-python_test() {
- nosetests || die "tests failed under ${EPYTHON}"
-}
next reply other threads:[~2018-01-05 13:26 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-05 13:26 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-25 13:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/oauthlib/ WANG Xuerui
2024-08-11 16:19 Michał Górny
2023-05-31 16:49 Sam James
2023-03-16 4:03 Michał Górny
2022-10-20 23:34 Sam James
2022-10-18 19:52 Michał Górny
2022-10-18 18:51 Sam James
2022-10-18 6:36 Michał Górny
2022-10-10 20:18 Michał Górny
2022-10-10 18:34 Sam James
2022-09-10 5:38 Arthur Zamarin
2022-06-07 9:38 Jakov Smolić
2022-05-22 14:51 Andrew Ammerlaan
2022-03-30 14:24 Jakov Smolić
2022-03-15 14:17 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-03-15 9:22 Michał Górny
2022-01-30 7:22 Michał Górny
2021-07-13 6:44 Michał Górny
2021-07-13 4:02 Sam James
2021-07-03 6:25 Agostino Sarubbo
2021-07-03 6:17 Agostino Sarubbo
2021-06-01 21:37 Michał Górny
2021-02-27 21:39 Sam James
2020-12-11 12:42 Michał Górny
2020-08-19 20:00 Sam James
2020-06-15 2:35 Aaron Bauman
2020-05-04 11:26 Michał Górny
2020-03-28 11:21 Michał Górny
2020-03-13 9:56 Michał Górny
2020-02-05 16:53 Michał Górny
2018-06-26 18:09 Pacho Ramos
2018-03-31 0:59 Matt Thode
2018-02-17 1:47 Matt Thode
2017-09-10 2:17 Tim Harder
2017-08-27 4:26 Matt Thode
2017-05-05 12:42 Manuel Rüger
2017-03-26 4:16 Matt Thode
2017-02-27 2:16 Matt Thode
2016-03-02 10:46 Patrick Lauer
2016-02-28 6:56 Matt Thode
2016-02-09 9:33 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=1515158767.c720716a6552753319297ba63d611921331f5953.mgorny@gentoo \
--to=mgorny@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