public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/
Date: Thu, 20 Jan 2022 16:12:01 +0000 (UTC)	[thread overview]
Message-ID: <1642695115.83e77dbb99c81094e2ea19eb10950eb54ffea8dd.mgorny@gentoo> (raw)

commit:     83e77dbb99c81094e2ea19eb10950eb54ffea8dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 15:19:56 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 16:11:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e77dbb

dev-python/pythran: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pythran/Manifest              |  1 -
 dev-python/pythran/pythran-0.10.0.ebuild | 51 --------------------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-python/pythran/Manifest b/dev-python/pythran/Manifest
index 65f819485dab..85fcad526efa 100644
--- a/dev-python/pythran/Manifest
+++ b/dev-python/pythran/Manifest
@@ -1,2 +1 @@
-DIST pythran-0.10.0.gh.tar.gz 3614984 BLAKE2B 82686479d475c6814392eb6c34e2d765ba36c88f9de3119f38c81b3f09d07acce8f5ab11b31114c13a1aa3bebd3699c540edcc6203401a007caf02c960a4733b SHA512 3d48d6f12fcd0317cb756eee18ad359057e4daee1a496023253b26febd2acf0fd22c3b4976bc8552a137d25052e4feaacf1917c5dc84414e9fbed66dff5c1614
 DIST pythran-0.11.0.gh.tar.gz 3582011 BLAKE2B 532afe9edd84d2699254bcad330dc03fcda4defce73997ec9feecf1a9e0c8f4fd407a5c4ebae7e10f96463a43453137953dc3e4df010ae7fb63d540d41b79f53 SHA512 bd703148f26a0511f5a21e691e62f4e9b7bf5a92548f8ac837b2d24135917b71b052941180c9801f29c457018eb57e5f5107a509d6815d8dd8ddab1b8626b1a1

diff --git a/dev-python/pythran/pythran-0.10.0.ebuild b/dev-python/pythran/pythran-0.10.0.ebuild
deleted file mode 100644
index bf80f1f8a026..000000000000
--- a/dev-python/pythran/pythran-0.10.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1 multiprocessing
-
-MY_P=${P/_p/.post}
-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/_p/.post}.tar.gz
-		-> ${MY_P}.gh.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-	=dev-python/beniget-0.4*[${PYTHON_USEDEP}]
-	=dev-python/gast-0.5*[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	>=dev-python/ply-3.4[${PYTHON_USEDEP}]"
-BDEPEND="
-	test? (
-		dev-python/ipython[${PYTHON_USEDEP}]
-		dev-python/pytest-xdist[${PYTHON_USEDEP}]
-		dev-python/scipy[${PYTHON_USEDEP}]
-		dev-python/wheel[${PYTHON_USEDEP}]
-		virtual/cblas
-	)"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.10.0-tests-werror.patch
-)
-
-src_prepare() {
-	sed -i -e '/pytest-runner/d' setup.py || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local -x COLUMNS=80
-	epytest -n "$(makeopts_jobs "${MAKEOPTS}" "$(get_nproc)")"
-}


             reply	other threads:[~2022-01-20 16:12 UTC|newest]

Thread overview: 102+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20 16:12 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  9:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/pythran/ Michał Górny
2024-10-31 21:23 Michał Górny
2024-08-22  5:13 Michał Górny
2024-08-20 19:05 Eli Schwartz
2024-08-20 18:14 Eli Schwartz
2024-07-12 12:03 Michał Górny
2024-07-11 11:59 Michał Górny
2024-06-27 19:09 Michał Górny
2024-06-12 11:10 Arthur Zamarin
2024-06-12 10:45 Arthur Zamarin
2024-06-12  9:27 Arthur Zamarin
2024-06-12  7:34 Arthur Zamarin
2024-05-28 11:52 Michał Górny
2024-05-24 18:30 Michał Górny
2024-05-24 18:30 Michał Górny
2024-05-24 18:30 Michał Górny
2024-05-19 19:43 Arthur Zamarin
2024-02-19 21:55 Sam James
2024-02-19 21:55 Sam James
2024-01-28 20:00 Arthur Zamarin
2024-01-25  0:42 Sam James
2024-01-24 20:34 Arthur Zamarin
2024-01-24 19:21 Michał Górny
2024-01-24 19:05 Michał Górny
2024-01-20  9:07 Sam James
2024-01-19 23:08 Ionen Wolkens
2024-01-13 11:14 Sam James
2024-01-08 14:48 Michał Górny
2023-12-09 17:02 Michał Górny
2023-12-09 16:45 Arthur Zamarin
2023-12-08 19:39 Arthur Zamarin
2023-11-25 11:43 Arthur Zamarin
2023-11-25 11:14 Michał Górny
2023-11-25 10:14 Arthur Zamarin
2023-11-19 20:07 Arthur Zamarin
2023-11-18 20:13 Michał Górny
2023-10-29 11:10 Michał Górny
2023-10-29  6:50 Sam James
2023-10-29  3:40 Sam James
2023-10-24 21:11 Michał Górny
2023-10-24 18:15 Michał Górny
2023-10-24 17:13 Arthur Zamarin
2023-09-11  6:48 Jakov Smolić
2023-09-09 16:27 WANG Xuerui
2023-09-08 18:50 Arthur Zamarin
2023-09-07 19:30 Michał Górny
2023-07-24 12:56 Michał Górny
2023-06-03 23:07 Sam James
2023-06-03 23:07 Sam James
2023-06-03 19:45 Arthur Zamarin
2023-06-03 18:45 Arthur Zamarin
2023-06-03 18:28 Arthur Zamarin
2023-05-06  8:28 Sam James
2023-05-03  8:59 Sam James
2023-04-01 16:34 Arthur Zamarin
2023-04-01 16:34 Arthur Zamarin
2023-03-16 18:13 Michał Górny
2023-02-20 21:29 Arthur Zamarin
2023-02-20 19:39 Arthur Zamarin
2023-02-16 20:58 Arthur Zamarin
2023-02-16 20:58 Arthur Zamarin
2023-01-16 18:21 Michał Górny
2022-11-14  9:24 Arthur Zamarin
2022-11-12 16:31 Arthur Zamarin
2022-11-08  6:08 Sam James
2022-11-07 10:20 Sam James
2022-11-07  7:08 Sam James
2022-11-06  9:30 Sam James
2022-11-06  7:25 Sam James
2022-10-09 16:10 Sam James
2022-10-09 16:10 Sam James
2022-10-09  0:09 Sam James
2022-10-09  0:04 Sam James
2022-10-08 23:56 Sam James
2022-10-08 13:30 Michał Górny
2022-03-18 10:31 Arthur Zamarin
2022-01-20 14:48 Sam James
2022-01-20 13:41 Arthur Zamarin
2022-01-20 13:06 Sam James
2022-01-20 11:22 Arthur Zamarin
2022-01-20 10:09 Arthur Zamarin
2021-12-23 22:43 Sam James
2021-12-19 11:08 Sam James
2021-12-15 16:12 Michał Górny
2021-11-20 15:35 Arthur Zamarin
2021-11-17 22:47 Sam James
2021-11-05 18:09 Sam James
2021-11-05 18:09 Sam James
2021-11-05 18:01 Sam James
2021-11-05  7:36 Sam James
2021-11-05  7:36 Sam James
2021-10-19  0:12 Sam James
2021-10-17  9:25 Michał Górny
2021-10-12  7:42 Marek Szuba
2021-09-14  8:59 Michał Górny
2021-07-26  5:21 Michał Górny
2021-07-15  9:22 Michał Górny
2021-06-22  9:02 Michał Górny
2021-06-22  8:13 Michał Górny
2021-06-21 22:04 Michał Górny
2021-06-21 21:03 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1642695115.83e77dbb99c81094e2ea19eb10950eb54ffea8dd.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox