mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 06:10:56 +02:00
pyvoronoi: qa fixes
This commit is contained in:
parent
a4beba9909
commit
f637ecbb29
2 changed files with 5 additions and 6 deletions
1
dev-python/pyvoronoi/Manifest
Normal file
1
dev-python/pyvoronoi/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pyvoronoi-1.0.7_p20231113.gh.tar.gz 319331 BLAKE2B 1e716e908d762d6ca83f2bf26b7d29ce4a9ff3d62e7e9f97641de89447f0d967416c861afc22cce3a51b049b9e10744dc1ceeced4c167362c4dafbbd6c9d6056 SHA512 2df91ec4e6f633ece7e088308dba14c5ac64cfb31301b975fe252c935abddbc400fee477fed69f07c30b6b496ded36e48bc74f7e3f249ad1cda8152d1636e8bf
|
||||
|
|
@ -6,21 +6,19 @@ EAPI=8
|
|||
DISTUTILS_EXT=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
EGIT_OVERRIDE_COMMIT_VOXEL8_PYVORONOI="8ba7957141a3f39a90b48127bf971be76275faba"
|
||||
|
||||
inherit distutils-r1 git-r3
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Cython wrapper for the Boost Voronoi library "
|
||||
HOMEPAGE="https://github.com/Voxel8/pyvoronoi"
|
||||
EGIT_REPO_URI="https://github.com/Voxel8/pyvoronoi.git"
|
||||
HASH_COMMIT="83d1aeb92787f630900c6378b33a36a191eddb97"
|
||||
SRC_URI="https://github.com/Voxel8/pyvoronoi/archive/${HASH_COMMIT}/.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Loading…
Reference in a new issue