From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0A4A01388C0 for ; Mon, 29 Feb 2016 12:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 866D321C032; Mon, 29 Feb 2016 12:54:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E908621C012 for ; Mon, 29 Feb 2016 12:54:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0E7F34087F for ; Mon, 29 Feb 2016 12:54:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 321511BA0 for ; Mon, 29 Feb 2016 12:54:01 +0000 (UTC) From: "Tiziano Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tiziano Müller" Message-ID: <1456749631.21f2e11ea6d14b01d074b2021809ecad6b0aa6d0.dev-zero@gentoo> Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-python/flask-principal/ X-VCS-Repository: dev/dev-zero X-VCS-Files: dev-python/flask-principal/Manifest dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild dev-python/flask-principal/metadata.xml X-VCS-Directories: dev-python/flask-principal/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 21f2e11ea6d14b01d074b2021809ecad6b0aa6d0 X-VCS-Branch: master Date: Mon, 29 Feb 2016 12:54:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db4beed2-a450-4ccf-b5eb-3c8cf85236f5 X-Archives-Hash: 80cb54ebea6245f9ed2d741f5d67785e commit: 21f2e11ea6d14b01d074b2021809ecad6b0aa6d0 Author: Tiziano Müller gentoo org> AuthorDate: Mon Feb 29 12:40:31 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Mon Feb 29 12:40:31 2016 +0000 URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=21f2e11e dev-python/flask-principal: rev bump for EAPI=6 and py-3.5, fix tests dev-python/flask-principal/Manifest | 1 + .../flask-principal-0.4.0-r1.ebuild | 28 ++++++++++++++++++++++ dev-python/flask-principal/metadata.xml | 11 +++++++++ 3 files changed, 40 insertions(+) diff --git a/dev-python/flask-principal/Manifest b/dev-python/flask-principal/Manifest new file mode 100644 index 0000000..3f85a8f --- /dev/null +++ b/dev-python/flask-principal/Manifest @@ -0,0 +1 @@ +DIST flask-principal-0.4.0.tar.gz 17287 SHA256 ed8c58943460d7d54c29463e2fe98ae4969d3818c0f59b36e9b2649128db96c9 SHA512 ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a WHIRLPOOL 66fd5fd659c4984b604d60bdd4b7733644d1997fad761b62cee68196f84d4c5ceab81ea54728678ec4f94ada4f6e1d500ca9ede14c94d90e6e56e070389da735 diff --git a/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild new file mode 100644 index 0000000..b7c7d65 --- /dev/null +++ b/dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Identity management for flask" +HOMEPAGE="http://pythonhosted.org/Flask-Principal/ https://pypi.python.org/pypi/Flask-Principal" +SRC_URI="https://github.com/mattupstate/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +# pypi tarball is missing tests + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="dev-python/flask[${PYTHON_USEDEP}] + dev-python/blinker[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/nose[${PYTHON_USEDEP}] )" + +python_test() { + nosetests -v || die "Testing failed with ${EPYTHON}" +} diff --git a/dev-python/flask-principal/metadata.xml b/dev-python/flask-principal/metadata.xml new file mode 100644 index 0000000..ba2e0f7 --- /dev/null +++ b/dev-python/flask-principal/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + Python + + + Flask-Principal + +