Merge pull request #1908 from blshkv/master

master
This commit is contained in:
github-actions[bot] 2024-05-28 03:12:45 +00:00 committed by GitHub
commit 09acb59668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST pyvoronoi-1.0.7_p20231113.gh.tar.gz 319331 BLAKE2B 1e716e908d762d6ca83f2bf26b7d29ce4a9ff3d62e7e9f97641de89447f0d967416c861afc22cce3a51b049b9e10744dc1ceeced4c167362c4dafbbd6c9d6056 SHA512 2df91ec4e6f633ece7e088308dba14c5ac64cfb31301b975fe252c935abddbc400fee477fed69f07c30b6b496ded36e48bc74f7e3f249ad1cda8152d1636e8bf
DIST pyvoronoi-1.1.0.tar.gz 195112 BLAKE2B e863cbef63a433e27b0ed4a962fa519740080df6a57095ccb13e19a9122bca9f7d195e70b2572b033beebd736ab5a2000e7ddec041f0ae85620df8814fd653d3 SHA512 4038c2167a2f149293f07d576e46453e6698625a9441260a179bff1da5e561d652a49b54b0de183c1295c400dd16da6763d593f42691cff21bafc049f4f32f08

View file

@ -0,0 +1,21 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Cython wrapper for the Boost Voronoi library "
HOMEPAGE="https://github.com/Voxel8/pyvoronoi"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~x86"
BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"