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 65C361388BF for ; Thu, 7 Jan 2016 19:09:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC59AE0852; Thu, 7 Jan 2016 19:09:06 +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 7FC1DE0852 for ; Thu, 7 Jan 2016 19:09:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D3213409E2 for ; Thu, 7 Jan 2016 19:09:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 720ABCEE for ; Thu, 7 Jan 2016 19:08:57 +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: <1452193735.8f81cf02bc2f9fd9d842ab75df2550abf08dd4a1.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.2.ebuild dev-python/flexx/metadata.xml X-VCS-Directories: dev-python/flexx/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 8f81cf02bc2f9fd9d842ab75df2550abf08dd4a1 X-VCS-Branch: master Date: Thu, 7 Jan 2016 19:08:57 +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: fc0eebd4-452f-490d-8120-c02bba0bf180 X-Archives-Hash: 66328a9b53650c259ce6aea8f7a119e8 commit: 8f81cf02bc2f9fd9d842ab75df2550abf08dd4a1 Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 7 19:07:40 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 7 19:08:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f81cf02 dev-python/flexx: New package, ebuild written by me Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> dev-python/flexx/Manifest | 1 + dev-python/flexx/flexx-0.2.ebuild | 26 ++++++++++++++++++++++++++ dev-python/flexx/metadata.xml | 12 ++++++++++++ 3 files changed, 39 insertions(+) diff --git a/dev-python/flexx/Manifest b/dev-python/flexx/Manifest new file mode 100644 index 0000000..f07c3ef --- /dev/null +++ b/dev-python/flexx/Manifest @@ -0,0 +1 @@ +DIST flexx-0.2.zip 195542 SHA256 ee3d755d79d7a4336e2cf4145e07881056624db9161cd1aa338402a51575bb72 SHA512 552873073ce32e39cefe466c7f1490b23b4f332594040ee4e423c08b83cb200ab11de25705b43dd95036f0d9c8ece8ae0c6042fda47fe3ab7266e3b6b0e22bad WHIRLPOOL 5dd33657e3725ae18b9e78b315ceb14440461cafd5e6d7ae3e907dd00cc8019447d550f91b58e975b91421a247696e0a517d4e3bb6d2bdf86a207c5e3985cd9d diff --git a/dev-python/flexx/flexx-0.2.ebuild b/dev-python/flexx/flexx-0.2.ebuild new file mode 100644 index 0000000..7fc591d --- /dev/null +++ b/dev-python/flexx/flexx-0.2.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="${REDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" diff --git a/dev-python/flexx/metadata.xml b/dev-python/flexx/metadata.xml new file mode 100644 index 0000000..bf3e69f --- /dev/null +++ b/dev-python/flexx/metadata.xml @@ -0,0 +1,12 @@ + + + + python + + flexx + + almar.klein@gmail.com + Flexx contributors + + +