From 3936395e89ac2d6f0ac14fe740c5fb3fd10cd1f0 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 10 Jul 2023 23:07:57 +0200 Subject: dev-python/django-extensions version bump --- dev-python/shortuuid/shortuuid-1.0.11.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 dev-python/shortuuid/shortuuid-1.0.11.ebuild (limited to 'dev-python/shortuuid/shortuuid-1.0.11.ebuild') diff --git a/dev-python/shortuuid/shortuuid-1.0.11.ebuild b/dev-python/shortuuid/shortuuid-1.0.11.ebuild new file mode 100644 index 0000000..9440cbd --- /dev/null +++ b/dev-python/shortuuid/shortuuid-1.0.11.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