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 52BCC1382C5 for ; Mon, 21 Jun 2021 21:04:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77AC4E086F; Mon, 21 Jun 2021 21:04:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DAD2E086F for ; Mon, 21 Jun 2021 21:04:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14A46335D76 for ; Mon, 21 Jun 2021 21:04:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 851C94A0 for ; Mon, 21 Jun 2021 21:03:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1624308519.0610c01ba9cfbc8e1f77ddfdd7c8ed77d59a06c4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pythran/Manifest dev-python/pythran/metadata.xml dev-python/pythran/pythran-0.9.11.ebuild X-VCS-Directories: dev-python/pythran/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0610c01ba9cfbc8e1f77ddfdd7c8ed77d59a06c4 X-VCS-Branch: master Date: Mon, 21 Jun 2021 21:03:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 684b1a44-ce65-46a9-adc0-654ca590f240 X-Archives-Hash: 6765243601270f56625d190da84d5fa9 commit: 0610c01ba9cfbc8e1f77ddfdd7c8ed77d59a06c4 Author: Michał Górny gentoo org> AuthorDate: Mon Jun 21 11:19:11 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 21 20:48:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0610c01b dev-python/pythran: New package, dep of scipy Signed-off-by: Michał Górny gentoo.org> dev-python/pythran/Manifest | 1 + dev-python/pythran/metadata.xml | 11 +++++++++ dev-python/pythran/pythran-0.9.11.ebuild | 40 ++++++++++++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/dev-python/pythran/Manifest b/dev-python/pythran/Manifest new file mode 100644 index 00000000000..a052b3a876e --- /dev/null +++ b/dev-python/pythran/Manifest @@ -0,0 +1 @@ +DIST pythran-0.9.11.gh.tar.gz 3570395 BLAKE2B deada9a608ed3d883308389d5a6ddfee2f0f74ecc74f1fd87bcee75eecabcab2acd576425b8e92d6fc6b212377f1c7295e766db32082339c98670a964a49ea10 SHA512 c8939b918216803ad8e2a133b16f0d8ea939e4d87d07ddb1a3d131afb0ddb76962c489270431808fbf129e76b5f9dbdc2b625097f37df2eefdb9834d319d028a diff --git a/dev-python/pythran/metadata.xml b/dev-python/pythran/metadata.xml new file mode 100644 index 00000000000..852515482ce --- /dev/null +++ b/dev-python/pythran/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + serge-sans-paille/pythran + pythran + + diff --git a/dev-python/pythran/pythran-0.9.11.ebuild b/dev-python/pythran/pythran-0.9.11.ebuild new file mode 100644 index 00000000000..20e8e8c81ad --- /dev/null +++ b/dev-python/pythran/pythran-0.9.11.ebuild @@ -0,0 +1,40 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) +inherit distutils-r1 + +DESCRIPTION="Ahead of Time compiler for numeric kernels" +HOMEPAGE=" + https://pypi.org/project/pythran/ + https://github.com/serge-sans-paille/pythran/" +SRC_URI=" + https://github.com/serge-sans-paille/pythran/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + =dev-python/beniget-0.3*[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + =dev-python/gast-0.4*[${PYTHON_USEDEP}] + >=dev-python/networkx-2[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + >=dev-python/ply-3.4[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest + +src_prepare() { + sed -i -e '/pytest-runner/d' setup.py || die + distutils-r1_src_prepare +} + +python_test() { + local -x COLUMNS=80 + epytest +}