summaryrefslogtreecommitdiff
path: root/dev-python/shortuuid
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/shortuuid
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/shortuuid')
-rw-r--r--dev-python/shortuuid/Manifest3
-rw-r--r--dev-python/shortuuid/metadata.xml12
-rw-r--r--dev-python/shortuuid/shortuuid-1.0.13.ebuild25
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest
deleted file mode 100644
index ca2d1740df32..000000000000
--- a/dev-python/shortuuid/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST shortuuid-1.0.13.tar.gz 9662 BLAKE2B f120815474a06cfe657320e6e1145045a41fb7a345c83fd2b712182ed1a27efb537e226de2d7f3b2681a0e0a72c744da8e8a5f4d2af067bb674aa1d7bc57e5a2 SHA512 3949493c4047f1bcc430b62d1eb1ef03febfdf627eecb285eec90b2ac78baba8264a6065c8e66ec879fe74ac5f638618ef10eb98b4e924aa7e7f63e824f2985d
-EBUILD shortuuid-1.0.13.ebuild 504 BLAKE2B 65f1cc415dffd128611a1173f3f46d617603ee545cd6e63e8c1b4d4371d958807e1dafec5d031293d7692bc8c49ea9a7f871eb99e53965856f162f667c48085d SHA512 eff01edf3ebc37cd9941ee1ad3d4c3a81a11aff4f8d727c4abcc203ee321440ee2e1f42b65812fac4f58ba946a645d2887b0d1e8340dc8fa8ff1e95302b1a17f
-MISC metadata.xml 462 BLAKE2B 631e8bc1e1c9b41930c69c5419cb1a97b68201e3136e1446b63a9bd359b9ec118da5649b29c67dc2c20879f7fd748bf9a8358f16ff0c35d09dffc42b426a0883 SHA512 2e8d9b6edd0d1373048b930d18f1ab8befbecb4c01ad29ee1546e1df7b7a5e8026ac771e616dded05790107c0ec8e2bf5b8c6c9001fed3ac47eb7f68f1f93bbe
diff --git a/dev-python/shortuuid/metadata.xml b/dev-python/shortuuid/metadata.xml
deleted file mode 100644
index 1156c827e968..000000000000
--- a/dev-python/shortuuid/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>marcin.deranek@slonko.net</email>
- <name>Marcin Deranek</name>
- </maintainer>
- <upstream>
- <bugs-to>https://github.com/skorokithakis/shortuuid/issues</bugs-to>
- </upstream>
- <origin>slonko-overlay</origin>
-</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/shortuuid/shortuuid-1.0.13.ebuild b/dev-python/shortuuid/shortuuid-1.0.13.ebuild
deleted file mode 100644
index 82a66f6ea185..000000000000
--- a/dev-python/shortuuid/shortuuid-1.0.13.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A generator library for concise, unambiguous and URL-safe UUIDs."
-HOMEPAGE="https://github.com/skorokithakis/shortuuid"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DOCS=( README.md )
-
-distutils_enable_tests pytest
-
-src_prepare() {
- sed -i -e '/COPYING/d' pyproject.toml || die
- default
-}