From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
Date: Mon, 15 Jul 2024 08:20:49 +0000 (UTC) [thread overview]
Message-ID: <1721031576.4a28a4fa385bb5d93a23757dabb28fe24689a982.davidroman@gentoo> (raw)
commit: 4a28a4fa385bb5d93a23757dabb28fe24689a982
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jul 15 08:19:30 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jul 15 08:19:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a28a4fa
dev-python/srt: moved to ::gentoo
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-python/srt/Manifest | 3 ---
dev-python/srt/metadata.xml | 12 ------------
dev-python/srt/srt-3.5.1.ebuild | 37 -------------------------------------
dev-python/srt/srt-3.5.2.ebuild | 38 --------------------------------------
dev-python/srt/srt-3.5.3.ebuild | 38 --------------------------------------
5 files changed, 128 deletions(-)
diff --git a/dev-python/srt/Manifest b/dev-python/srt/Manifest
deleted file mode 100644
index f343f484e..000000000
--- a/dev-python/srt/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST srt-3.5.1.tar.gz 24003 BLAKE2B 0ba77727043090310d2db69d9569bde53fcd69a55715e9721a83ee148d382459b1d68b369eee52fc7f99ba5e8aca017128a2d999e44b5ae77dda027a23ecc8bc SHA512 0523b5b31d78db195911ea632adbd25e76d1270510cf9c7432a44bd96e44d4928196c7e4f2eed05bbd73c1d96dcbe99ecea2bd755d697ff659924773c3e6a05e
-DIST srt-3.5.2.tar.gz 24416 BLAKE2B 7da4401cce45045058f4d91a3ea3b688ae65f48d039b642abdf649acf2a8e416e096a5959235dc0165ac0a2169ca63a66b101bac6d8f20b0b330d165626b5010 SHA512 5367d7fa3ed23523f03efad1524fcb44c1a8e1c95e2f3032c0e11ff67795a1399eb32b27365e4b0f98ed5b1d7671d576ab8cd342d50bb4005554faaf03ea9c8a
-DIST srt-3.5.3.tar.gz 28296 BLAKE2B 97f8852a799e80401f09219b43b41f5d5f9fe2c7283e2b43312aef70d783d7f1c1bf126e076c3a13c10e74e80ff48f25075cc7a1cef58a99fb4ef32cfa5b2587 SHA512 434331d31763a339ebb7d5b335b9d924b7f6939f307ecd0e5476b91da19b39e0febf1a387199e22f0b15365a4305c24021d85a32a7b65058905abd7946865b70
diff --git a/dev-python/srt/metadata.xml b/dev-python/srt/metadata.xml
deleted file mode 100644
index bb0fbc41f..000000000
--- a/dev-python/srt/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>smaniotto.nicola@gmail.com</email>
- <name>Nicola Smaniotto</name>
- </maintainer>
- <upstream>
- <remote-id type="github">cdown/srt</remote-id>
- <remote-id type="pypi">srt</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/srt/srt-3.5.1.ebuild b/dev-python/srt/srt-3.5.1.ebuild
deleted file mode 100644
index 418abeea4..000000000
--- a/dev-python/srt/srt-3.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tiny library for parsing, modifying, and composing SRT files"
-HOMEPAGE="https://github.com/cdown/srt"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-DEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-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."
-}
diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild
deleted file mode 100644
index cb3afc56d..000000000
--- a/dev-python/srt/srt-3.5.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tiny library for parsing, modifying, and composing SRT files"
-HOMEPAGE="https://github.com/cdown/srt"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-DEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-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."
-}
diff --git a/dev-python/srt/srt-3.5.3.ebuild b/dev-python/srt/srt-3.5.3.ebuild
deleted file mode 100644
index 319b23a66..000000000
--- a/dev-python/srt/srt-3.5.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A tiny library for parsing, modifying, and composing SRT files"
-HOMEPAGE="https://github.com/cdown/srt"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-DEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
-
-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:[~2024-07-15 8:20 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 8:20 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-13 9:01 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/ Nicola Smaniotto
2023-04-16 9:46 Nicola Smaniotto
2023-03-17 13:01 Anna Vyalkova
2023-02-27 15:19 Nicola Smaniotto
2023-01-11 18:21 Nicola Smaniotto
2023-01-11 18:21 Nicola Smaniotto
2022-03-07 11:56 Nicola Smaniotto
2022-01-24 16:03 Nicola Smaniotto
2021-09-24 11:58 Nicola Smaniotto
2021-07-27 9:06 Nicola Smaniotto
2021-07-26 9:53 Nicola Smaniotto
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=1721031576.4a28a4fa385bb5d93a23757dabb28fe24689a982.davidroman@gentoo \
--to=davidroman96@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