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 7543C139694 for ; Thu, 9 Mar 2017 20:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B88CEE0C75; Thu, 9 Mar 2017 20:44:12 +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 844C0E0C75 for ; Thu, 9 Mar 2017 20:44:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5E3793416D4 for ; Thu, 9 Mar 2017 20:44:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE821629C for ; Thu, 9 Mar 2017 20:44:09 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1489092212.3ba2d44c994f563f8ea038337528ca31b55e3e5b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ipynb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ipynb/Manifest dev-python/ipynb/ipynb-0.5.ebuild dev-python/ipynb/metadata.xml X-VCS-Directories: dev-python/ipynb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3ba2d44c994f563f8ea038337528ca31b55e3e5b X-VCS-Branch: master Date: Thu, 9 Mar 2017 20:44:09 +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: 8ee65673-3a68-41b7-8c91-6d0a37a80915 X-Archives-Hash: 6828b1487063d2970cc3f0456702c238 commit: 3ba2d44c994f563f8ea038337528ca31b55e3e5b Author: Marius Brehler linux sungazer de> AuthorDate: Tue Mar 7 15:27:37 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Mar 9 20:43:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba2d44c dev-python/ipynb: New package ipynb is a python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files. Bug: https://bugs.gentoo.org/611962 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4148 dev-python/ipynb/Manifest | 1 + dev-python/ipynb/ipynb-0.5.ebuild | 17 +++++++++++++++++ dev-python/ipynb/metadata.xml | 17 +++++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/dev-python/ipynb/Manifest b/dev-python/ipynb/Manifest new file mode 100644 index 00000000000..8ea9f241452 --- /dev/null +++ b/dev-python/ipynb/Manifest @@ -0,0 +1 @@ +DIST ipynb-0.5.tar.gz 50633 SHA256 b7d5d462c1c1738befbc471f5032d2f8e2991adeb81df2f4def27c00dbff2fe5 SHA512 6723551aedf8cbcf65c72629c39858c358aee634c38ce7fac9ffec79db2e80a1775b60a5234dbcfaa0202e7b2ea633ba6cdd5d823f6460e736bc58b8616ae54c WHIRLPOOL b836dc128e2a2a6822b6d22667ef822896a74f17f5006183fff16705d2db82a2fd78362ed6886529c2ca9a3fe10d5773894483415f95158eeba454396dad87a3 diff --git a/dev-python/ipynb/ipynb-0.5.ebuild b/dev-python/ipynb/ipynb-0.5.ebuild new file mode 100644 index 00000000000..e995d8d88f5 --- /dev/null +++ b/dev-python/ipynb/ipynb-0.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5} ) + +inherit distutils-r1 + +DESCRIPTION="Package/Module importer for importing code from Jupyter Notebook files" +HOMEPAGE="http://ipython.org/" +SRC_URI="https://github.com/ipython/ipynb/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" diff --git a/dev-python/ipynb/metadata.xml b/dev-python/ipynb/metadata.xml new file mode 100644 index 00000000000..580977109cb --- /dev/null +++ b/dev-python/ipynb/metadata.xml @@ -0,0 +1,17 @@ + + + + + marbre@linux.sungazer.de + Marius Brehler + + + sci@gentoo.org + Gentoo Science Project + + A python package providing an easy way to explicitly import Jupyter Notebooks files (.ipynb) the same way you would import regular .py files. + + ipynb + ipython/ipynb + +