add dlib-19.18.0
This commit is contained in:
parent
9a69ebbc65
commit
cdce2cafcb
@ -54,6 +54,7 @@
|
||||
* add dlipower-1.0.176
|
||||
* downgrade to directpy-0.5
|
||||
* add face_recognition-1.2.3 & face_recognition_models-0.3.0
|
||||
* add dlib-19.18.0
|
||||
|
||||
2019-11-21 homeassistant-0.102.0
|
||||
* bump homeassistant-0.102.0
|
||||
|
||||
3
dev-python/dlib/Manifest
Normal file
3
dev-python/dlib/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST dlib-19.18.0.tar.gz 3100095 BLAKE2B e67019f3840578abcd1ff2a20b2ee8dc01524ce492e90358ec7394bd5ac9a224598218b84c9bdafb4400f1f82eb6e8d9560fb2df08f392b6c0bfcd14443a1450 SHA512 6561e7a9d9ec5093696410e11a24afc40e7ea1119b710944d9507a91e56512a1cf0295830fbd5ede23acf0f14b58b8302c091eb7335655a4d4b07909414f369d
|
||||
EBUILD dlib-19.18.0.ebuild 709 BLAKE2B 0703b106e2df4c2a90a696089323750ff55418ded16b7d46e6880e58f9cfca911655c3d7197d73db7c303b40122ea43287659f97a55b14e80bd5e3af74b9d545 SHA512 e35896deca377adcf5841e9b7e81294e42c6c40d1af02a26f47303f388e12529e74fab2e0e5282a479deff387cc1af855f95dabf86cabf6a69444a4278c2cd51
|
||||
MISC metadata.xml 448 BLAKE2B 50e374eaa9b03ac492073fba186dc222156867b6f51e2f86b6d3653e92a91917189892c360fe8fe4cb6fb30baa1d2ee273cc854f4f4c45efa1b7a6a9e3a4c13b SHA512 d69a20bf63112297cae32f4fa31d524eaddeeb2768d362a09b4a4c8ce5c4e31be6d806f474c5d5a36c2caeafaeb0416e872b69b32afd6a6b2fdf1f9f644143c8
|
||||
30
dev-python/dlib/dlib-19.18.0.ebuild
Normal file
30
dev-python/dlib/dlib-19.18.0.ebuild
Normal file
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
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"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
16
dev-python/dlib/metadata.xml
Normal file
16
dev-python/dlib/metadata.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<herd>python</herd>
|
||||
<upstream>
|
||||
<remote-id type="pypi">dlib</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>davis@dlib.net</email>
|
||||
<name>Davis King</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
x
Reference in New Issue
Block a user