* [gentoo-commits] repo/gentoo:master commit in: dev-python/uuid6/
@ 2025-08-09 5:47 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2025-08-09 5:47 UTC (permalink / raw
To: gentoo-commits
commit: 77299e62152905c25c253d75b63fba1f300ad873
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 9 05:40:36 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 9 05:40:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77299e62
dev-python/uuid6: New package, v2025.0.1
New test dependency of dev-python/deepdiff.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uuid6/Manifest | 1 +
dev-python/uuid6/metadata.xml | 12 ++++++++++++
dev-python/uuid6/uuid6-2025.0.1.ebuild | 32 ++++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+)
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..5ae4f88571a7
--- /dev/null
+++ b/dev-python/uuid6/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">oittaa/uuid6-python</remote-id>
+ <remote-id type="pypi">uuid6</remote-id>
+ </upstream>
+</pkgmetadata>
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..be47b0861f69
--- /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=( pypy3_11 python3_{11..14} )
+
+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
+)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/uuid6/
@ 2025-09-19 6:25 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-09-19 6:25 UTC (permalink / raw
To: gentoo-commits
commit: f41f9a7e64ddc694c97754dd70f0a09f605c821f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 06:24:26 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 06:24:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41f9a7e
dev-python/uuid6: Keyword 2025.0.1 arm64, #961234
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/uuid6/uuid6-2025.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uuid6/uuid6-2025.0.1.ebuild b/dev-python/uuid6/uuid6-2025.0.1.ebuild
index be47b0861f69..4674a5d8be66 100644
--- a/dev-python/uuid6/uuid6-2025.0.1.ebuild
+++ b/dev-python/uuid6/uuid6-2025.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/uuid6/
@ 2025-09-19 6:25 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2025-09-19 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 4adadc8c5e5bf90ca7662b138dc71391449cfbaa
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 19 06:24:29 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 19 06:24:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adadc8c
dev-python/uuid6: Keyword 2025.0.1 x86, #961234
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/uuid6/uuid6-2025.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uuid6/uuid6-2025.0.1.ebuild b/dev-python/uuid6/uuid6-2025.0.1.ebuild
index 4674a5d8be66..d91d8eda721d 100644
--- a/dev-python/uuid6/uuid6-2025.0.1.ebuild
+++ b/dev-python/uuid6/uuid6-2025.0.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-19 6:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-19 6:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/uuid6/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2025-09-19 6:25 Arthur Zamarin
2025-08-09 5:47 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox