dev-python/uuid7: new package, add 0.1.0

Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
Florian Albrechtskirchinger
2026-06-26 18:08:21 +02:00
parent d72748e416
commit 7812fd8ce9
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST uuid7-0.1.0.tar.gz 14052 BLAKE2B 29a025f98ab5ad5255bfa84f3715e7e3b9e9fed989159de5aab535a11ad4e3b229ed06d6a7a4bb7c6d1072d345c5a68ebcd58810db6655d28d632bc1bd9d805b SHA512 dc28c32fa6d000c5f28123a277fdcad4de1ceea5fa0804bff10a5ada207e7e6f0799ffd91094b86b562decd7fcbdcf4aa281047b393090aca3caa334a45a70f6

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>falbrechtskirchinger@gmail.com</email>
<name>Florian Albrechtskirchinger</name>
</maintainer>
<upstream>
<remote-id type="pypi">uuid7</remote-id>
<remote-id type="github">stevesimmons/uuid7</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="UUID version 7, generating time-sorted UUIDs"
HOMEPAGE="
https://github.com/stevesimmons/uuid7
https://pypi.org/project/uuid7/
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest