public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reedsolomon/
Date: Sat, 28 Nov 2020 09:15:30 +0000 (UTC)	[thread overview]
Message-ID: <1606554921.e578f931a24d8568a124697f3ead291fcba67446.juippis@gentoo> (raw)

commit:     e578f931a24d8568a124697f3ead291fcba67446
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Wed Nov 25 11:24:36 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 09:15:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e578f931

dev-python/reedsolomon: new ebuild

Pure-Python Reed Solomon encoder/decoder
necessary as new dependency for dev-embedded/esptool-3.0

Closes: https://bugs.gentoo.org/756427
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-python/reedsolomon/Manifest                 |  1 +
 dev-python/reedsolomon/metadata.xml             | 15 +++++++++++++++
 dev-python/reedsolomon/reedsolomon-1.5.4.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-python/reedsolomon/Manifest b/dev-python/reedsolomon/Manifest
new file mode 100644
index 00000000000..c2cbce4dc1f
--- /dev/null
+++ b/dev-python/reedsolomon/Manifest
@@ -0,0 +1 @@
+DIST reedsolomon-1.5.4.tar.gz 283778 BLAKE2B 5354b8d320db1533469ae1fd706c0412a81bb408675041af5dbf42b42014e4b779b937fa8e3b3d0a5e67e62d9fd7ce9ac519022dd98dbc82a156ee0cda7914ce SHA512 c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a

diff --git a/dev-python/reedsolomon/metadata.xml b/dev-python/reedsolomon/metadata.xml
new file mode 100644
index 00000000000..f4f98f9eb8c
--- /dev/null
+++ b/dev-python/reedsolomon/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>martin.dummer@gmx.net</email>
+		<name>Martin Dummer</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tomerfiliba/reedsolomon</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild b/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild
new file mode 100644
index 00000000000..e3c9f2928bd
--- /dev/null
+++ b/dev-python/reedsolomon/reedsolomon-1.5.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Pure-Python Reed Solomon encoder/decoder"
+HOMEPAGE="https://github.com/tomerfiliba/reedsolomon https://pypi.org/project/reedsolo/"
+SRC_URI="https://github.com/tomerfiliba/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+python_test() {
+	${EPYTHON} tests/test_creedsolo.py || die "creedsolo test failed with ${EPYTHON}"
+	${EPYTHON} tests/test_reedsolo.py || die "reedsolo test failed with ${EPYTHON}"
+}


             reply	other threads:[~2020-11-28  9:15 UTC|newest]

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