mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pixelmatch: Bump to 0.4.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST pixelmatch-0.3.0.gh.tar.gz 22919 BLAKE2B 92f878293a95194805b01e8074f897d87ea9ecf92038246c18930c66dbb8c967b4e27db7aef9717269a8cad6e21b512b5cce37f82ba1c424e9ef67628f64cefe SHA512 433b26440a34616e5422afe9a8a39887424def4893f37d0575f604aef95c9dea628237bc494e9dd2b0d3836e9221d79f1c67ab9d71864eac73707f3bf2fa203c
|
||||
DIST pixelmatch-0.4.0.gh.tar.gz 38180 BLAKE2B 4776147ac9066f92a16e061b2935f5c1e0aa3f0bbaa297804543435d8efefe92e792c8bbf79ae6cec4e265426a38d543141993f852488c777912fe185b5f1ab6 SHA512 c6d5d13862a089f23d125e2d22ff41f10d210d8ce7cef0e87810730b33e2ff326d004930891ecacd502b2781e1018cb51f5a49e36debe618ae95a9f9c012ef39
|
||||
|
||||
21
dev-python/pixelmatch/pixelmatch-0.4.0.ebuild
Normal file
21
dev-python/pixelmatch/pixelmatch-0.4.0.ebuild
Normal file
@@ -0,0 +1,21 @@
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{12..14} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A fast pixel-level image comparison library"
|
||||
HOMEPAGE="https://pypi.org/project/pixelmatch/"
|
||||
SRC_URI="https://github.com/whtsky/${PN}-py/archive/refs/tags/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-py-${PV}
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
distutils_enable_tests import-check
|
||||
Reference in New Issue
Block a user