summaryrefslogtreecommitdiff
path: root/dev-python/m3u8
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-17 07:12:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-03-17 07:12:38 +0000
commitd9cfaa5b0b458e4f1346819aefd09daf62695c0e (patch)
tree18a9a968cba1aa1ba23782e8ab64f77d24f1290a /dev-python/m3u8
parentda26e5c2ef5996cb5bf06adeb42fa47c0b76522d (diff)
downloadbaldeagleos-repo-d9cfaa5b0b458e4f1346819aefd09daf62695c0e.tar.gz
baldeagleos-repo-d9cfaa5b0b458e4f1346819aefd09daf62695c0e.tar.xz
baldeagleos-repo-d9cfaa5b0b458e4f1346819aefd09daf62695c0e.zip
Adding metadata
Diffstat (limited to 'dev-python/m3u8')
-rw-r--r--dev-python/m3u8/Manifest1
-rw-r--r--dev-python/m3u8/m3u8-6.0.0.ebuild36
-rw-r--r--dev-python/m3u8/metadata.xml12
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/m3u8/Manifest b/dev-python/m3u8/Manifest
new file mode 100644
index 000000000000..3497cb0e2b04
--- /dev/null
+++ b/dev-python/m3u8/Manifest
@@ -0,0 +1 @@
+DIST m3u8-6.0.0.gh.tar.gz 49590 BLAKE2B ffc9dd4748d4bafb690e3b8ddf3846de5044e72e98a36d53eb140c446ade128e73c0d8407f129793becb346c14ee95bc4deb7892b3f25e519216f1fa421ca839 SHA512 83f2f77772a957671a82fa482e7bc3e95a043c077e9ba2c5372c845c4fbbd2095d5eb4069ce5ca89c968cd4d6024fdee1ee87aa43a7a82bf392439275d45e137
diff --git a/dev-python/m3u8/m3u8-6.0.0.ebuild b/dev-python/m3u8/m3u8-6.0.0.ebuild
new file mode 100644
index 000000000000..e5a5e2dd2ca0
--- /dev/null
+++ b/dev-python/m3u8/m3u8-6.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions"
+HOMEPAGE="
+ https://github.com/globocom/m3u8
+ https://pypi.org/project/m3u8/
+"
+SRC_URI="https://github.com/globocom/m3u8/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+EPYTEST_DESELECT=(
+ tests/test_loader.py::test_load_should_create_object_from_uri
+ tests/test_loader.py::test_load_should_create_object_from_uri_with_relative_segments
+ tests/test_loader.py::test_load_should_remember_redirect
+ tests/test_loader.py::test_raise_timeout_exception_if_timeout_happens_when_loading_from_uri
+)
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+src_install() {
+ distutils-r1_src_install
+
+ dodoc LICENSE
+}
diff --git a/dev-python/m3u8/metadata.xml b/dev-python/m3u8/metadata.xml
new file mode 100644
index 000000000000..1a2b7920dade
--- /dev/null
+++ b/dev-python/m3u8/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>contact@paveloom.dev</email>
+ <name>Pavel Sobolev</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/globocom/m3u8/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file