mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
dev-python/uuid7: new package, add 0.1.0
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
1
dev-python/uuid7/Manifest
Normal file
1
dev-python/uuid7/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST uuid7-0.1.0.tar.gz 14052 BLAKE2B 29a025f98ab5ad5255bfa84f3715e7e3b9e9fed989159de5aab535a11ad4e3b229ed06d6a7a4bb7c6d1072d345c5a68ebcd58810db6655d28d632bc1bd9d805b SHA512 dc28c32fa6d000c5f28123a277fdcad4de1ceea5fa0804bff10a5ada207e7e6f0799ffd91094b86b562decd7fcbdcf4aa281047b393090aca3caa334a45a70f6
|
||||
12
dev-python/uuid7/metadata.xml
Normal file
12
dev-python/uuid7/metadata.xml
Normal 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>
|
||||
22
dev-python/uuid7/uuid7-0.1.0.ebuild
Normal file
22
dev-python/uuid7/uuid7-0.1.0.ebuild
Normal 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
|
||||
Reference in New Issue
Block a user