dev-python/dlib: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 20:20:48 +02:00
committed by Andreas Billmeier
parent aba9fe3792
commit 9659e05355
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
DIST dlib-19.18.0.tar.gz 3100095 BLAKE2B e67019f3840578abcd1ff2a20b2ee8dc01524ce492e90358ec7394bd5ac9a224598218b84c9bdafb4400f1f82eb6e8d9560fb2df08f392b6c0bfcd14443a1450 SHA512 6561e7a9d9ec5093696410e11a24afc40e7ea1119b710944d9507a91e56512a1cf0295830fbd5ede23acf0f14b58b8302c091eb7335655a4d4b07909414f369d
EBUILD dlib-19.18.0.ebuild 730 BLAKE2B 95bbe2338b8c6ef52a62e8a44c4ace1dc486420afc3cc86bc188d7bea32f29790353a903af7e41b48a8aff9320525318ba0f1a916a0f5136d7f6fd43009a6b7f SHA512 46a153e38f92172cf40e48842dc2d18fd4dc637308e7d250fd4669d9c0e17f9440fb9e67d8a4e7e84a4d90eaf920584417eb0adb7ec92e6d128db547ba8ee600
EBUILD dlib-19.18.0.ebuild 675 BLAKE2B 8d73cd4358ef9220b2e6f206dbd44d8be59e53348c38fe98ce3b287bebfc6887c5b07d28a133e53e2418bffcc14ac59035158706b5295fe00abbbe61da2965b1 SHA512 08b5be20be949e02162dfa42f50938ab890a921bef68018180835ea36e95bddcf32db2711424b9904e0df23c5eb9577fb4e689574a57eefaab976863568da94c
MISC metadata.xml 497 BLAKE2B 935b3af3568a47fbfdbc92698296d46507e265c0c1993f65ff7e33743f09fd9e27592c69adb55499000c5370da8288b285b9d43cc70f092762367e4f9737982c SHA512 6e05536fe397b22e5764e35d0370ad5f17a90b3880d00f5fc5a71dc53304187194007f28497dda7bdafaa969be84ef4cff72678d2480159df146c5b93f3a13f9

View File

@@ -1,15 +1,14 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A toolkit for making real world machine learning and data analysis applications"
HOMEPAGE="https://github.com/davisking/dlib https://pypi.org/project/dlib/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Boost-1.0"
SLOT="0"
@@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/more-itertools[${PYTHON_USEDEP}]