diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-22 14:25:03 +0100 |
commit | 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 (patch) | |
tree | b041acef19bb9ae66c228d5c9d34d1e00aeb2b95 /dev-python/django-social-auth | |
parent | 5cfef3c94cd7e82136c69a0322f5ba21f7e64632 (diff) |
gentoo resync : 22.04.2018
Diffstat (limited to 'dev-python/django-social-auth')
-rw-r--r-- | dev-python/django-social-auth/Manifest | 3 | ||||
-rw-r--r-- | dev-python/django-social-auth/django-social-auth-0.7.28.ebuild | 43 | ||||
-rw-r--r-- | dev-python/django-social-auth/metadata.xml | 11 |
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-python/django-social-auth/Manifest b/dev-python/django-social-auth/Manifest deleted file mode 100644 index 9b0da6df7952..000000000000 --- a/dev-python/django-social-auth/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST django-social-auth-0.7.28.tar.gz 289666 BLAKE2B ebdc193cb6372131e45f071f87e656c2e31cdfab7381d9fbd117934ba658711b22c68d55078c946bf708a0c9f36efc35335b4a0f6469e829df971db9039ec234 SHA512 9215d8b50896553ad88029a0c89d2db6787468d657b8a34c6c120b3df8c909a42bc79fc54321c6b4dd386867e3479252976f8c0b36f211cc1270baf4b7cc4bf8 -EBUILD django-social-auth-0.7.28.ebuild 1248 BLAKE2B 772dcce7c3de268e5d67f65e821d7a0fa9d677d17093a2f3a1be457599085175bfaf103740ffc97b4b435fec6c07faabd7a13cb483266960d9d84c7db324ceb4 SHA512 b5f06f09e2762f7e3153132dd56138aa4cbeb8403637f17b38ea98d9a4f5bd61f8a34dc576202b7fe66e06939752e60cc7c558f67d9e82b0ba9e47e851489bf5 -MISC metadata.xml 338 BLAKE2B d9c691de54bc376de7a21b1e64915cf59931f1f3236171ea4049a113646f8c672c684a84b3924a7de8da715bb92bd3af00ccc28e754020763d70817b0fea62fd SHA512 40acd038b94aad0a0b363d93af5ef3f47787955f7e90ad9dd40e57c70c1cb512255cbf144cc3039a53543c09b958600b0bd33182f4348cbee95d7a844f103140 diff --git a/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild b/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild deleted file mode 100644 index 72a6faf6814b..000000000000 --- a/dev-python/django-social-auth/django-social-auth-0.7.28.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="An easy to setup social authentication/authorization mechanism for Django projects" -HOMEPAGE="https://pypi.python.org/pypi/django-social-auth/" -SRC_URI="https://github.com/omab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 x86" -IUSE="doc examples" - -LICENSE="BSD" -SLOT="0" -# Tests access and test logins to social media sites -RESTRICT="test" - -RDEPEND=">=dev-python/django-1.2.5[${PYTHON_USEDEP}] - >=dev-python/oauth2-1.5.167[${PYTHON_USEDEP}] - >=dev-python/python-openid-2.2[${PYTHON_USEDEP}] - >=dev-python/selenium-2.29.0[${PYTHON_USEDEP}] - ~dev-python/mock-1.0.1[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" - -python_prepare_all() { - # Prevent un-needed d'loading in doc build - sed -e 's:^intersphinx:_&:' -i doc/conf.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - use doc && emake -C doc html -} - -python_install_all() { - use doc && local HTML_DOCS=( doc/_build/html/. ) - use examples && local EXAMPLES=( example/. ) - distutils-r1_python_install_all -} diff --git a/dev-python/django-social-auth/metadata.xml b/dev-python/django-social-auth/metadata.xml deleted file mode 100644 index 6f106a3422df..000000000000 --- a/dev-python/django-social-auth/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">omab/django-social-auth</remote-id> - </upstream> -</pkgmetadata> |