summaryrefslogtreecommitdiff
path: root/dev-python/m3u8
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/m3u8
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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.xml14
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-python/m3u8/Manifest b/dev-python/m3u8/Manifest
deleted file mode 100644
index 3497cb0e2b04..000000000000
--- a/dev-python/m3u8/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 6e1b2c351fa1..000000000000
--- a/dev-python/m3u8/m3u8-6.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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_{13..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
deleted file mode 100644
index f0574f4be6df..000000000000
--- a/dev-python/m3u8/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Pavel Sobolev</name>
- <email>contact@paveloom.dev</email>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/globocom/m3u8/issues</bugs-to>
- <remote-id type="github">globocom/m3u8</remote-id>
- <remote-id type="pypi">m3u8</remote-id>
- </upstream>
-</pkgmetadata>
-