From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/django-otp/Manifest | 3 +++ dev-python/django-otp/django-otp-0.3.4.ebuild | 22 ++++++++++++++++++++++ dev-python/django-otp/metadata.xml | 9 +++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-python/django-otp/Manifest create mode 100644 dev-python/django-otp/django-otp-0.3.4.ebuild create mode 100644 dev-python/django-otp/metadata.xml (limited to 'dev-python/django-otp') diff --git a/dev-python/django-otp/Manifest b/dev-python/django-otp/Manifest new file mode 100644 index 000000000000..bee88e08d5f6 --- /dev/null +++ b/dev-python/django-otp/Manifest @@ -0,0 +1,3 @@ +DIST django-otp-0.3.4.tar.gz 39992 BLAKE2B e85cee8d868038aa936a8a3bd7dfd326a28a7609f3a6273637e075fb971dba27060b39f18773628c6a963525a0aa83328d72de937957f430629b8ad6fa77e127 SHA512 62b6683050a9dbd0bcfc9a63bd965f19e5d088c3e53c5e45067f8a785aa7b2a7b540d0331742bf8b979ad95d308f944bfef250989d1f782849a71bbc79a7d53c +EBUILD django-otp-0.3.4.ebuild 541 BLAKE2B cfd56608c112f605107630452694b00395e30fb4c5852e7c5ba99b449e6059fb2ebd979a5d6ecf045714773cef98f3dfb9ad4e9fbad127b4c0f6ee54b44e0868 SHA512 3f66855843e29cec6873333a0cd2c247e28edeab90bd776ecc3097710d60413cf90bf64b36e3839535825149d550b75f25d84e8cb7ff80c7f93ad9db3940245e +MISC metadata.xml 308 BLAKE2B 4ab31e91721855334918e7c51072069b20202977309fe1e9509952351500a59b7daea3adafff99e44bb4ffdef76e900716e7718fefe3f4bb3f790a80955baf6c SHA512 06e2750aa7131626332ae0b473edb21ebba3ab26aeba63fde2dea4520c38a8e3d94e18e5f4aa5c759493059aa127858e1595975503f6a723611774d7fcd2550b diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild b/dev-python/django-otp/django-otp-0.3.4.ebuild new file mode 100644 index 000000000000..eb05d4af0f2d --- /dev/null +++ b/dev-python/django-otp/django-otp-0.3.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Django framework adding two-factor authentication using one-time passwords" +HOMEPAGE="https://bitbucket.org/psagers/django-otp" +SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-python/django-1.4.2[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-otp/metadata.xml b/dev-python/django-otp/metadata.xml new file mode 100644 index 000000000000..553985bc1948 --- /dev/null +++ b/dev-python/django-otp/metadata.xml @@ -0,0 +1,9 @@ + + + + + + django-otp + psagers/django-otp + + -- cgit v1.2.3