public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2024-07-15  8:20 David Roman
  0 siblings, 0 replies; 12+ messages in thread
From: David Roman @ 2024-07-15  8:20 UTC (permalink / raw
  To: gentoo-commits

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."
-}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2024-05-13  9:01 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2024-05-13  9:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d59c1e43822fac3e94fc7a4ee6211525750662b7
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon May 13 08:48:56 2024 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon May 13 09:00:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d59c1e43

dev-python/srt: enable py3.12

Closes: https://bugs.gentoo.org/931438
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/srt-3.5.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/srt/srt-3.5.3.ebuild b/dev-python/srt/srt-3.5.3.ebuild
index cb3afc56d6..319b23a663 100644
--- a/dev-python/srt/srt-3.5.3.ebuild
+++ b/dev-python/srt/srt-3.5.3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 pypi


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2023-04-16  9:46 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2023-04-16  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     66bbf10461b5c9d864bdc93dc5c2bec420e7b032
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sun Apr 16 09:42:51 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sun Apr 16 09:46:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66bbf104

dev-python/srt: add 3.5.3, drop 3.5.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/Manifest                               |  2 +-
 dev-python/srt/{srt-3.5.0.ebuild => srt-3.5.3.ebuild} | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-python/srt/Manifest b/dev-python/srt/Manifest
index 0b0d8eba7..f343f484e 100644
--- a/dev-python/srt/Manifest
+++ b/dev-python/srt/Manifest
@@ -1,3 +1,3 @@
-DIST srt-3.5.0.tar.gz 24678 BLAKE2B c50704f7811e271116ab6531f4f63eb579b2e34c48e9ab81179d41d08ef803266f3ce7fb0332a9158591326f8a428dda80e3e641db3b4b73cec690cb93af404f SHA512 f5dac7995ce0eddb4da56084b1125200c861a0b21d5b4c8a75c4179a0ce840143abb75f306855ed68170d8c4ab913792c577e21e258ba18bac366c630803a7a5
 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/srt-3.5.0.ebuild b/dev-python/srt/srt-3.5.3.ebuild
similarity index 84%
rename from dev-python/srt/srt-3.5.0.ebuild
rename to dev-python/srt/srt-3.5.3.ebuild
index fec4f075e..1bcea1ea0 100644
--- a/dev-python/srt/srt-3.5.0.ebuild
+++ b/dev-python/srt/srt-3.5.3.ebuild
@@ -1,17 +1,17 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 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"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
@@ -21,7 +21,7 @@ DEPEND="
 	test? (
 		dev-python/hypothesis[${PYTHON_USEDEP}]
 	)
-	"
+"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2023-03-17 13:01 Anna Vyalkova
  0 siblings, 0 replies; 12+ messages in thread
From: Anna Vyalkova @ 2023-03-17 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     a883eb8a2c1a0e266499bcaa11420059865def61
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Mar 17 12:49:26 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Mar 17 12:58:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a883eb8a

dev-python/srt: Use pypi.eclass

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/srt/srt-3.5.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild
index 89bc2d1d0..1bcea1ea0 100644
--- a/dev-python/srt/srt-3.5.2.ebuild
+++ b/dev-python/srt/srt-3.5.2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 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="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2023-02-27 15:19 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2023-02-27 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     375627f1252125b526dae23092ef634067f60867
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 14:48:32 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 15:13:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=375627f1

dev-python/srt: enable py3.11

Closes: https://bugs.gentoo.org/897580
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/srt-3.5.0.ebuild | 2 +-
 dev-python/srt/srt-3.5.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/srt/srt-3.5.0.ebuild b/dev-python/srt/srt-3.5.0.ebuild
index b6159b07a..fec4f075e 100644
--- a/dev-python/srt/srt-3.5.0.ebuild
+++ b/dev-python/srt/srt-3.5.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 

diff --git a/dev-python/srt/srt-3.5.1.ebuild b/dev-python/srt/srt-3.5.1.ebuild
index e484b2fa6..26842f6b7 100644
--- a/dev-python/srt/srt-3.5.1.ebuild
+++ b/dev-python/srt/srt-3.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2023-01-11 18:21 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2023-01-11 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1c464f865ad3cb84011a455caaab82b4721a33ca
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Jan 11 14:02:42 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Jan 11 18:21:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c464f86

dev-python/srt: enable py3.11

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/srt-3.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild
index 0ee9116fb..f76a8a40d 100644
--- a/dev-python/srt/srt-3.5.2.ebuild
+++ b/dev-python/srt/srt-3.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2023-01-11 18:21 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2023-01-11 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     154c1213ef5a1d1053e4e0a47775c54ad179ff91
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Jan 11 14:02:15 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Jan 11 18:21:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=154c1213

dev-python/srt: PEP517

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/srt-3.5.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/srt/srt-3.5.2.ebuild b/dev-python/srt/srt-3.5.2.ebuild
index e484b2fa6..0ee9116fb 100644
--- a/dev-python/srt/srt-3.5.2.ebuild
+++ b/dev-python/srt/srt-3.5.2.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2022-03-07 11:56 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2022-03-07 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     1d075b06841cd5bd51f5b87b1030d5ad7c94a28b
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Mar  7 11:50:36 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Mar  7 11:56:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d075b06

dev-python/srt: bump to 3.5.2

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/Manifest                               | 2 +-
 dev-python/srt/{srt-3.4.1.ebuild => srt-3.5.2.ebuild} | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/srt/Manifest b/dev-python/srt/Manifest
index d3539e688..0b0d8eba7 100644
--- a/dev-python/srt/Manifest
+++ b/dev-python/srt/Manifest
@@ -1,3 +1,3 @@
-DIST srt-3.4.1.tar.gz 23723 BLAKE2B 33445cb969db64e89978c06fcb0b8145047a1f40082500f507b8c70d42489dc083f7b2972868bf08a9f5fcb1b9a279df279f034455d0b326f3c03da086bd59c5 SHA512 bb214935203b4d3a8bc1dc7968ed318ed55709b880046dd070c3547e5c5e7df6d12f445e3be83a2e938096655008705a76461c404494a1c8eccee36f2ff465cd
 DIST srt-3.5.0.tar.gz 24678 BLAKE2B c50704f7811e271116ab6531f4f63eb579b2e34c48e9ab81179d41d08ef803266f3ce7fb0332a9158591326f8a428dda80e3e641db3b4b73cec690cb93af404f SHA512 f5dac7995ce0eddb4da56084b1125200c861a0b21d5b4c8a75c4179a0ce840143abb75f306855ed68170d8c4ab913792c577e21e258ba18bac366c630803a7a5
 DIST srt-3.5.1.tar.gz 24003 BLAKE2B 0ba77727043090310d2db69d9569bde53fcd69a55715e9721a83ee148d382459b1d68b369eee52fc7f99ba5e8aca017128a2d999e44b5ae77dda027a23ecc8bc SHA512 0523b5b31d78db195911ea632adbd25e76d1270510cf9c7432a44bd96e44d4928196c7e4f2eed05bbd73c1d96dcbe99ecea2bd755d697ff659924773c3e6a05e
+DIST srt-3.5.2.tar.gz 24416 BLAKE2B 7da4401cce45045058f4d91a3ea3b688ae65f48d039b642abdf649acf2a8e416e096a5959235dc0165ac0a2169ca63a66b101bac6d8f20b0b330d165626b5010 SHA512 5367d7fa3ed23523f03efad1524fcb44c1a8e1c95e2f3032c0e11ff67795a1399eb32b27365e4b0f98ed5b1d7671d576ab8cd342d50bb4005554faaf03ea9c8a

diff --git a/dev-python/srt/srt-3.4.1.ebuild b/dev-python/srt/srt-3.5.2.ebuild
similarity index 89%
rename from dev-python/srt/srt-3.4.1.ebuild
rename to dev-python/srt/srt-3.5.2.ebuild
index b6159b07a..e484b2fa6 100644
--- a/dev-python/srt/srt-3.4.1.ebuild
+++ b/dev-python/srt/srt-3.5.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -11,7 +11,7 @@ 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"
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
@@ -21,7 +21,7 @@ DEPEND="
 	test? (
 		dev-python/hypothesis[${PYTHON_USEDEP}]
 	)
-	"
+"
 
 src_prepare() {
 	default


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2022-01-24 16:03 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2022-01-24 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7fcdf48dfcf3fad7aac58b4ed19a46b4ce82f099
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Jan 24 16:02:52 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Mon Jan 24 16:03:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7fcdf48d

dev-python/srt: bump to 3.5.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/Manifest         |  1 +
 dev-python/srt/srt-3.5.1.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/srt/Manifest b/dev-python/srt/Manifest
index 96f53df9c..d3539e688 100644
--- a/dev-python/srt/Manifest
+++ b/dev-python/srt/Manifest
@@ -1,2 +1,3 @@
 DIST srt-3.4.1.tar.gz 23723 BLAKE2B 33445cb969db64e89978c06fcb0b8145047a1f40082500f507b8c70d42489dc083f7b2972868bf08a9f5fcb1b9a279df279f034455d0b326f3c03da086bd59c5 SHA512 bb214935203b4d3a8bc1dc7968ed318ed55709b880046dd070c3547e5c5e7df6d12f445e3be83a2e938096655008705a76461c404494a1c8eccee36f2ff465cd
 DIST srt-3.5.0.tar.gz 24678 BLAKE2B c50704f7811e271116ab6531f4f63eb579b2e34c48e9ab81179d41d08ef803266f3ce7fb0332a9158591326f8a428dda80e3e641db3b4b73cec690cb93af404f SHA512 f5dac7995ce0eddb4da56084b1125200c861a0b21d5b4c8a75c4179a0ce840143abb75f306855ed68170d8c4ab913792c577e21e258ba18bac366c630803a7a5
+DIST srt-3.5.1.tar.gz 24003 BLAKE2B 0ba77727043090310d2db69d9569bde53fcd69a55715e9721a83ee148d382459b1d68b369eee52fc7f99ba5e8aca017128a2d999e44b5ae77dda027a23ecc8bc SHA512 0523b5b31d78db195911ea632adbd25e76d1270510cf9c7432a44bd96e44d4928196c7e4f2eed05bbd73c1d96dcbe99ecea2bd755d697ff659924773c3e6a05e

diff --git a/dev-python/srt/srt-3.5.1.ebuild b/dev-python/srt/srt-3.5.1.ebuild
new file mode 100644
index 000000000..e484b2fa6
--- /dev/null
+++ b/dev-python/srt/srt-3.5.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+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="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."
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2021-09-24 11:58 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2021-09-24 11:58 UTC (permalink / raw
  To: gentoo-commits

commit:     dfd6428e99c7828fc05827469cc01f578817a975
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Fri Sep 24 11:57:08 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Fri Sep 24 11:58:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfd6428e

dev-python/srt: bump to 3.5.0

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/Manifest         |  1 +
 dev-python/srt/srt-3.5.0.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/srt/Manifest b/dev-python/srt/Manifest
index 57a8d4a7d..96f53df9c 100644
--- a/dev-python/srt/Manifest
+++ b/dev-python/srt/Manifest
@@ -1 +1,2 @@
 DIST srt-3.4.1.tar.gz 23723 BLAKE2B 33445cb969db64e89978c06fcb0b8145047a1f40082500f507b8c70d42489dc083f7b2972868bf08a9f5fcb1b9a279df279f034455d0b326f3c03da086bd59c5 SHA512 bb214935203b4d3a8bc1dc7968ed318ed55709b880046dd070c3547e5c5e7df6d12f445e3be83a2e938096655008705a76461c404494a1c8eccee36f2ff465cd
+DIST srt-3.5.0.tar.gz 24678 BLAKE2B c50704f7811e271116ab6531f4f63eb579b2e34c48e9ab81179d41d08ef803266f3ce7fb0332a9158591326f8a428dda80e3e641db3b4b73cec690cb93af404f SHA512 f5dac7995ce0eddb4da56084b1125200c861a0b21d5b4c8a75c4179a0ce840143abb75f306855ed68170d8c4ab913792c577e21e258ba18bac366c630803a7a5

diff --git a/dev-python/srt/srt-3.5.0.ebuild b/dev-python/srt/srt-3.5.0.ebuild
new file mode 100644
index 000000000..b6159b07a
--- /dev/null
+++ b/dev-python/srt/srt-3.5.0.ebuild
@@ -0,0 +1,38 @@
+# 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"
+
+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."
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2021-07-27  9:06 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2021-07-27  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     cec27494a0a693e9bace8f86484adf6618723792
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue Jul 27 09:05:17 2021 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue Jul 27 09:06:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cec27494

dev-python/srt: add 3.4.1 tests

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 dev-python/srt/srt-3.4.1.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-python/srt/srt-3.4.1.ebuild b/dev-python/srt/srt-3.4.1.ebuild
index 5b60b2ff6..b6159b07a 100644
--- a/dev-python/srt/srt-3.4.1.ebuild
+++ b/dev-python/srt/srt-3.4.1.ebuild
@@ -15,6 +15,14 @@ LICENSE="public-domain"
 SLOT="0"
 KEYWORDS="~amd64"
 
+distutils_enable_tests pytest
+
+DEPEND="
+	test? (
+		dev-python/hypothesis[${PYTHON_USEDEP}]
+	)
+	"
+
 src_prepare() {
 	default
 


^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/
@ 2021-07-26  9:53 Nicola Smaniotto
  0 siblings, 0 replies; 12+ messages in thread
From: Nicola Smaniotto @ 2021-07-26  9:53 UTC (permalink / raw
  To: gentoo-commits

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."
+}


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-15  8:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15  8:20 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/srt/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-05-13  9:01 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox