summaryrefslogtreecommitdiff
path: root/dev-python/uuid6
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-09 19:00:54 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-08-09 19:00:54 +0000
commita4b8d4937c712fb3f2c823bae14ffb7c8e08ae67 (patch)
tree06455377eab71d276b313a408b26a9d90b7e35fb /dev-python/uuid6
parente1f32c4b7fb97dbe3418966200e1df602b23b573 (diff)
downloadbaldeagleos-repo-a4b8d4937c712fb3f2c823bae14ffb7c8e08ae67.tar.gz
baldeagleos-repo-a4b8d4937c712fb3f2c823bae14ffb7c8e08ae67.tar.xz
baldeagleos-repo-a4b8d4937c712fb3f2c823bae14ffb7c8e08ae67.zip
Adding metadata
Diffstat (limited to 'dev-python/uuid6')
-rw-r--r--dev-python/uuid6/Manifest1
-rw-r--r--dev-python/uuid6/metadata.xml10
-rw-r--r--dev-python/uuid6/uuid6-2025.0.1.ebuild32
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/uuid6/Manifest b/dev-python/uuid6/Manifest
new file mode 100644
index 000000000000..dd447da9bdfb
--- /dev/null
+++ b/dev-python/uuid6/Manifest
@@ -0,0 +1 @@
+DIST uuid6-2025.0.1.tar.gz 13932 BLAKE2B f9fedcfbbab6fbe1a3bc903a6d985792581c3e2502485919823879a8106b03067b98e9e32157d90c5e87741a79c52d83a334657269071cab91b2ee6fdffa78d0 SHA512 95ba8f0fdf0c145855a3c496cda3290c5e740c99ebe8498faa722968b171fb8dabd242ed3a4b328f8047bb5946b1a119b0c6a319d5e1e02adf373d96cce2d48f
diff --git a/dev-python/uuid6/metadata.xml b/dev-python/uuid6/metadata.xml
new file mode 100644
index 000000000000..a0d4c5913ba0
--- /dev/null
+++ b/dev-python/uuid6/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+
+ <origin>gentoo-staging</origin>
+ <stabilize-allarches/>
+</pkgmetadata> \ No newline at end of file
diff --git a/dev-python/uuid6/uuid6-2025.0.1.ebuild b/dev-python/uuid6/uuid6-2025.0.1.ebuild
new file mode 100644
index 000000000000..27f8ffec2bee
--- /dev/null
+++ b/dev-python/uuid6/uuid6-2025.0.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="New time-based UUID formats which are suited for use as a database key"
+HOMEPAGE="
+ https://github.com/oittaa/uuid6-python/
+ https://pypi.org/project/uuid6/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # fragile to timing
+ # https://github.com/oittaa/uuid6-python/issues/227
+ test/test_uuid6.py::UUIDTests::test_time
+)