summaryrefslogtreecommitdiff
path: root/dev-python/trakit
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-30 19:19:41 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-01-30 19:19:41 +0000
commit0acaec3ed8b60dd83c821b4d19b010a8abdbc5eb (patch)
tree19ef546286357283a782638dad7a0de6bd133291 /dev-python/trakit
parenta069d46d0d8710146cffb66a1ed607ea27e2e175 (diff)
downloadbaldeagleos-repo-0acaec3ed8b60dd83c821b4d19b010a8abdbc5eb.tar.gz
baldeagleos-repo-0acaec3ed8b60dd83c821b4d19b010a8abdbc5eb.tar.xz
baldeagleos-repo-0acaec3ed8b60dd83c821b4d19b010a8abdbc5eb.zip
Adding metadata
Diffstat (limited to 'dev-python/trakit')
-rw-r--r--dev-python/trakit/Manifest3
-rw-r--r--dev-python/trakit/trakit-0.2.2.ebuild39
-rw-r--r--dev-python/trakit/trakit-0.2.3.ebuild45
-rw-r--r--dev-python/trakit/trakit-0.2.4.ebuild45
4 files changed, 0 insertions, 132 deletions
diff --git a/dev-python/trakit/Manifest b/dev-python/trakit/Manifest
index 543d5aa1815c..e2bcb274fab0 100644
--- a/dev-python/trakit/Manifest
+++ b/dev-python/trakit/Manifest
@@ -1,4 +1 @@
-DIST trakit-0.2.2.gh.tar.gz 43207 BLAKE2B 6bd651cae7892d7af9c7f68d313d3046074d4e8a7cf17eb7c562d5d44235142ccce309298ed10d612faf1d9405dbac579d73f36db8517a27ccea3457ada23b2f SHA512 3fbd6c9fc2badfabc15c8b78dbeb677b11ac687b6fed847bcc0d835268a180a492bf530c14f5cce2ad8db19fae2e6af8e8ff59c85fb577ce94d8ba0943a00021
-DIST trakit-0.2.3.tar.gz 34396 BLAKE2B e8446a5e3ac3c819fa515e830c64fee8cd11ab9ac514e987861e522a5004b96a8ac6ee8e60eb4fa4fdc36eacd68a8442d8ed400af81347ab885d245488acbd5c SHA512 0d0128936a5fb988e9fcc8d53585e33fcc445348abd59c875149824da906e08856620fb95a664bbf247affd18991a08ff0cbb53216311962856101457e92742c
-DIST trakit-0.2.4.tar.gz 34808 BLAKE2B efb41509d24bff6cccfcb801f20686b60e92ba7af6976b4d9c777d1517e094fac12ef104d9f4218a56e978afaeaa0afce9d7ed3151aa4833984373a64f5f0dff SHA512 03cbc3f351d34badae98103ed3244eb638d49cff8b7aebb6811b7dee7892a655dfb37f4bc8db86a53d9796e679ea4c800933adba468332d802f36a4cfec0ed11
DIST trakit-0.2.5.tar.gz 34873 BLAKE2B 5e5272a7a9882328dd1f5fc2a8e142511d0a1cb19d488378b9fa43772ee77ce787d309d0b10fe77ee8f737817e41c8fdf6cc2d8eaafa989353706cbc92358e89 SHA512 95dfd06d8cb6c9f4b2f1412c4b505209e5122595f0ebba1b6bef9ecb80c31e4f8a4b7aba706931ce9684f2e8ddf4f9836c9f034053ce2f25c857d08c76a9eaf1
diff --git a/dev-python/trakit/trakit-0.2.2.ebuild b/dev-python/trakit/trakit-0.2.2.ebuild
deleted file mode 100644
index 25f165b2c3f7..000000000000
--- a/dev-python/trakit/trakit-0.2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Guess additional information from titles in media tracks"
-HOMEPAGE="
- https://github.com/ratoaq2/trakit
- https://pypi.org/project/trakit/
-"
-# No tests in sdist
-SRC_URI="https://github.com/ratoaq2/trakit/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- dev-python/babelfish[${PYTHON_USEDEP}]
- dev-python/pyyaml[${PYTHON_USEDEP}]
- dev-python/rebulk[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/unidecode[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_DESELECT=(
- # Network
- tests/test_generate.py::test_generate_config
-)
-
-distutils_enable_tests pytest
diff --git a/dev-python/trakit/trakit-0.2.3.ebuild b/dev-python/trakit/trakit-0.2.3.ebuild
deleted file mode 100644
index cb1ef63bbe2d..000000000000
--- a/dev-python/trakit/trakit-0.2.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Guess additional information from titles in media tracks"
-HOMEPAGE="
- https://github.com/ratoaq2/trakit/
- https://pypi.org/project/trakit/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/babelfish-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}]
- >=dev-python/rebulk-3.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_DESELECT=(
- # Network
- tests/test_generate.py::test_generate_config
-)
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # sigh, poetry
- sed -i -e 's:\^:>=:' pyproject.toml || die
-}
diff --git a/dev-python/trakit/trakit-0.2.4.ebuild b/dev-python/trakit/trakit-0.2.4.ebuild
deleted file mode 100644
index ba5922e04ca8..000000000000
--- a/dev-python/trakit/trakit-0.2.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Guess additional information from titles in media tracks"
-HOMEPAGE="
- https://github.com/ratoaq2/trakit/
- https://pypi.org/project/trakit/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="
- >=dev-python/babelfish-0.6.0[${PYTHON_USEDEP}]
- >=dev-python/pyyaml-6.0.2[${PYTHON_USEDEP}]
- >=dev-python/rebulk-3.1.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- >=dev-python/unidecode-1.3.6[${PYTHON_USEDEP}]
- )
-"
-
-EPYTEST_DESELECT=(
- # Network
- tests/test_generate.py::test_generate_config
-)
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # sigh, poetry
- sed -i -e 's:\^:>=:' pyproject.toml || die
-}