summaryrefslogtreecommitdiff
path: root/dev-python/python3-openid
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-06 23:13:57 +0000
commita8b0d35ab742f31538d515dea39716e566d533c0 (patch)
tree40c6c87a13f0e5ef1111ed1bdd9191f3bd1c1e59 /dev-python/python3-openid
parent8fcdcec5fbdd0e3a77391e4f354218014f59f358 (diff)
gentoo resync : 06.01.2018
Diffstat (limited to 'dev-python/python3-openid')
-rw-r--r--dev-python/python3-openid/Manifest2
-rw-r--r--dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild34
2 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/python3-openid/Manifest b/dev-python/python3-openid/Manifest
index 9584f86e6f84..ef85dab3f0d3 100644
--- a/dev-python/python3-openid/Manifest
+++ b/dev-python/python3-openid/Manifest
@@ -1,6 +1,4 @@
AUX django-tests.patch 970 BLAKE2B 288fde804671d98cb904d77c9dc2486c006827929c907b8ead82f6bb71a2334e1968ad95833f04ea0d1766d4ff121d03cfbbb23812153bbf79a34ea2175bc000 SHA512 7fda9e32b094712b35ce5a8b6a5238b90ff232eaf4ec12a8b3d34c87b133dd1b3e79b44d9e59a11c484a077d15e951300a7c15f60a511f7e77a377196094f8f5
-DIST python3-openid-3.0.4_p1.tar.gz 306465 BLAKE2B 0718419f94ca781eb7f9ce38ee5cf34adb8ef6462485a416b4ca0bf62097a83969dbea05b5020f1d64aaed10317a05c92d9fb4ccaa259fe0adac544bc2f33edf SHA512 6e710dc47c3c1d4f31937b8a4dcf546cdb06128ffddbc3b2e2a2a9e09a8a3a7122326ba2137a92269f58a29f1b264c2e942610098f91f237d45f5ff0887faea0
DIST python3-openid-3.1.0.tar.gz 299326 BLAKE2B 809e38cb20be9dcbb520a17a99758554f33f6f94b98b3deee4507eac0d8724c370a48c7b267f473e3b31e90593b1ef7702eb5d8adfc908c532ba624139da0b23 SHA512 9c96efd16191ddb6ddb12c4885a2cce523244d04e70f9418144d0124ef142fd7b6578cd2a01e949995d7dedf0b96cbb3b17d1d3a29db5da8934f7fa875ad8e9c
-EBUILD python3-openid-3.0.4_p1.ebuild 845 BLAKE2B ed58050c626b52738d0b5afae65c67782cb908caba07b3ad7d48c3c750fdc392cd4129ea109b9f6a02dbb7d78776ae3debcd592958f2fa374f0825a545d4359d SHA512 9ef9966571b51b5c432e40884c6410eaa4ba6977e1efc4aa3566fabe6ff0422437e6e307a5419f8c28c94d104c611df36f999fa53a3436d47aee4ba562702cb4
EBUILD python3-openid-3.1.0.ebuild 697 BLAKE2B eb5c68a7ff93d3bd94e295129b233255f229c22e8c8f705f60a2fa76a1c3891d383a71c99e341dc592792dbed91bbed6ecba7fa9fdf59652b94cc0d9918115e9 SHA512 1bcf11fb571361c31d6be4b6e9aa96b490a17eebbe5deba48bdb712cc41a9c4320ec546f919c98b70161ece502699a394bdc5c8026825af306a5550e30208301
MISC metadata.xml 337 BLAKE2B fd9b6c6e99251249623c019892e1962b2212f8781efb18935a9e9f6da8ac836e114b84758d43529a51e3260981621f8d5c5c17f8ffec7e8b1c34d2c2e335e531 SHA512 099dc2e5cd089e1638ad20bc476cd8d9e6d173b22611f48b34b9945f92886550f53d86ca672882bd570cd6515c33a2d8b4acb87fbd35abfbc55bd592b570459c
diff --git a/dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild b/dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild
deleted file mode 100644
index a7a1afd54b05..000000000000
--- a/dev-python/python3-openid/python3-openid-3.0.4_p1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit vcs-snapshot distutils-r1
-
-DESCRIPTION="Python 3 port of the python-openid library"
-HOMEPAGE="https://github.com/necaris/python3-openid https://pypi.python.org/pypi/python3-openid"
-SRC_URI="https://github.com/necaris/${PN}/archive/47a15d30b962a4316473ae9909b3405773d78181.tar.gz -> ${P}.tar.gz"
-#https://github.com/necaris/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="examples test"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/django-tests.patch
-)
-
-python_test() {
- "${S}"/run_tests.sh || die "tests fail on ${EPYTHON}"
-}
-
-python_install_all() {
- use examples && local EXAMPLES="examples/."
- distutils-r1_python_install_all
-}