From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/
Date: Wed, 1 Jun 2022 01:25:28 +0000 (UTC) [thread overview]
Message-ID: <1654046715.1764e9e0c969406f14d2023be3c57627e8eae7da.sam@gentoo> (raw)
commit: 1764e9e0c969406f14d2023be3c57627e8eae7da
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 01:16:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 01:25:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1764e9e0
dev-python/enzyme: update EAPI 7 -> 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/enzyme/enzyme-0.4.1-r3.ebuild | 43 ++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-python/enzyme/enzyme-0.4.1-r3.ebuild b/dev-python/enzyme/enzyme-0.4.1-r3.ebuild
new file mode 100644
index 000000000000..bfd4cac2d90e
--- /dev/null
+++ b/dev-python/enzyme/enzyme-0.4.1-r3.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE='xml(+)'
+
+inherit distutils-r1
+
+DESCRIPTION="Python video metadata parser"
+HOMEPAGE="https://github.com/Diaoul/enzyme https://pypi.org/project/enzyme/"
+SRC_URI="
+ mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
+ test? ( mirror://sourceforge/matroska/test_files/matroska_test_w1_1.zip )
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ app-arch/unzip
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests setup.py
+
+python_prepare_all() {
+ if use test; then
+ mkdir enzyme/tests/test_{mkv,parsers} || die
+ ln -s "${WORKDIR}"/test*.mkv enzyme/tests/test_mkv/ || die
+ ln -s "${WORKDIR}"/test*.mkv enzyme/tests/test_parsers/ || die
+ fi
+
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2022-06-01 1:25 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-01 1:25 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-13 1:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/enzyme/ Sam James
2024-07-13 12:02 Michał Górny
2024-07-13 10:27 Arthur Zamarin
2024-06-26 2:09 Michał Górny
2024-06-24 2:41 Michał Górny
2024-06-24 2:41 Michał Górny
2024-06-15 13:24 Petr Vaněk
2023-11-24 15:12 Arthur Zamarin
2023-10-27 17:47 Michał Górny
2023-03-17 5:32 Michał Górny
2022-07-02 17:48 Michał Górny
2022-07-02 16:05 Jakov Smolić
2022-06-01 1:25 Sam James
2021-09-03 14:41 Arthur Zamarin
2020-10-27 19:58 Sam James
2020-10-27 5:11 Sam James
2020-08-02 19:05 Sam James
2020-08-02 6:46 Michał Górny
2020-04-22 8:15 Michał Górny
2020-02-05 13:00 Michał Górny
2018-03-26 18:45 Aaron Bauman
2017-07-30 9:44 Michał Górny
2017-07-23 1:09 Michael Palimaka
2017-01-15 13:34 David Seifert
2017-01-03 23:07 Patrice Clement
2016-12-05 20:22 Pacho Ramos
2016-07-30 6:54 Patrice Clement
2016-06-12 1:41 Göktürk Yüksek
2016-06-01 7:33 Patrice Clement
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
2016-05-12 11:40 Ian Delaney
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=1654046715.1764e9e0c969406f14d2023be3c57627e8eae7da.sam@gentoo \
--to=sam@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