diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-04 07:30:02 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-04 07:30:02 +0000 |
commit | 53125d1b268283ce97a5cd7f24379b66d2beedad (patch) | |
tree | 4bb4b4bd08e002298558f88a96162b16366f8db6 /dev-python | |
parent | Bump (diff) | |
download | gentoo-2-53125d1b268283ce97a5cd7f24379b66d2beedad.tar.gz gentoo-2-53125d1b268283ce97a5cd7f24379b66d2beedad.tar.bz2 gentoo-2-53125d1b268283ce97a5cd7f24379b66d2beedad.zip |
Bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-oauth-plus/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/django-oauth-plus/django-oauth-plus-2.1.0.ebuild | 27 |
2 files changed, 35 insertions, 3 deletions
diff --git a/dev-python/django-oauth-plus/ChangeLog b/dev-python/django-oauth-plus/ChangeLog index 71443f8d3487..69a0ca04c890 100644 --- a/dev-python/django-oauth-plus/ChangeLog +++ b/dev-python/django-oauth-plus/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for dev-python/django-oauth-plus -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 1.1 2012/05/08 12:16:31 iksaif Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/ChangeLog,v 1.2 2013/04/04 07:30:02 patrick Exp $ + +*django-oauth-plus-2.1.0 (04 Apr 2013) + + 04 Apr 2013; Patrick Lauer <patrick@gentoo.org> + +django-oauth-plus-2.1.0.ebuild: + Bump *django-oauth-plus-2.0 (08 May 2012) 08 May 2012; <iksaif@gentoo.org> +django-oauth-plus-2.0.ebuild, +metadata.xml: New ebuild for django-oauth-plus. - diff --git a/dev-python/django-oauth-plus/django-oauth-plus-2.1.0.ebuild b/dev-python/django-oauth-plus/django-oauth-plus-2.1.0.ebuild new file mode 100644 index 000000000000..93953e363065 --- /dev/null +++ b/dev-python/django-oauth-plus/django-oauth-plus-2.1.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/django-oauth-plus/django-oauth-plus-2.1.0.ebuild,v 1.1 2013/04/04 07:30:01 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" +SUPPORT_PYTHON_ABIS="1" + +inherit distutils + +DESCRIPTION="Support of OAuth 1.0a in Django using python-oauth2" +HOMEPAGE="http://pypi.python.org/pypi/django-oauth-plus http://code.welldev.org/django-oauth-plus/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/django-1.2.4 + >=dev-python/oauth2-1.5.170" +DEPEND="${RDEPEND} + dev-python/setuptools + dev-python/setuptools_hg" + +PYTHON_MODNAME="oauth_provider" |