Skip to content

Commit

Permalink
dev-python/spectra: version bump 0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Schubert <mschu.dev@gmail.com>
  • Loading branch information
mschubert committed Feb 18, 2025
1 parent 920b021 commit 6cb6f0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dev-python/spectra/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST spectra-0.0.11.tar.gz 18819 BLAKE2B 45ceefa8d2bab051a8fa8ee687f9fa25f6436e66987bb84c6982f64a522fb0b04120e068ef890f4b04f6626a130c5df1e81090913c143df1e82bda5ca3a01d4d SHA512 7b4e244ba200df8c6d7cff19ddf36a5af6cfe8cf6f89283f8dbb64345a3eb85b4f62456e3c75b7c8ce2d24e01c8a123a5763605b1e702903fe16839966e47b32
DIST spectra-0.1.0.gh.tar.gz 23083 BLAKE2B c6addce33ea1db2b3656f0cf1f631d51cd0969e79b4dedfd73e8f51acf257aa6bd611f4d8a61539f2f527269ce4087681bae73830c5548c28134597f310aacd0 SHA512 79fd3390f0dd03e7df1355498ac2e394aca9bcb970f055e1cb540971e7eec5cae3525f2f637ac8d47db368d6d44e37491af38c13f86d0a1271a86c4825d79cb4
15 changes: 7 additions & 8 deletions dev-python/spectra/spectra-0.1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# Copyright 1999-2023 Gentoo Authors
# 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_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )

inherit pypi distutils-r1
inherit distutils-r1

DESCRIPTION="Easy color scales and color conversion for Python"
HOMEPAGE="https://pypi.org/project/spectra/"
SRC_URI="https://github.com/jsvine/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux"
KEYWORDS="~amd64"

RDEPEND="dev-python/colormath[${PYTHON_USEDEP}]"
RDEPEND="dev-python/colormath2[${PYTHON_USEDEP}]"

# requires nose
RESTRICT="test"
#distutils_enable_tests pytest
distutils_enable_tests pytest

0 comments on commit 6cb6f0b

Please sign in to comment.