ercpe       14/12/28 09:41:35

  Added:                django-two-factor-auth-1.0.0.ebuild metadata.xml
                        Manifest ChangeLog
  Log:
  New ebuild for django-two-factor-auth
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.1                  
dev-python/django-two-factor-auth/django-two-factor-auth-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/django-two-factor-auth-1.0.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/django-two-factor-auth-1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: django-two-factor-auth-1.0.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-two-factor-auth/django-two-factor-auth-1.0.0.ebuild,v
 1.1 2014/12/28 09:41:35 ercpe Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )

inherit eutils distutils-r1

DESCRIPTION="User-friendly Two-Factor Authentication for Django"
HOMEPAGE="https://github.com/Bouke/django-two-factor-auth";
SRC_URI="https://github.com/Bouke/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test yubikey"

CDEPEND=">=dev-python/django-1.4.2[${PYTHON_USEDEP}]
                >=dev-python/django-otp-0.2.0[${PYTHON_USEDEP}]
                dev-python/qrcode[${PYTHON_USEDEP}]
                dev-python/twilio[${PYTHON_USEDEP}]
                yubikey? ( dev-python/django-otp-yubikey[${PYTHON_USEDEP}] )
                "

RDEPEND="${CDEPEND}"
DEPEND="test? (
                        dev-python/flake8[${PYTHON_USEDEP}]
                        dev-python/mock[${PYTHON_USEDEP}]
                        ${CDEPEND}
                )"

python_prepare_all() {
        distutils-r1_python_prepare_all
        sed -i "/'qrcode/s/^/#/" setup.py || die
}

python_test() {
        emake test || die
}



1.1                  dev-python/django-two-factor-auth/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-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>
        <maintainer>
                <email>[email protected]</email>
                <name>Johann Schmitz (ercpe)</name>
        </maintainer>
        <use>
                <flag name="yubikey">Adds support for Yubikeys via 
django-otp-yubikey</flag>
        </use>
</pkgmetadata>



1.1                  dev-python/django-two-factor-auth/Manifest

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/Manifest?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST django-two-factor-auth-1.0.0.tar.gz 99612 SHA256 
54677063beaf1c252a17b004fd52c23e45258d77fb21af5cd7461e12913e3c77 SHA512 
ff70c44216c0c82f783c39ca85e57b306f368540f171bd93127d39da63315b836f2bde27ee318d6ee7f7d7d406e0c7abcb63585f98d3effb4580ec8442da1de2
 WHIRLPOOL 
8026de75a67bdae1dbcc58fb8b6d3342f5b0e0ecc77d0ddc5bc7e853c7907527d82a770b505f1a4d7c09d366f5f640a21de41354b3bd53a226650893538a5882
EBUILD django-two-factor-auth-1.0.0.ebuild 989 SHA256 
46e941ceceb6c209b9a49ac99a14d60417b0c1b7a916d84cafa3d92329df0743 SHA512 
1044cfa18bb1ba6219063f2087c04b14ed26b874a3db1b4fb879edc29974a89c28462f835b6be0eeee38652c762b0d6dfdb690ae72367b9e242c21bd9a0751d1
 WHIRLPOOL 
659f3aa544eb73842767c9f3992de536d0537cceb0c9a2ba6d2263e6ff6069445fd23fc861958f8ab765922ec847bb90e52f19607a0cf8a07f3eac8fb0fa9e43
MISC metadata.xml 334 SHA256 
76111574b91dafb969162c4c308ca16907337f88f3c64b4a39bcff756d3a8afd SHA512 
02cb39774fa47fbb01e10f21d3eec4486b3245c0da78b2bc2cfbd8e32ce95f9ffeece1c79cd19b97cff69f0182967ac50c74437950fd2b47543949e1c759b320
 WHIRLPOOL 
777752c85eb90608c654656fcca9853a9781e1d82502132ba2c8d2adf7fb1fcef94de36110289489b4f9f19e36f6d469a09a7308487687190b43da46c065e224



1.1                  dev-python/django-two-factor-auth/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/django-two-factor-auth
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/django-two-factor-auth/ChangeLog,v 1.1 
2014/12/28 09:41:35 ercpe Exp $

*django-two-factor-auth-1.0.0 (28 Dec 2014)

  28 Dec 2014; Johann Schmitz <[email protected]>
  +django-two-factor-auth-1.0.0.ebuild, +metadata.xml:
  New ebuild for django-two-factor-auth




Reply via email to