maksbotan 14/08/30 14:20:15
Added: python-social-auth-0.1.26.ebuild ChangeLog
metadata.xml Manifest
Log:
Add dev-python/python-social-auth
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
F8DBDADE)
Revision Changes Path
1.1
dev-python/python-social-auth/python-social-auth-0.1.26.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild?rev=1.1&content-type=text/plain
Index: python-social-auth-0.1.26.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-python/python-social-auth/python-social-auth-0.1.26.ebuild,v
1.1 2014/08/30 14:20:15 maksbotan Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3} )
inherit distutils-r1
DESCRIPTION="Easy to setup social auth mechanism with support for several
frameworks and auth providers"
HOMEPAGE="http://psa.matiasaguirre.net/"
SRC_URI="https://github.com/omab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc test"
RDEPEND="
$(python_gen_cond_dep \
'dev-python/python-openid[${PYTHON_USEDEP}]' 'python2*')
$(python_gen_cond_dep \
'dev-python/python3-openid[${PYTHON_USEDEP}]' 'python3*')
>=dev-python/oauthlib-0.3.8[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/requests-oauthlib[${PYTHON_USEDEP}]
>=dev-python/six-1.2.0[${PYTHON_USEDEP}]
"
DEPEND="${DEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
"
# tests require internet
#"
# test? (
# dev-python/coverage[${PYTHON_USEDEP}]
# dev-python/httpretty[${PYTHON_USEDEP}]
# dev-python/mock[${PYTHON_USEDEP}]
# dev-python/nose[${PYTHON_USEDEP}]
# dev-python/sure[${PYTHON_USEDEP}]
# )
#"
python_compile_all() {
use doc && emake -C docs html
}
python_install_all() {
use doc && local HTML_DOCS=( docs/_build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}
#python_test() {
# "${S}"/social/tests/run_tests.sh || die "Tests failed on ${EPYTHON}"
#}
1.1 dev-python/python-social-auth/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/ChangeLog?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-python/python-social-auth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-social-auth/ChangeLog,v
1.1 2014/08/30 14:20:15 maksbotan Exp $
*python-social-auth-0.1.26 (30 Aug 2014)
30 Aug 2014; Maxim Koltsov <[email protected]> +metadata.xml,
+python-social-auth-0.1.26.ebuild:
Add dev-python/python-social-auth
1.1 dev-python/python-social-auth/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/metadata.xml?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
</pkgmetadata>
1.1 dev-python/python-social-auth/Manifest
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/Manifest?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-social-auth/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST python-social-auth-0.1.26.tar.gz 247579 SHA256
9f0a9e8526850e9d0bdd4e5df4d2a6129c4da5a747887ccbfebafc0d2868120c SHA512
c3637f9a269f2c8465b1896840a5ca0f70bb6c45c93f7d9c08c54434037984538ba95442a164841c069cb5b1fd251d0f3f62baa1dc2754a542baceb2f325bd8b
WHIRLPOOL
e9d17f1c7b094cf0c20d7cee6ba06e0557b322d24aa6bf53743e49eaa08bf8935e71b7d1793227d53d6ff9cacebae975768feab5f6d37d683df8f16caf19a9ed
EBUILD python-social-auth-0.1.26.ebuild 1480 SHA256
a6a8c32ee03300b5d2f91339da11cf90c58cf06827ef014d2298276b2de006c2 SHA512
5beba05fec0967deab91e426c52db29f7e3617f6d99d9d681f2c2ae89f193d03b21623216b6ffb7eb2864497d21346c451386a3f8640b519a3571237af857e0c
WHIRLPOOL
0b7a0aa2cd5a4981c59bba6268b394e5a103977ad2c8bbe3583cf9499b916300057970cb1b2fc5fd2b74bd94efe83bb3b73df6a1fc3fbc029d86b0ed7f7c00d9
MISC ChangeLog 312 SHA256
47d463a371c0e0b4de87745b31d8f6ac2a788cd1e6aef245ef213e839f4fa62c SHA512
7cd0f8d7d54df395f3860f27e6d321ccf4fcaf4ab09238e8914547d32b720aa51ee81b67be76601ec36210b7ec6f6ec1b9f5970ff25942cb9b5144d304b53213
WHIRLPOOL
2708bb84b92438f0005969b726039183244816eae69e54bc43e4af9907f3f102de731301aa72f87199929a2b592e367a42130b9722fda1dc0bb8c237fb22d63f
MISC metadata.xml 159 SHA256
9f01104d3484792496faff4805eed0ecea2352a897151f3397d49a13800037b4 SHA512
d5a29b9f6ecddfc368dc0f1f8919cd3c3d6ecf2c7a82bc8d4c0dd51b7aa15561ed0462acb8ae39bc84f97e706e82d9b4b06357494f164f1648219f604b473fbe
WHIRLPOOL
36e19b63a1b307cc200e1d73499b7477f73799db3909e71b5a0916084728351c76d400f65e2c8b3f8fffb2c9ba54c0bd235f785b47414178d98f11d64a9420d7