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 4E43959CA3 for ; Fri, 19 Feb 2016 09:45:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4083A21C1BD; Fri, 19 Feb 2016 09:45:32 +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 6514C21C1BB for ; Fri, 19 Feb 2016 09:45:31 +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 5AE09340AE0 for ; Fri, 19 Feb 2016 09:45:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8DFC16C2 for ; Fri, 19 Feb 2016 09:45:28 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455875123.14dfaa6c34fa82de1603c7b566f72267a78a9e23.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flexx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flexx/Manifest dev-python/flexx/flexx-0.3.1.ebuild X-VCS-Directories: dev-python/flexx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 14dfaa6c34fa82de1603c7b566f72267a78a9e23 X-VCS-Branch: master Date: Fri, 19 Feb 2016 09:45:28 +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: d498cb21-14b8-4b62-a974-1c22971d618f X-Archives-Hash: 39a2afdf25779c6bf0f84882546ff9b8 commit: 14dfaa6c34fa82de1603c7b566f72267a78a9e23 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 19 09:45:13 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 19 09:45:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14dfaa6c dev-python/flexx: Version Bump Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/flexx/Manifest | 1 + dev-python/flexx/flexx-0.3.1.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-python/flexx/Manifest b/dev-python/flexx/Manifest index b377f2c..44de1c1 100644 --- a/dev-python/flexx/Manifest +++ b/dev-python/flexx/Manifest @@ -1,2 +1,3 @@ DIST flexx-0.2.zip 195542 SHA256 ee3d755d79d7a4336e2cf4145e07881056624db9161cd1aa338402a51575bb72 SHA512 552873073ce32e39cefe466c7f1490b23b4f332594040ee4e423c08b83cb200ab11de25705b43dd95036f0d9c8ece8ae0c6042fda47fe3ab7266e3b6b0e22bad WHIRLPOOL 5dd33657e3725ae18b9e78b315ceb14440461cafd5e6d7ae3e907dd00cc8019447d550f91b58e975b91421a247696e0a517d4e3bb6d2bdf86a207c5e3985cd9d +DIST flexx-0.3.1.zip 418280 SHA256 aa8aefca3aec283cf555a2b59aa619fdd1b595b62a881cee35e3f36794185f04 SHA512 3d98daa18e0f307ed24386fc59a59a4df1727cdc7483cb1fa7bc6c5b2eb8cba36fbc100a98d8549ac890ef8ba86b9acef77d34e26c99994b918f5344354b0bfd WHIRLPOOL c74eb8e22975c16296ade19f46364c086bcdbfd83dd5a2592033fb6ba53164dab17814a952f34db93b8170f01def4c46423f8e8bbfb6c75c620334535113f9b2 DIST flexx-0.3.zip 525429 SHA256 6945fb3389446d30c904470dadf02528e5032f7c90fe9b6c66f06063b2faedc4 SHA512 4769ba89a1a7f48dcd044f6e301d56c11fb147e2fd5c8a2614e9099b11f76249d8f13320e7b4566971b0e56bc20bb83c4d48b8f7892b57a82763979d6458d6eb WHIRLPOOL 570e090a196472273bb5fa09dae74006a88887d314db7fd2f183842248c8478bbf210dc8b7487d166de4dc91b1dbb9c72d0621f2402a072464ba28ad01c3b0cf diff --git a/dev-python/flexx/flexx-0.3.1.ebuild b/dev-python/flexx/flexx-0.3.1.ebuild new file mode 100644 index 0000000..cdc8d14 --- /dev/null +++ b/dev-python/flexx/flexx-0.3.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Pure Python toolkit for creating GUI's using web technology" +HOMEPAGE=" + http://flexx.readthedocs.org + http://github.com/zoofio/flexx + http://pypi.python.org/pypi/flexx" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +"