dev-python/colorspacious: new package, add 1.1.2

Used by media-sound/corrscope

Signed-off-by: Artemis Everfree <artemis@artemis.sh>
This commit is contained in:
Artemis Everfree
2024-07-19 15:00:07 -07:00
parent c34275a146
commit 6d7bddc558
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST colorspacious-1.1.2.tar.gz 688573 BLAKE2B 85b4c24a0d0ce42817060be9dfeaa00f1775f656590cc76fd5c0ce0f929b165cd1239b33a54d7d5a4969ecf7240c3b9c3fdf067ab8282052768f4f8ad6f04a02 SHA512 a5c212c82f4a8eb1561f3ff86effeb0c1edb80fca3657dc62336c56de3c8810c44288022223a6089f9eb2cad8d3bcd9c8222014c106b8915c0c6d8b7df0c353a

View File

@@ -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

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>artemis@artemis.sh</email>
<name>Artemis Everfree</name>
</maintainer>
<upstream>
<remote-id type="pypi">colorspacious</remote-id>
<remote-id type="github">njsmith/colorspacious</remote-id>
</upstream>
</pkgmetadata>