mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-python/zenlib: Added 1.3.0 with check_dict
Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST zenlib-1.2.0.tar.gz 12766 BLAKE2B 9366beb9496d136cbf0efc9fd97c6d430b442eae4ede87d85c32e1bee9a17315cab04e0b8f97ad8b8e2b599d2965dc2cd3c57ebe4830ba9abe53adc13825f634 SHA512 e5630a0869cdcbd909ea829f5876057ad1787ae1b63f80f9b1db7deeb80799eef9deac56027291dac55efd1e974b82a737b236189a1d7a8657a215bb866bca91
|
||||
DIST zenlib-1.3.0.tar.gz 13412 BLAKE2B 607b1e886892c48f6777fec6814318fecb9038592250417b17b0355309a18300ffdfd91bea416ee258ef328d3cdc037ad92f11107cb8d4d5a9f9a080ceb078b6 SHA512 667d8370c7b88b8ed48ae6554a92f6223f80039cfd58a9967fbf8298b2d0f0efdba4c0c6f20a6d22f8150b188a123f7d02a0d5b26f802beafd0075b879ecdb4a
|
||||
|
||||
16
dev-python/zenlib/zenlib-1.3.0.ebuild
Normal file
16
dev-python/zenlib/zenlib-1.3.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Useful python decorators and utilities"
|
||||
HOMEPAGE="https://github.com/desultory/zenlib"
|
||||
SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
Reference in New Issue
Block a user