public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/
@ 2021-02-10  6:26 Theo Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-02-10  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     4d84de936c1d221b2847fd03e12eccdf92db8141
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Feb 10 06:24:44 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Feb 10 06:25:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d84de93

dev-python/scenedetect: new package 0.5.5

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/scenedetect/Manifest                 |  1 +
 dev-python/scenedetect/metadata.xml             |  8 ++++++
 dev-python/scenedetect/scenedetect-0.5.5.ebuild | 35 +++++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/scenedetect/Manifest b/dev-python/scenedetect/Manifest
new file mode 100644
index 00000000..54358e37
--- /dev/null
+++ b/dev-python/scenedetect/Manifest
@@ -0,0 +1 @@
+DIST scenedetect-0.5.5.tar.gz 233089 BLAKE2B ae6b54c7e601cd107fdcb28a6fa5ca29c0c613b54a677c0ac1ae43d984a2beb5e8d8e978cea2cc66fc2b320ab4ecd14b8c8b652bd4552340a1b1ebee031fde0f SHA512 858528fa8852ca528f0f6312b67cbbab5037e81b8834ebb7337c87fff8e4066f6b1ae7487fe8cf7d78894a2fab4519b44ff8cd1c9f2ec6bd24b4be8f32388267

diff --git a/dev-python/scenedetect/metadata.xml b/dev-python/scenedetect/metadata.xml
new file mode 100644
index 00000000..d3ad614d
--- /dev/null
+++ b/dev-python/scenedetect/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>telans@posteo.de</email>
+        <name>Theo Anderson</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-python/scenedetect/scenedetect-0.5.5.ebuild b/dev-python/scenedetect/scenedetect-0.5.5.ebuild
new file mode 100644
index 00000000..e6bb7fda
--- /dev/null
+++ b/dev-python/scenedetect/scenedetect-0.5.5.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Video Scene Cut Detection and Analysis Tool"
+HOMEPAGE="https://github.com/Breakthrough/PySceneDetect"
+SRC_URI="https://github.com/Breakthrough/PySceneDetect/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # Requires video file not provided
+
+RDEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	media-libs/opencv[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/PySceneDetect-${PV}
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+	sed -i -e '/setup_requires/d' -e '/extras_require/d' setup.py || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/
@ 2021-10-04  8:11 Theo Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-10-04  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c2ed119e59e01d3c61c97e9ff722bc990a77f7
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct  4 07:21:30 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct  4 07:21:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5c2ed11

dev-python/scenedetect: add 0.5.6

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/scenedetect/Manifest                 |  1 +
 dev-python/scenedetect/scenedetect-0.5.6.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/scenedetect/Manifest b/dev-python/scenedetect/Manifest
index 54358e370..c1ddbecbc 100644
--- a/dev-python/scenedetect/Manifest
+++ b/dev-python/scenedetect/Manifest
@@ -1 +1,2 @@
 DIST scenedetect-0.5.5.tar.gz 233089 BLAKE2B ae6b54c7e601cd107fdcb28a6fa5ca29c0c613b54a677c0ac1ae43d984a2beb5e8d8e978cea2cc66fc2b320ab4ecd14b8c8b652bd4552340a1b1ebee031fde0f SHA512 858528fa8852ca528f0f6312b67cbbab5037e81b8834ebb7337c87fff8e4066f6b1ae7487fe8cf7d78894a2fab4519b44ff8cd1c9f2ec6bd24b4be8f32388267
+DIST scenedetect-0.5.6.tar.gz 240161 BLAKE2B 0f613f65656a5ab973928553070b7438812c1f9894d9df43e164c342d63147eba7342c1e3b38da3a191fa75014e98481f55ce2775d901e3ae172986f7d3a2174 SHA512 ed634acfe6087db659c8d50f353c8cbbf7a730aa0502b10f014cf2df2c60c5d6fdfa2ef38a53df2ffafb32271abd0e068005764c19899bb58cca148ccca04422

diff --git a/dev-python/scenedetect/scenedetect-0.5.6.ebuild b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
new file mode 100644
index 000000000..3668f673a
--- /dev/null
+++ b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Video Scene Cut Detection and Analysis Tool"
+HOMEPAGE="https://github.com/Breakthrough/PySceneDetect"
+SRC_URI="https://github.com/Breakthrough/PySceneDetect/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # Requires video file not provided
+
+RDEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	dev-python/numpy[${PYTHON_USEDEP}]
+	dev-python/tqdm[${PYTHON_USEDEP}]
+	media-libs/opencv[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}"/PySceneDetect-${PV}
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	distutils-r1_src_prepare
+	sed -i -e '/setup_requires/d' -e '/extras_require/d' setup.py || die
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/
@ 2021-10-04  8:11 Theo Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-10-04  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2ca0efd3f13d315916792fd19f4cd8d28b45b4
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct  4 08:10:38 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct  4 08:10:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5d2ca0ef

dev-python/scenedetect: fix DISTUTILS_USE_SETUPTOOLS warning

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/scenedetect/scenedetect-0.5.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/scenedetect/scenedetect-0.5.6.ebuild b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
index bf96fac8d..7f94f6f53 100644
--- a/dev-python/scenedetect/scenedetect-0.5.6.ebuild
+++ b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
@@ -4,7 +4,6 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/
@ 2021-10-04  8:11 Theo Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-10-04  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     66523eaf7c0c0b796471e520d367e271dabafb21
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct  4 08:08:24 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct  4 08:08:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66523eaf

dev-python/scenedetect: fix setuptools warning

Closes: https://bugs.gentoo.org/800581
Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/scenedetect/scenedetect-0.5.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/scenedetect/scenedetect-0.5.6.ebuild b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
index 3668f673a..bf96fac8d 100644
--- a/dev-python/scenedetect/scenedetect-0.5.6.ebuild
+++ b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
@@ -32,4 +32,5 @@ distutils_enable_tests pytest
 src_prepare() {
 	distutils-r1_src_prepare
 	sed -i -e '/setup_requires/d' -e '/extras_require/d' setup.py || die
+	sed -i 's/description-file/description_file/' setup.cfg || die # bug #800581
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/
@ 2021-10-09  8:45 Theo Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-10-09  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     054da76734c577da3505e88d03f22bab8119efcc
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Sat Oct  9 08:42:47 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Oct  9 08:42:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=054da767

dev-python/scenedetect: treeclean

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/scenedetect/Manifest                 |  2 --
 dev-python/scenedetect/metadata.xml             |  8 ------
 dev-python/scenedetect/scenedetect-0.5.5.ebuild | 35 -------------------------
 dev-python/scenedetect/scenedetect-0.5.6.ebuild | 35 -------------------------
 4 files changed, 80 deletions(-)

diff --git a/dev-python/scenedetect/Manifest b/dev-python/scenedetect/Manifest
deleted file mode 100644
index c1ddbecbc..000000000
--- a/dev-python/scenedetect/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST scenedetect-0.5.5.tar.gz 233089 BLAKE2B ae6b54c7e601cd107fdcb28a6fa5ca29c0c613b54a677c0ac1ae43d984a2beb5e8d8e978cea2cc66fc2b320ab4ecd14b8c8b652bd4552340a1b1ebee031fde0f SHA512 858528fa8852ca528f0f6312b67cbbab5037e81b8834ebb7337c87fff8e4066f6b1ae7487fe8cf7d78894a2fab4519b44ff8cd1c9f2ec6bd24b4be8f32388267
-DIST scenedetect-0.5.6.tar.gz 240161 BLAKE2B 0f613f65656a5ab973928553070b7438812c1f9894d9df43e164c342d63147eba7342c1e3b38da3a191fa75014e98481f55ce2775d901e3ae172986f7d3a2174 SHA512 ed634acfe6087db659c8d50f353c8cbbf7a730aa0502b10f014cf2df2c60c5d6fdfa2ef38a53df2ffafb32271abd0e068005764c19899bb58cca148ccca04422

diff --git a/dev-python/scenedetect/metadata.xml b/dev-python/scenedetect/metadata.xml
deleted file mode 100644
index cd174bd3e..000000000
--- a/dev-python/scenedetect/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <maintainer type="person">
-        <email>telans@posteo.de</email>
-        <name>James Beddek</name>
-    </maintainer>
-</pkgmetadata>

diff --git a/dev-python/scenedetect/scenedetect-0.5.5.ebuild b/dev-python/scenedetect/scenedetect-0.5.5.ebuild
deleted file mode 100644
index e6bb7fda0..000000000
--- a/dev-python/scenedetect/scenedetect-0.5.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Video Scene Cut Detection and Analysis Tool"
-HOMEPAGE="https://github.com/Breakthrough/PySceneDetect"
-SRC_URI="https://github.com/Breakthrough/PySceneDetect/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # Requires video file not provided
-
-RDEPEND="
-	dev-python/click[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/tqdm[${PYTHON_USEDEP}]
-	media-libs/opencv[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/PySceneDetect-${PV}
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	distutils-r1_src_prepare
-	sed -i -e '/setup_requires/d' -e '/extras_require/d' setup.py || die
-}

diff --git a/dev-python/scenedetect/scenedetect-0.5.6.ebuild b/dev-python/scenedetect/scenedetect-0.5.6.ebuild
deleted file mode 100644
index 7f94f6f53..000000000
--- a/dev-python/scenedetect/scenedetect-0.5.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Video Scene Cut Detection and Analysis Tool"
-HOMEPAGE="https://github.com/Breakthrough/PySceneDetect"
-SRC_URI="https://github.com/Breakthrough/PySceneDetect/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # Requires video file not provided
-
-RDEPEND="
-	dev-python/click[${PYTHON_USEDEP}]
-	dev-python/numpy[${PYTHON_USEDEP}]
-	dev-python/tqdm[${PYTHON_USEDEP}]
-	media-libs/opencv[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"/PySceneDetect-${PV}
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	distutils-r1_src_prepare
-	sed -i -e '/setup_requires/d' -e '/extras_require/d' setup.py || die
-	sed -i 's/description-file/description_file/' setup.cfg || die # bug #800581
-}


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

end of thread, other threads:[~2021-10-09  8:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-04  8:11 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/scenedetect/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09  8:45 Theo Anderson
2021-10-04  8:11 Theo Anderson
2021-10-04  8:11 Theo Anderson
2021-02-10  6:26 Theo Anderson

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