summaryrefslogtreecommitdiff
path: root/dev-python/find-libpython/metadata.xml
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/find-libpython/metadata.xml
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/find-libpython/metadata.xml')
-rw-r--r--dev-python/find-libpython/metadata.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/dev-python/find-libpython/metadata.xml b/dev-python/find-libpython/metadata.xml
new file mode 100644
index 000000000000..59e2239df9ec
--- /dev/null
+++ b/dev-python/find-libpython/metadata.xml
@@ -0,0 +1,39 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>vowstar@gmail.com</email>
+ <name>Huang Rui</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">find-libpython</remote-id>
+ <remote-id type="github">ktbarrett/find_libpython</remote-id>
+ <maintainer>
+ <name>Takafumi Arakaki</name>
+ <email>dev.ktbarrett@gmail.com</email>
+ </maintainer>
+ <bugs-to>https://github.com/ktbarrett/find_libpython/issues</bugs-to>
+ </upstream>
+ <longdescription lang="en">
+ find-libpython is a library designed to locate the path of the
+ libpython dynamic library in the current Python environment.
+ Supports various installation types including conda-managed,
+ system-managed, and other configurations. Works across Windows,
+ Mac OS/OS X, and major Linux distributions.
+ find_libpython is both a script and a Python package. Usage as
+ a script is useful for obtaining the libpython path in
+ makefile-based build systems. It can also determine the path
+ for embedding Python in processes written in other languages.
+ Recommended usage is to call the script in a subprocess without
+ arguments and parse the output.
+ </longdescription>
+ <longdescription lang="zh">
+ find-libpython 是一个用于定位当前 Python 环境中 libpython 动态库
+ 路径的库。支持多种安装方式,包括 conda 管理、系统管理或其他方式,
+ 可在 Windows、Mac OS/OS X 和各种 Linux 发行版上使用。
+ find_libpython 同时是一个脚本和 Python 包。作为脚本使用时,
+ 可用于在基于 makefile 的构建系统中获取 libpython 路径,
+ 或嵌入其他语言编写的进程中的 Python 解释器路径。
+ 推荐用法是无参数调用子进程中的脚本并解析输出。
+ </longdescription>
+</pkgmetadata>