From 80fef02b107c8f194462d328f1175fc130034503 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Fri, 31 May 2024 20:32:08 +0200 Subject: dev-python/shortuuid Version bump --- dev-python/shortuuid/Manifest | 4 ++-- dev-python/shortuuid/shortuuid-1.0.11.ebuild | 25 ------------------------- dev-python/shortuuid/shortuuid-1.0.13.ebuild | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 dev-python/shortuuid/shortuuid-1.0.11.ebuild create mode 100644 dev-python/shortuuid/shortuuid-1.0.13.ebuild diff --git a/dev-python/shortuuid/Manifest b/dev-python/shortuuid/Manifest index 5c58cba..27ce315 100644 --- a/dev-python/shortuuid/Manifest +++ b/dev-python/shortuuid/Manifest @@ -1,3 +1,3 @@ -DIST shortuuid-1.0.11.tar.gz 10523 BLAKE2B 0c477d87c748ccbedfa7f5ce09aac123e5ce7f0e414dfe6769dbb0eb1ede3346859b2c8054f2dce6eb387f02ce7a354a3b01c45ebb97f8e8a3964a942d7c185d SHA512 3aec978713a9a95aa3cb269c0772fd1c4849587041d81765aac816004cad05eea29cad7cc90e31dc85b1f4886ea08c643b4495f7920f93c2a73358bdfce6edb8 -EBUILD shortuuid-1.0.11.ebuild 503 BLAKE2B 2d905a8e8a3cad4bb36a8f1edf74a3f19e548ed0c903257561f9287fe0ab46290e551baf03d68e99d299e82a974bd2b2e162fa1997e9c0fd14ea50b1df63d779 SHA512 589a0b0fdd6300ab92c36a6d106f118ec3b65329f98974368b20d1d011e1d3b12cc730d5ab1c8257291c6d7cc3cce60d94a22191d96c69ceeaef164e76e8eb29 +DIST shortuuid-1.0.13.tar.gz 9662 BLAKE2B f120815474a06cfe657320e6e1145045a41fb7a345c83fd2b712182ed1a27efb537e226de2d7f3b2681a0e0a72c744da8e8a5f4d2af067bb674aa1d7bc57e5a2 SHA512 3949493c4047f1bcc430b62d1eb1ef03febfdf627eecb285eec90b2ac78baba8264a6065c8e66ec879fe74ac5f638618ef10eb98b4e924aa7e7f63e824f2985d +EBUILD shortuuid-1.0.13.ebuild 503 BLAKE2B 2d905a8e8a3cad4bb36a8f1edf74a3f19e548ed0c903257561f9287fe0ab46290e551baf03d68e99d299e82a974bd2b2e162fa1997e9c0fd14ea50b1df63d779 SHA512 589a0b0fdd6300ab92c36a6d106f118ec3b65329f98974368b20d1d011e1d3b12cc730d5ab1c8257291c6d7cc3cce60d94a22191d96c69ceeaef164e76e8eb29 MISC metadata.xml 462 BLAKE2B 631e8bc1e1c9b41930c69c5419cb1a97b68201e3136e1446b63a9bd359b9ec118da5649b29c67dc2c20879f7fd748bf9a8358f16ff0c35d09dffc42b426a0883 SHA512 2e8d9b6edd0d1373048b930d18f1ab8befbecb4c01ad29ee1546e1df7b7a5e8026ac771e616dded05790107c0ec8e2bf5b8c6c9001fed3ac47eb7f68f1f93bbe diff --git a/dev-python/shortuuid/shortuuid-1.0.11.ebuild b/dev-python/shortuuid/shortuuid-1.0.11.ebuild deleted file mode 100644 index 9440cbd..0000000 --- a/dev-python/shortuuid/shortuuid-1.0.11.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_{8..11} ) - -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 -} diff --git a/dev-python/shortuuid/shortuuid-1.0.13.ebuild b/dev-python/shortuuid/shortuuid-1.0.13.ebuild new file mode 100644 index 0000000..9440cbd --- /dev/null +++ b/dev-python/shortuuid/shortuuid-1.0.13.ebuild @@ -0,0 +1,25 @@ +# 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_{8..11} ) + +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 +} -- cgit v1.2.3