From: "Nicola Smaniotto" <smaniotto.nicola@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
Date: Mon, 26 Jul 2021 09:53:24 +0000 (UTC) [thread overview]
Message-ID: <1627293140.05a53fb2e3b96c306fd8ce9525931eba427159ff.smaniotto.nicola@gentoo> (raw)
commit: 05a53fb2e3b96c306fd8ce9525931eba427159ff
Author: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jul 26 08:51:12 2021 +0000
Commit: Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Jul 26 09:52:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=05a53fb2
dev-python/srt: new package (3.0.0)
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>
dev-python/srt/Manifest | 1 +
dev-python/srt/metadata.xml | 8 ++++++++
dev-python/srt/srt-3.4.1.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 39 insertions(+)
diff --git a/dev-python/srt/Manifest b/dev-python/srt/Manifest
new file mode 100644
index 000000000..57a8d4a7d
--- /dev/null
+++ b/dev-python/srt/Manifest
@@ -0,0 +1 @@
+DIST srt-3.4.1.tar.gz 23723 BLAKE2B 33445cb969db64e89978c06fcb0b8145047a1f40082500f507b8c70d42489dc083f7b2972868bf08a9f5fcb1b9a279df279f034455d0b326f3c03da086bd59c5 SHA512 bb214935203b4d3a8bc1dc7968ed318ed55709b880046dd070c3547e5c5e7df6d12f445e3be83a2e938096655008705a76461c404494a1c8eccee36f2ff465cd
diff --git a/dev-python/srt/metadata.xml b/dev-python/srt/metadata.xml
new file mode 100644
index 000000000..cbe3c6a53
--- /dev/null
+++ b/dev-python/srt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>smaniotto.nicola@gmail.com</email>
+ <name>Nicola Smaniotto</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-python/srt/srt-3.4.1.ebuild b/dev-python/srt/srt-3.4.1.ebuild
new file mode 100644
index 000000000..5b60b2ff6
--- /dev/null
+++ b/dev-python/srt/srt-3.4.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tiny library for parsing, modifying, and composing SRT files"
+HOMEPAGE="https://github.com/cdown/srt"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+
+ mv "${S}"/srt_tools/srt "${S}"/srt_tools/srt-cdown || die "Cannot rename the file"
+ sed -e 's|"srt_tools/srt"|"srt_tools/srt-cdown"|' \
+ -i "${S}"/setup.py || die "Cannot update setup.py"
+
+}
+
+pkg_postinst() {
+ ewarn "To avoid conflict with dev-python/pysrt::gentoo the binary has been"
+ ewarn "renamed /usr/bin/srt-cdown. The python module is still called srt."
+}
next reply other threads:[~2021-07-26 9:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-26 9:53 Nicola Smaniotto [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-27 9:06 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/ Nicola Smaniotto
2021-09-24 11:58 Nicola Smaniotto
2022-01-24 16:03 Nicola Smaniotto
2022-03-07 11:56 Nicola Smaniotto
2023-01-11 18:21 Nicola Smaniotto
2023-01-11 18:21 Nicola Smaniotto
2023-02-27 15:19 Nicola Smaniotto
2023-03-17 13:01 Anna Vyalkova
2023-04-16 9:46 Nicola Smaniotto
2024-05-13 9:01 Nicola Smaniotto
2024-07-15 8:20 David Roman
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=1627293140.05a53fb2e3b96c306fd8ce9525931eba427159ff.smaniotto.nicola@gentoo \
--to=smaniotto.nicola@gmail.com \
--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