summaryrefslogtreecommitdiff
path: root/dev-python/cangjie
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/cangjie
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/cangjie')
-rw-r--r--dev-python/cangjie/Manifest1
-rw-r--r--dev-python/cangjie/cangjie-1.5.0.ebuild49
-rw-r--r--dev-python/cangjie/metadata.xml12
3 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/cangjie/Manifest b/dev-python/cangjie/Manifest
deleted file mode 100644
index d59ba36c91f5..000000000000
--- a/dev-python/cangjie/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pycangjie-1.5.0.tar.xz 26312 BLAKE2B deddb5fbcf9d1538ef77f420ad1f123af713e58fed1629242f8a861c8fd343c564e8e3ca99489d3ffcf0e9ca9cea1ceb78f669d1aa26a432a66a85dde7180495 SHA512 a68fd2cbfcdd6a240a1438e620152a39650580b953a6ffc2070bac02a6d5c0e6082e3c55b005ff2bf976415b4bb96e6ecbad207a91f72ecae7ebebfcddddcb91
diff --git a/dev-python/cangjie/cangjie-1.5.0.ebuild b/dev-python/cangjie/cangjie-1.5.0.ebuild
deleted file mode 100644
index c20cd58275e0..000000000000
--- a/dev-python/cangjie/cangjie-1.5.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-inherit meson python-r1
-
-DESCRIPTION="Python wrapper for libcangjie"
-HOMEPAGE="https://cangjie.pages.freedesktop.org/projects/pycangjie/"
-SRC_URI="https://gitlab.freedesktop.org/cangjie/pycangjie/-/jobs/66354698/artifacts/raw/builddir/meson-dist/py${P}.tar.xz"
-S="${WORKDIR}"/py${P}
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=app-i18n/libcangjie-1.4.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- >=dev-build/meson-1.3.2
- dev-python/cython[${PYTHON_USEDEP}]
- virtual/pkgconfig
-"
-
-src_configure() {
- python_foreach_impl run_in_build_dir meson_src_configure
-}
-
-src_compile() {
- python_foreach_impl run_in_build_dir meson_src_compile
-}
-
-src_test() {
- python_foreach_impl run_in_build_dir meson_src_test
-}
-
-src_install() {
- python_install() {
- meson_src_install
- python_optimize
- }
- python_foreach_impl run_in_build_dir python_install
- einstalldocs
-}
diff --git a/dev-python/cangjie/metadata.xml b/dev-python/cangjie/metadata.xml
deleted file mode 100644
index 4df327b378ba..000000000000
--- a/dev-python/cangjie/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="project">
- <email>cjk@gentoo.org</email>
- <name>Cjk</name>
- </maintainer>
- <upstream>
- <remote-id type="freedesktop-gitlab">cangjie/pycangjie</remote-id>
- <remote-id type="pypi">CangJie</remote-id>
- </upstream>
-</pkgmetadata>