mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-python/icecream: add 2.1.10, keyword for ~arm64
Signed-off-by: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST icecream-2.1.10.gh.tar.gz 27267 BLAKE2B 85e2944050b4e237ec1c1591a0d60e70b5121433858e9954a3430a2204361a6a3a44190a219b248b355bf2ebfaf11db8179f5ec48b1f196824e63a86fc8dda5a SHA512 2e9d41053dde4c517e0ed48d96167ec7f8004f7b19c6b9049f7e259e119e8044d276415e0b3080e342f2b78ff5341f3b277fc8e6a782c543863ed97bb1a5e64c
|
||||
DIST icecream-2.1.8.gh.tar.gz 26342 BLAKE2B a125a1f95d98cc15784e72d01b12fb66a0de26035eb4f38f20144bd8d253dc0d73cedb18c165d5ac144215c27d45a774e9ab8d95e66a675b499f8a3d55367758 SHA512 34b84d9e5a0f2d9114882da974e425ee5118c856842345c77fb00301e8fcd6961dd2dfdb5374246f6144a77b41ffca5bf9f87a67790e29cfb53139ca8c4f098a
|
||||
|
||||
26
dev-python/icecream/icecream-2.1.10.ebuild
Normal file
26
dev-python/icecream/icecream-2.1.10.ebuild
Normal file
@@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Pythonic task execution"
|
||||
HOMEPAGE="https://github.com/gruns/icecream https://pypi.org/project/icecream/"
|
||||
SRC_URI="https://github.com/gruns/icecream/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-python/colorama-0.3.9[${PYTHON_USEDEP}]
|
||||
>=dev-python/pygments-2.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/executing-2.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/asttokens-2.0.1[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_tests unittest
|
||||
Reference in New Issue
Block a user