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/reedsolomon/
Date: Sat,  3 Jun 2023 19:17:10 +0000 (UTC)	[thread overview]
Message-ID: <1685819661.ae8056fedc174137b86b630a286d5114e2b345ab.mgorny@gentoo> (raw)

commit:     ae8056fedc174137b86b630a286d5114e2b345ab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 19:14:21 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 19:14:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8056fe

dev-python/reedsolomon: Remove old

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

 dev-python/reedsolomon/Manifest                    |  1 -
 .../reedsolomon/reedsolomon-2.0.31_beta1.ebuild    | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-python/reedsolomon/Manifest b/dev-python/reedsolomon/Manifest
index 9d19967e6d56..adea65a57305 100644
--- a/dev-python/reedsolomon/Manifest
+++ b/dev-python/reedsolomon/Manifest
@@ -1,2 +1 @@
-DIST reedsolo-2.0.31b1.tar.gz 379032 BLAKE2B cc7d838f2d3a4c8257cf7865ba31dce3c94f47b64cb3d8c187d7ddc0166f82a01abd41d0671b7776c7b63b09673a14e2ff0401091e03fe72fcb1b1621373784a SHA512 f98cfb058a0c670f7de5b0803b5fc537b2da8f49e39c01e44de1cf659957380775a4c1e93fd0b91f2883e4883b16150c3cbd03fb4ee01314f2d8bdf24a622063
 DIST reedsolo-2.1.0b1.tar.gz 379041 BLAKE2B 860d5d67fb7653b92a8163b72143ff3a5b1a482359339a596acd5e7f99eda1a2d6d208548e6689dca63018f5893d536a0c7040956cfee6077d9016fe7ca1d485 SHA512 1ae25c53f315cedcaaa4530388557c3dba1902856fe1543a061a65dc3c5c4201c1d8a5959786c3bf15a0f9799f984c8ba84e630ad1e75efbe44260346a650251

diff --git a/dev-python/reedsolomon/reedsolomon-2.0.31_beta1.ebuild b/dev-python/reedsolomon/reedsolomon-2.0.31_beta1.ebuild
deleted file mode 100644
index 85bf4ac27957..000000000000
--- a/dev-python/reedsolomon/reedsolomon-2.0.31_beta1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_PN=reedsolo
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Reed Solomon encoder/decoder"
-HOMEPAGE="
-	https://github.com/tomerfiliba-org/reedsolomon/
-	https://pypi.org/project/reedsolo/
-"
-
-LICENSE="|| ( Unlicense MIT-0 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="+native-extensions"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/pytest-cov/d' pyproject.toml || die
-	distutils-r1_src_prepare
-}
-
-src_configure() {
-	if use native-extensions; then
-		DISTUTILS_ARGS=(
-			# TODO: switch to --cythonize once we're on cython-3
-			--native-compile
-		)
-	fi
-}


             reply	other threads:[~2023-06-03 19:17 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-03 19:17 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-03 18:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/reedsolomon/ Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-05-13 16:04 Michał Górny
2023-05-13 12:21 Arthur Zamarin
2023-05-13 11:35 Arthur Zamarin
2023-05-04 16:56 Michał Górny
2023-04-12  4:49 Michał Górny
2023-04-10  6:07 Michał Górny
2023-04-10  6:07 Michał Górny
2023-02-16 14:18 Michał Górny
2023-02-16 10:01 Sam James
2023-02-16 10:01 Sam James
2023-01-18  7:34 Michał Górny
2023-01-12  6:14 Michał Górny
2023-01-11 21:40 Sam James
2023-01-11 21:24 Sam James
2023-01-07 14:43 Michał Górny
2023-01-07  4:54 Michał Górny
2022-12-09  5:05 Michał Górny
2022-06-29 13:05 Michał Górny
2022-06-29  6:00 Joonas Niilola
2022-06-29  0:11 Sam James
2022-05-29 18:38 Arthur Zamarin
2022-05-29 18:38 Arthur Zamarin
2022-04-06 21:09 Michał Górny
2022-04-06 20:57 Jakov Smolić
2022-04-06  6:32 Agostino Sarubbo
2022-03-04 13:53 Joonas Niilola
2021-02-04 14:42 Agostino Sarubbo
2021-02-04 14:09 Sam James
2020-12-12  4:32 Sam James
2020-12-12  4:27 Sam James
2020-12-07 16:41 Joonas Niilola
2020-11-28  9:15 Joonas Niilola

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=1685819661.ae8056fedc174137b86b630a286d5114e2b345ab.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