mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pixelmatch-py: new package, add 0.3.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
1
dev-python/pixelmatch-py/Manifest
Normal file
1
dev-python/pixelmatch-py/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pixelmatch-py-0.3.0.gh.tar.gz 22919 BLAKE2B 92f878293a95194805b01e8074f897d87ea9ecf92038246c18930c66dbb8c967b4e27db7aef9717269a8cad6e21b512b5cce37f82ba1c424e9ef67628f64cefe SHA512 433b26440a34616e5422afe9a8a39887424def4893f37d0575f604aef95c9dea628237bc494e9dd2b0d3836e9221d79f1c67ab9d71864eac73707f3bf2fa203c
|
||||
13
dev-python/pixelmatch-py/metadata.xml
Normal file
13
dev-python/pixelmatch-py/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>tupone@gentoo.org</email>
|
||||
<name>Tupone Alfredo</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="github">whtsky/pixelmatch-py</remote-id>
|
||||
<remote-id type="pypi">pixelmatch</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-python/pixelmatch-py/pixelmatch-py-0.3.0.ebuild
Normal file
20
dev-python/pixelmatch-py/pixelmatch-py-0.3.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2025 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}/archive/refs/tags/v${PV}.tar.gz
|
||||
-> ${P}.gh.tar.gz"
|
||||
|
||||
LICENSE="ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
distutils_enable_tests import-check
|
||||
Reference in New Issue
Block a user