summaryrefslogtreecommitdiff
path: root/dev-python/pystardict
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/pystardict
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-python/pystardict')
-rw-r--r--dev-python/pystardict/Manifest1
-rw-r--r--dev-python/pystardict/metadata.xml12
-rw-r--r--dev-python/pystardict/pystardict-0.8-r1.ebuild26
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/pystardict/Manifest b/dev-python/pystardict/Manifest
deleted file mode 100644
index 7ee7706bd7a3..000000000000
--- a/dev-python/pystardict/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pystardict-0.8-r1.tar.gz 795302 BLAKE2B eed78612e616a56920ab40035dd14682d8420d34919df8f00deabdf36b287723cd12815cda9bb3c5eb9d6d123edd961dbd5da7301a4f5c5ac56b0b49665a5050 SHA512 a5cb64993e4d870c3fb30e78462ac52bba994088b51d74e2eb7a0c41436bd1bb6733c6a11f30404eae446669209a7dc8f8d74efb28f5cce3997c26fcad833db7
diff --git a/dev-python/pystardict/metadata.xml b/dev-python/pystardict/metadata.xml
deleted file mode 100644
index d44386d847a9..000000000000
--- a/dev-python/pystardict/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>
- <upstream>
- <remote-id type="pypi">PyStarDict</remote-id>
- <remote-id type="github">lig/pystardict</remote-id>
- </upstream>
- <maintainer type="person">
- <email>dev@notyourcomputer.net</email>
- <name>shaoyu</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-python/pystardict/pystardict-0.8-r1.ebuild b/dev-python/pystardict/pystardict-0.8-r1.ebuild
deleted file mode 100644
index ea37dd66bd1f..000000000000
--- a/dev-python/pystardict/pystardict-0.8-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-MY_PN="PyStarDict"
-DESCRIPTION="Library for manipulating StarDict dictionaries from within Python"
-HOMEPAGE="
- https://pypi.org/project/PyStarDict/
- https://github.com/lig/pystardict
-"
-SRC_URI="$(pypi_sdist_url --no-normalize ${MY_PN}) -> ${P}-r1.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest