commit:     beeeb95be2817cee7fcf4b134171365892630c94
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 06:29:52 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 06:29:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beeeb95b

net-misc/you-get: add 0.4.1545, enable test, enable py3.10

Closes: https://bugs.gentoo.org/809335
Closes: https://bugs.gentoo.org/809338
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/you-get/Manifest                |  1 +
 net-misc/you-get/you-get-0.4.1545.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/net-misc/you-get/Manifest b/net-misc/you-get/Manifest
index 45f9793c255..f36ff77770e 100644
--- a/net-misc/you-get/Manifest
+++ b/net-misc/you-get/Manifest
@@ -1,2 +1,3 @@
 DIST you-get-0.4.1525.tar.gz 164972 BLAKE2B 
4ac50572a2714d523f4f3a53c0f7329b07faf88a3c22b26bac5b440383bd6d540854d9966c0b10c25b0c207d4e29c6dd09a06c55c68dbed13ba673c29f5f4eaa
 SHA512 
2d9bc2e66da39dbe0146ad4ff88dd1b45ce17a2208b82196c96a36ed1f4a0a86ade274b3c7b8cf683cf46d69f813caed1e24f58a3a7677a29f1999707da9a5ba
 DIST you-get-0.4.1527.tar.gz 164994 BLAKE2B 
5bdabefefa92d9fc8a6d7a0f97a4aa7f1e15161f3f8add7e5392ad2994abb0dc082a68301de0d0979a9158515788695413e3d5b1c343b51209b8a3bf22343aab
 SHA512 
9543d49e1b6aadfc6e9af57457a567aa8a804efc255c86fecfbc90c150b9ad1231d38730735ad9cf075312e4ba83f4f3bd71f088d14b8928f7e6951535029f8c
+DIST you-get-0.4.1545.tar.gz 165835 BLAKE2B 
171aa72dd7d6dc2b9cb1e88262571e92fdc7c253ab0662b9e0278cdf7a5cb3344fa0f8f3c83a2b000f06a796c54d8860327773f398d43eb2c38b26a2446bab39
 SHA512 
b8ca69737296cf6b1129f14fc1fa840b977ecec9dbe65b2f59c42fb003b5897806f649821326502917783262e7f59f9b77e6a28d218f40b1c32c4e0d7eaa746d

diff --git a/net-misc/you-get/you-get-0.4.1545.ebuild 
b/net-misc/you-get/you-get-0.4.1545.ebuild
new file mode 100644
index 00000000000..c89a1636590
--- /dev/null
+++ b/net-misc/you-get/you-get-0.4.1545.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Utility to download media contents from the web"
+HOMEPAGE="https://you-get.org";
+SRC_URI="https://github.com/soimort/${PN}/releases/download/v${PV}/${P}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+RDEPEND="
+       media-video/ffmpeg
+"
+
+distutils_enable_tests unittest

Reply via email to