diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/minidb | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.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 | 18 | ||||
| -rw-r--r-- | dev-python/minidb/minidb-2.0.8.ebuild | 22 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/minidb/Manifest b/dev-python/minidb/Manifest deleted file mode 100644 index 0ec6101b0871..000000000000 --- a/dev-python/minidb/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 227580c72213..000000000000 --- a/dev-python/minidb/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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> - <remote-id type="pypi">minidb</remote-id> - <remote-id type="github">thp/minidb</remote-id> - <bugs-to>https://github.com/thp/minidb/issues</bugs-to> - </upstream> -</pkgmetadata> diff --git a/dev-python/minidb/minidb-2.0.8.ebuild b/dev-python/minidb/minidb-2.0.8.ebuild deleted file mode 100644 index acfa1da48393..000000000000 --- a/dev-python/minidb/minidb-2.0.8.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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 |
