mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
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:
1
dev-python/colorspacious/Manifest
Normal file
1
dev-python/colorspacious/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST colorspacious-1.1.2.tar.gz 688573 BLAKE2B 85b4c24a0d0ce42817060be9dfeaa00f1775f656590cc76fd5c0ce0f929b165cd1239b33a54d7d5a4969ecf7240c3b9c3fdf067ab8282052768f4f8ad6f04a02 SHA512 a5c212c82f4a8eb1561f3ff86effeb0c1edb80fca3657dc62336c56de3c8810c44288022223a6089f9eb2cad8d3bcd9c8222014c106b8915c0c6d8b7df0c353a
|
||||
24
dev-python/colorspacious/colorspacious-1.1.2.ebuild
Normal file
24
dev-python/colorspacious/colorspacious-1.1.2.ebuild
Normal 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
|
||||
12
dev-python/colorspacious/metadata.xml
Normal file
12
dev-python/colorspacious/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user