mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-python/py-nanoid: add 0_pre20220201, drop 9999
Signed-off-by: Pavel Sobolev <contact@paveloom.dev>
This commit is contained in:
23
dev-python/py-nanoid/py-nanoid-0_pre20220201.ebuild
Normal file
23
dev-python/py-nanoid/py-nanoid-0_pre20220201.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
EGIT_COMMIT="99e5b478c450f42d713b6111175886dccf16f156"
|
||||
|
||||
DESCRIPTION="Python Nanoid"
|
||||
HOMEPAGE="https://github.com/puyuan/py-nanoid https://pypi.org/project/nanoid"
|
||||
SRC_URI="https://github.com/puyuan/py-nanoid/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user