dev-python/opencv-python-headless: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
7d5e1fea92
commit
0ad487b801
@ -1,3 +1,3 @@
|
|||||||
DIST opencv-python-headless-4.6.0.66.tar.gz 90314831 BLAKE2B 9dc61fbf66f5bb7fc67408057ff1fe4da2fbd2c3919c01df22181e6214b2398e06299b8b98e76b42c9703ebe50be19de0c2ebb43aff84e7e071c6d81f6e122da SHA512 5a9350fabf82206b629293e67a77dcc5b59198ba4e58d18c8e70bf3943eac916c4e874395aeaa1eb6ed86bbadb0353845f2ea77e9f0299c1ca0502032ed68871
|
DIST opencv-python-headless-4.6.0.66.tar.gz 90314831 BLAKE2B 9dc61fbf66f5bb7fc67408057ff1fe4da2fbd2c3919c01df22181e6214b2398e06299b8b98e76b42c9703ebe50be19de0c2ebb43aff84e7e071c6d81f6e122da SHA512 5a9350fabf82206b629293e67a77dcc5b59198ba4e58d18c8e70bf3943eac916c4e874395aeaa1eb6ed86bbadb0353845f2ea77e9f0299c1ca0502032ed68871
|
||||||
EBUILD opencv-python-headless-4.6.0.66.ebuild 754 BLAKE2B a61ecbd6cacdd539564fa97ac9f12963e39348ec9a7fc24ba62ca547fa7f051a03c36704d25290240f0d8bc56c05fc609093c94929d1d46e42bc5317058cec7b SHA512 b7b5c7b91072583deb1574c0283163019feb9c4edc6296d86704ce6a2baff406d0b3143ca05befb5ba6718edcd49c0ebcd80b6f6a5858d978e6b909fdb8a02ea
|
EBUILD opencv-python-headless-4.6.0.66.ebuild 719 BLAKE2B f6382e3418b1e2df558b06f070ea1db935135252750aae231dc8558b7d1a3d8b79ed30d138ba11c7a0c12722691606127ed9b5c83694c55fa9f1bc6e09f193d8 SHA512 6166ebde6a7fafd6f0d7dbbe1362b9df286379a229c27e41234561b9e84510ae3661f9d095f9ff966352bb841811f14aebbf43e5263a7a4182fa13260c8c29ed
|
||||||
MISC metadata.xml 403 BLAKE2B abcbb941629515b9843ef82cdf2e0430b1e6790c82a499485703671236baf44acdc9dfdb0c0d448ee6ec195d8769208dbe4fc77c3c3dae72b3c7d34fbbaf42cb SHA512 3d37ea32b2a386c153db4a49526e65d923283a7e8dba01a8aa9b8a9aaa2f7a86fd83e3ccb57515a371c461c8326a53669a339a87398713c345d9b4e72d537e53
|
MISC metadata.xml 403 BLAKE2B abcbb941629515b9843ef82cdf2e0430b1e6790c82a499485703671236baf44acdc9dfdb0c0d448ee6ec195d8769208dbe4fc77c3c3dae72b3c7d34fbbaf42cb SHA512 3d37ea32b2a386c153db4a49526e65d923283a7e8dba01a8aa9b8a9aaa2f7a86fd83e3ccb57515a371c461c8326a53669a339a87398713c345d9b4e72d537e53
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2023 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
inherit distutils-r1
|
PYPI_NO_NORMALIZE=1
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
DESCRIPTION="Wrapper package for OpenCV python bindings."
|
DESCRIPTION="Wrapper package for OpenCV python bindings."
|
||||||
HOMEPAGE="https://github.com/skvark/opencv-python https://pypi.org/project/opencv-python-headless/"
|
HOMEPAGE="https://github.com/skvark/opencv-python https://pypi.org/project/opencv-python-headless/"
|
||||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -22,7 +22,6 @@ DOCS="README.md"
|
|||||||
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
|
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
dev-python/scikit-build[${PYTHON_USEDEP}]
|
dev-python/scikit-build[${PYTHON_USEDEP}]
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
|
||||||
test? (
|
test? (
|
||||||
dev-python/pytest[${PYTHON_USEDEP}]
|
dev-python/pytest[${PYTHON_USEDEP}]
|
||||||
)"
|
)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user