summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-03-27 22:12:57 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-03-27 22:12:57 +0000
commitef32dff1d6709da9ec71f7bc02c3dd9c07c55f6b (patch)
tree2206f9120b573ae7c81a817fca1b666fa0893b6a /dev-python/requests-oauthlib
parentRemove old. (diff)
downloadgentoo-2-ef32dff1d6709da9ec71f7bc02c3dd9c07c55f6b.tar.gz
gentoo-2-ef32dff1d6709da9ec71f7bc02c3dd9c07c55f6b.tar.bz2
gentoo-2-ef32dff1d6709da9ec71f7bc02c3dd9c07c55f6b.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/requests-oauthlib')
-rw-r--r--dev-python/requests-oauthlib/ChangeLog6
-rw-r--r--dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild28
-rw-r--r--dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild29
3 files changed, 5 insertions, 58 deletions
diff --git a/dev-python/requests-oauthlib/ChangeLog b/dev-python/requests-oauthlib/ChangeLog
index 5efaf454bcfb..ae76189c7483 100644
--- a/dev-python/requests-oauthlib/ChangeLog
+++ b/dev-python/requests-oauthlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/requests-oauthlib
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 1.8 2015/03/08 23:58:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/ChangeLog,v 1.9 2015/03/27 22:12:57 mrueg Exp $
+
+ 27 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -requests-oauthlib-0.3.3.ebuild,
+ -requests-oauthlib-0.4.0.ebuild:
+ Remove old.
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> requests-oauthlib-0.4.1.ebuild:
x86 stable, bug 540290
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild
deleted file mode 100644
index 15ba45402d0f..000000000000
--- a/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.3.3.ebuild,v 1.2 2013/10/13 09:26:34 pacho Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="This project provides first-class OAuth library support for Requests"
-HOMEPAGE="https://github.com/requests/requests-oauthlib"
-SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="ISC"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-RDEPEND="
- >=dev-python/requests-1.0.0[${PYTHON_USEDEP}]
- >=dev-python/oauthlib-0.4.2[${PYTHON_USEDEP}]
-"
-
-python_test() {
- esetup.py test
-} \ No newline at end of file
diff --git a/dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild b/dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild
deleted file mode 100644
index 83cb4c970dbf..000000000000
--- a/dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-oauthlib/requests-oauthlib-0.4.0.ebuild,v 1.3 2014/09/06 08:04:51 idella4 Exp $
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="This project provides first-class OAuth library support for Requests"
-HOMEPAGE="https://github.com/requests/requests-oauthlib"
-SRC_URI="https://github.com/requests/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="ISC"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-RDEPEND="
- >=dev-python/requests-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/oauthlib-0.4.2[${PYTHON_USEDEP}]
-"
-PATCHES=( "${FILESDIR}"/${P}-expires_at.patch )
-
-python_test() {
- esetup.py test
-}