diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-27 22:11:43 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-27 22:11:43 +0000 |
commit | 2a0091df856f5833012106613e276d83d63ffd74 (patch) | |
tree | 0fd570d267619e481945a02d0b7e987bb62fb06a /dev-python/oauthlib | |
parent | Remove old. (diff) | |
download | gentoo-2-2a0091df856f5833012106613e276d83d63ffd74.tar.gz gentoo-2-2a0091df856f5833012106613e276d83d63ffd74.tar.bz2 gentoo-2-2a0091df856f5833012106613e276d83d63ffd74.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/oauthlib')
-rw-r--r-- | dev-python/oauthlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/oauthlib/oauthlib-0.3.0.ebuild | 38 | ||||
-rw-r--r-- | dev-python/oauthlib/oauthlib-0.6.3.ebuild | 32 | ||||
-rw-r--r-- | dev-python/oauthlib/oauthlib-0.7.1.ebuild | 32 |
4 files changed, 5 insertions, 103 deletions
diff --git a/dev-python/oauthlib/ChangeLog b/dev-python/oauthlib/ChangeLog index 3c4c1a4422f9..2232b721c704 100644 --- a/dev-python/oauthlib/ChangeLog +++ b/dev-python/oauthlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/oauthlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.40 2015/03/08 23:54:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.41 2015/03/27 22:11:43 mrueg Exp $ + + 27 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -oauthlib-0.3.0.ebuild, + -oauthlib-0.6.3.ebuild, -oauthlib-0.7.1.ebuild: + Remove old. 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> oauthlib-0.7.2.ebuild: x86 stable, bug 540290 diff --git a/dev-python/oauthlib/oauthlib-0.3.0.ebuild b/dev-python/oauthlib/oauthlib-0.3.0.ebuild deleted file mode 100644 index 8023cbcff4a4..000000000000 --- a/dev-python/oauthlib/oauthlib-0.3.0.ebuild +++ /dev/null @@ -1,38 +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/oauthlib/oauthlib-0.3.0.ebuild,v 1.7 2014/07/06 12:44:08 mgorny Exp $ - -EAPI="4" - -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.*" -DISTUTILS_SRC_TEST="nosetests" -# Tests depend on dict order, see https://github.com/idangazit/oauthlib/issues/40 -PYTHON_TESTS_RESTRICTED_ABIS="*-pypy-*" - -inherit distutils - -DESCRIPTION="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -HOMEPAGE="https://github.com/idan/oauthlib - http://pypi.python.org/pypi/oauthlib" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="test" - -RDEPEND="dev-python/pycrypto" -DEPEND="${RDEPEND} - dev-python/setuptools" - -src_test() { - touch tests/__init__.py - distutils_src_test -} - -src_install() { - rm -f tests/__init__.py - distutils_src_install -} diff --git a/dev-python/oauthlib/oauthlib-0.6.3.ebuild b/dev-python/oauthlib/oauthlib-0.6.3.ebuild deleted file mode 100644 index d6d597f6869e..000000000000 --- a/dev-python/oauthlib/oauthlib-0.6.3.ebuild +++ /dev/null @@ -1,32 +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/oauthlib/oauthlib-0.6.3.ebuild,v 1.3 2014/09/06 07:47:04 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -HOMEPAGE="https://github.com/idan/oauthlib http://pypi.python.org/pypi/oauthlib" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="test" - -# >=pycrypto-2.6-r1 for python3 support -# unittest2 for python2 compat -RDEPEND=">=dev-python/pycrypto-2.6-r1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/nose[${PYTHON_USEDEP}] - dev-python/pyjwt[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" - -python_test() { - nosetests || die -} diff --git a/dev-python/oauthlib/oauthlib-0.7.1.ebuild b/dev-python/oauthlib/oauthlib-0.7.1.ebuild deleted file mode 100644 index b706af1dafdc..000000000000 --- a/dev-python/oauthlib/oauthlib-0.7.1.ebuild +++ /dev/null @@ -1,32 +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/oauthlib/oauthlib-0.7.1.ebuild,v 1.1 2014/11/06 12:56:24 idella4 Exp $ - -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" -HOMEPAGE="https://github.com/idan/oauthlib http://pypi.python.org/pypi/oauthlib" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -# optional extras hard set as RDEPs. See setup.py -RDEPEND=">=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] - dev-python/pyjwt[${PYTHON_USEDEP}] - dev-python/blinker[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - 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_test() { - nosetests || die -} |