summaryrefslogtreecommitdiff
path: root/dev-python/mitype
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/mitype
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/mitype')
-rw-r--r--dev-python/mitype/Manifest1
-rw-r--r--dev-python/mitype/metadata.xml12
-rw-r--r--dev-python/mitype/mitype-0.2.6.ebuild29
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/mitype/Manifest b/dev-python/mitype/Manifest
deleted file mode 100644
index 6ade514512b6..000000000000
--- a/dev-python/mitype/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mitype-0.2.6.gh.tar.gz 1148256 BLAKE2B d3999b33b00d674b3f0c6d91bd7d5e763a3115e54416087b7b9ff01727d7aa93dc03facf8b608134ae273ef5304df6e6cb2ed67b1619583d882a8b95fadbee7e SHA512 737c968b6a74adf83396e0626411c8d39210026be898e78d055c5f8e36f890aa2d7eecceab9b3a635a5b73a2104d905b1bd74f771f5c62f613513051e461812b
diff --git a/dev-python/mitype/metadata.xml b/dev-python/mitype/metadata.xml
deleted file mode 100644
index 2646b2e95a29..000000000000
--- a/dev-python/mitype/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person">
- <email>gasc@eurecom.fr</email>
- <name>Gasc Henri</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">mitype</remote-id>
- <remote-id type="github">Mithil467/mitype</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/mitype/mitype-0.2.6.ebuild b/dev-python/mitype/mitype-0.2.6.ebuild
deleted file mode 100644
index e67a884271dd..000000000000
--- a/dev-python/mitype/mitype-0.2.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DOCS_BUILDER="sphinx"
-DOCS_DIR="docs/source"
-DOCS_DEPEND="
- dev-python/sphinx-rtd-theme
-"
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Typing speed test in terminal"
-HOMEPAGE="https://github.com/Mithil467/mitype https://pypi.org/project/mitype/"
-SRC_URI="https://github.com/Mithil467/mitype/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- dev-python/versioneer[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest