public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/
@ 2022-04-10 20:21 Maciej Barć
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2022-04-10 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     696be951287f329fbf5a99c7517cef64efa33202
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 20:13:27 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 20:21:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696be951

dev-python/ffmpeg-python: add pypi remote to metadata

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/ffmpeg-python/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/ffmpeg-python/metadata.xml b/dev-python/ffmpeg-python/metadata.xml
index b908e7d7cbe1..2d6d51daf387 100644
--- a/dev-python/ffmpeg-python/metadata.xml
+++ b/dev-python/ffmpeg-python/metadata.xml
@@ -9,5 +9,6 @@
   <upstream>
     <bugs-to>https://github.com/kkroening/ffmpeg-python/issues/</bugs-to>
     <remote-id type="github">kkroening/ffmpeg-python</remote-id>
+    <remote-id type="pypi">ffmpeg-python</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/
@ 2023-01-16  1:57 Maciej Barć
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2023-01-16  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     154908c9aee99343c974fcd557e8f8d95c0e077e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 01:24:20 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 01:57:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154908c9

dev-python/ffmpeg-python: enable python 3.11

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

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

diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
index 2c02baacb4ac..ea75545ff7d5 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/
@ 2023-03-04  7:05 Joonas Niilola
  0 siblings, 0 replies; 6+ messages in thread
From: Joonas Niilola @ 2023-03-04  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     098b18182465a21cbf35bc15add4b6fb26be3506
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 07:04:35 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 07:04:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098b1818

dev-python/ffmpeg-python: Stabilize 0.2.0 amd64, #899212

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
index ea75545ff7d5..030b42d5156f 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]] ; then
 	EGIT_REPO_URI="https://github.com/kkroening/${PN}.git"
 else
 	SRC_URI="https://github.com/kkroening/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="Apache-2.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/
@ 2024-01-15 21:20 Maciej Barć
  0 siblings, 0 replies; 6+ messages in thread
From: Maciej Barć @ 2024-01-15 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     ad553eb84d47f014512f96fcf7bad226f5b4bf20
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 21:11:28 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 21:20:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad553eb8

dev-python/ffmpeg-python: deselect same in stable as unstable

Closes: https://bugs.gentoo.org/911700
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
index 030b42d5156f..fd18cd92f295 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -34,5 +34,16 @@ PATCHES=(
 	"${FILESDIR}"/${P}-setup.py-pytest-runner.patch
 )
 
+EPYTEST_DESELECT=(
+	ffmpeg/tests/test_ffmpeg.py::test__get_filter_complex_input
+	ffmpeg/tests/test_ffmpeg.py::test__input__start_time
+	ffmpeg/tests/test_ffmpeg.py::test__multi_output_edge_label_order
+	ffmpeg/tests/test_ffmpeg.py::test__probe
+	ffmpeg/tests/test_ffmpeg.py::test__probe__extra_args
+	ffmpeg/tests/test_ffmpeg.py::test_fluent_complex_filter
+	ffmpeg/tests/test_ffmpeg.py::test_pipe
+	ffmpeg/tests/test_ffmpeg.py::test_repeated_args
+)
+
 distutils_enable_tests pytest
 distutils_enable_sphinx doc/src


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/
@ 2024-01-29  8:37 Sam James
  0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2024-01-29  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ec894a61dca9ed315777087dd29d17e6715dbba6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 08:37:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 08:37:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec894a61

dev-python/ffmpeg-python: Stabilize 0.2.0_p20220711 amd64, #923204

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711.ebuild
index ad656ad67636..751957b2d60f 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711.ebuild
@@ -21,7 +21,7 @@ else
 		-> ${P}.gh.tar.gz"
 	S="${WORKDIR}/${PN}-${COMMIT}"
 
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="Apache-2.0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/
@ 2024-06-20 17:14 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2024-06-20 17:14 UTC (permalink / raw
  To: gentoo-commits

commit:     c1bcd10591aa8815ecdfea8ffddb2239168abb23
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 20 17:09:57 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 17:14:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1bcd105

dev-python/ffmpeg-python: Enable py3.13

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
index c7249195f193..cbc299a460f9 100644
--- a/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
+++ b/dev-python/ffmpeg-python/ffmpeg-python-0.2.0_p20220711-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 [[ "${PV}" == *_p20220711 ]] && COMMIT=df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 


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

end of thread, other threads:[~2024-06-20 17:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16  1:57 [gentoo-commits] repo/gentoo:master commit in: dev-python/ffmpeg-python/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2024-06-20 17:14 Michał Górny
2024-01-29  8:37 Sam James
2024-01-15 21:20 Maciej Barć
2023-03-04  7:05 Joonas Niilola
2022-04-10 20:21 Maciej Barć

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