From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A60A138332 for ; Tue, 13 Sep 2016 12:53:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32EADE0B2A; Tue, 13 Sep 2016 12:53:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF942E0B2A for ; Tue, 13 Sep 2016 12:53:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87E0833E5E4 for ; Tue, 13 Sep 2016 12:53:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D8D2485 for ; Tue, 13 Sep 2016 12:53:50 +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: <1473771210.6a4fc569855379ec50fff9d928e75628545e915a.dev-zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-principal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-principal/Manifest dev-python/flask-principal/flask-principal-0.4.0-r1.ebuild X-VCS-Directories: dev-python/flask-principal/ X-VCS-Committer: dev-zero X-VCS-Committer-Name: Tiziano Müller X-VCS-Revision: 6a4fc569855379ec50fff9d928e75628545e915a X-VCS-Branch: master Date: Tue, 13 Sep 2016 12:53:50 +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: 4d9ff65d-2629-4092-92dc-b1325b8911a3 X-Archives-Hash: 5682105b5958c88fcaf6588a9ac0a1ec commit: 6a4fc569855379ec50fff9d928e75628545e915a Author: Tiziano Müller gentoo org> AuthorDate: Tue Sep 13 12:51:10 2016 +0000 Commit: Tiziano Müller gentoo org> CommitDate: Tue Sep 13 12:53:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4fc569 dev-python/flask-principal: rev-bump for EAPI 6 bump, py-3.5 support and working tests Package-Manager: portage-2.3.0 dev-python/flask-principal/Manifest | 1 + .../flask-principal-0.4.0-r1.ebuild | 28 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-python/flask-principal/Manifest b/dev-python/flask-principal/Manifest index 8df2b5e..f7cc2ea 100644 --- a/dev-python/flask-principal/Manifest +++ b/dev-python/flask-principal/Manifest @@ -1 +1,2 @@ DIST Flask-Principal-0.4.0.tar.gz 5452 SHA256 f5d6134b5caebfdbb86f32d56d18ee44b080876a27269560a96ea35f75c99453 SHA512 18f8f7766af62f99ccd52e34919e3f161ffb727c227c2714d651fad9bf6df3958289389e9b9cfe22d01a150985d1a631db3222626be1c4b12daea22434e4c85e WHIRLPOOL 8bd3dd1d0e5b876fd6cb4cf95b2ed6ce7e077404dd4c2781460dbc333c38c4f0eb55855737ebe0c3042c83c5aa5b7bf4d2c7ca5a9d4b8f8ec9901009b8713c0d +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 00000000..5d5207a --- /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=( python2_7 python3_{4,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}" +}