From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E99E158170 for ; Fri, 19 Jul 2024 22:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0DCC2BC018; Fri, 19 Jul 2024 22:02:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 837712BC018 for ; Fri, 19 Jul 2024 22:02:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23BF1341B52 for ; Fri, 19 Jul 2024 22:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76FA61D19 for ; Fri, 19 Jul 2024 22:02:42 +0000 (UTC) From: "Artemis Everfree" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Artemis Everfree" Message-ID: <1721426519.6d7bddc558a37f338b69613eb0e95df18506e179.artemis@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/colorspacious/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/colorspacious/Manifest dev-python/colorspacious/colorspacious-1.1.2.ebuild dev-python/colorspacious/metadata.xml X-VCS-Directories: dev-python/colorspacious/ X-VCS-Committer: artemis X-VCS-Committer-Name: Artemis Everfree X-VCS-Revision: 6d7bddc558a37f338b69613eb0e95df18506e179 X-VCS-Branch: dev Date: Fri, 19 Jul 2024 22:02:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b00ffd4b-9d82-4f7c-b88f-c3a0ec7a2cdc X-Archives-Hash: 8fe8635a762327a010434892ebb82789 commit: 6d7bddc558a37f338b69613eb0e95df18506e179 Author: Artemis Everfree artemis sh> AuthorDate: Fri Jul 19 22:00:07 2024 +0000 Commit: Artemis Everfree artemis sh> CommitDate: Fri Jul 19 22:01:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d7bddc5 dev-python/colorspacious: new package, add 1.1.2 Used by media-sound/corrscope Signed-off-by: Artemis Everfree artemis.sh> dev-python/colorspacious/Manifest | 1 + .../colorspacious/colorspacious-1.1.2.ebuild | 24 ++++++++++++++++++++++ dev-python/colorspacious/metadata.xml | 12 +++++++++++ 3 files changed, 37 insertions(+) diff --git a/dev-python/colorspacious/Manifest b/dev-python/colorspacious/Manifest new file mode 100644 index 000000000..27c703116 --- /dev/null +++ b/dev-python/colorspacious/Manifest @@ -0,0 +1 @@ +DIST colorspacious-1.1.2.tar.gz 688573 BLAKE2B 85b4c24a0d0ce42817060be9dfeaa00f1775f656590cc76fd5c0ce0f929b165cd1239b33a54d7d5a4969ecf7240c3b9c3fdf067ab8282052768f4f8ad6f04a02 SHA512 a5c212c82f4a8eb1561f3ff86effeb0c1edb80fca3657dc62336c56de3c8810c44288022223a6089f9eb2cad8d3bcd9c8222014c106b8915c0c6d8b7df0c353a diff --git a/dev-python/colorspacious/colorspacious-1.1.2.ebuild b/dev-python/colorspacious/colorspacious-1.1.2.ebuild new file mode 100644 index 000000000..b7ec50c06 --- /dev/null +++ b/dev-python/colorspacious/colorspacious-1.1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( pypy3 python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Python library for doing colorspace conversions" +HOMEPAGE=" + https://pypi.org/project/colorspacious/ + https://github.com/njsmith/colorspacious +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest diff --git a/dev-python/colorspacious/metadata.xml b/dev-python/colorspacious/metadata.xml new file mode 100644 index 000000000..80d5cd60b --- /dev/null +++ b/dev-python/colorspacious/metadata.xml @@ -0,0 +1,12 @@ + + + + + artemis@artemis.sh + Artemis Everfree + + + colorspacious + njsmith/colorspacious + +