diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-python/minidb | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-python/minidb')
| -rw-r--r-- | dev-python/minidb/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/minidb/metadata.xml | 17 | ||||
| -rw-r--r-- | dev-python/minidb/minidb-2.0.8.ebuild | 22 |
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest new file mode 100644 index 000000000000..0ec6101b0871 --- /dev/null +++ b/dev-python/minidb/Manifest @@ -0,0 +1 @@ +DIST minidb-2.0.8.tar.gz 15404 BLAKE2B 5cf612036ed18ddd8f42da1ceab398cfe092acbdc11ac75693d1aa3c84960a375db6816dbe1a0ed244d83a4c6958661ba2db6e489ee4b5ab7df359332382f524 SHA512 04cdf6ae3a537aa421cd9ca9c283ac3c721ce35a6e23bf71f56ff70ee94dfad4672feb9cea7490e6747f9c2cfaabc7d163559cce3a40cf643df0287cbea6f994 diff --git a/dev-python/minidb/metadata.xml b/dev-python/minidb/metadata.xml new file mode 100644 index 000000000000..64ae3cf5fe4a --- /dev/null +++ b/dev-python/minidb/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>sbraz@gentoo.org</email> + <name>Louis Sautier</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <stabilize-allarches /> + <upstream> + <bugs-to>https://github.com/thp/minidb/issues</bugs-to> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> diff --git a/dev-python/minidb/minidb-2.0.8.ebuild b/dev-python/minidb/minidb-2.0.8.ebuild new file mode 100644 index 000000000000..acfa1da48393 --- /dev/null +++ b/dev-python/minidb/minidb-2.0.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{13..14} ) +PYTHON_REQ_USE="sqlite" + +inherit distutils-r1 pypi + +DESCRIPTION="Simple SQLite-based object store" +HOMEPAGE=" + https://thp.io/2010/minidb/ + https://pypi.org/project/minidb/ +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="amd64 arm64 x86" + +distutils_enable_tests pytest |
