add face_recognition-1.2.3 & face_recognition_models-0.3.0

This commit is contained in:
Andreas Billmeier 2019-11-22 17:02:38 +01:00
parent 4a950c74f2
commit 9a69ebbc65
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
7 changed files with 104 additions and 0 deletions

View File

@ -53,6 +53,7 @@
* add python-digitalocean-1.13.2
* add dlipower-1.0.176
* downgrade to directpy-0.5
* add face_recognition-1.2.3 & face_recognition_models-0.3.0
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST face_recognition-1.2.3.tar.gz 3180502 BLAKE2B 00c4f6ae9559c68f8b3f4e76557417712bab27c9d0599f67a306fd307ea5d81c00ef329859240944fab67a4732ff23fff56a69cfcbc02f78b457e1d0449ef34b SHA512 e4dce03138da4f81976586210907da0a8430dca12d5b7b3a464d63c6872afa63442f2a9e64a43dccdfa6efa2ebd6a2e0e38dc99db472d4d4962b3dd264235075
EBUILD face_recognition-1.2.3.ebuild 910 BLAKE2B 458273a22cb9987d1a2b65b552079951d3e1b7c687bea76ae87bb5256537b8e302b3071e659a5e049433fa0d9214be5b147b28fc50bc75f23911ddc86d8a47a7 SHA512 07c69db1e51bf22f746d66600d4fa69e860d82e58dd56eaf5b94e9e0b2463618a29878e6df31992aa314b54033643d04b6e12743e8a2dc531e0f417e65597f15
MISC metadata.xml 526 BLAKE2B c4ea9c080380f6dc1927b62d2605e1c8ee00137217eda9e5bb82afb8079e2b1a7311d043c601247bdebf8b52bad15d03ff6ddd2dba7b94fb8c23340918450a1c SHA512 b5c9e0a402efbf5c37f6f095b8fc0775630fc2f54ea1ce33c7dee3b394a25e2b648ecce9190485f6e215c1ff277199d9e44a24b6a955a9d38941bb3d2d310fc2

View File

@ -0,0 +1,34 @@
# 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="Recognize faces from Python or from the command line"
HOMEPAGE="https://github.com/ageitgey/face_recognition https://pypi.org/project/face_recognition/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/face_recognition_models-0.3.0[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
>=dev-python/dlib-19.7[${PYTHON_USEDEP}]"
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
}

View File

@ -0,0 +1,17 @@
<?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">face_recognition</remote-id>
<docs>https://pythonhosted.org/face_recognition/</docs>
<maintainer status="unknown">
<email>ageitgey@gmail.com</email>
<name>Adam Geitgey</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,3 @@
DIST face_recognition_models-0.3.0.tar.gz 100149358 BLAKE2B 1335200ab3dcffe6b015dc0e57c8482d1b8bdbb2ca527ccacc1843afaa4312499dc6133bc3cd61de75b710e5f87cf011010fc528f6554c04e6d26d0b7e896de9 SHA512 326ab72ee046817e54c75b6260814646f34a3bc7099a8b1167e583a662d76da0adbc71a5a3e71ff6af7783bb643e7642a36a9bbb0d37af3dedc4e19abe3506dd
EBUILD face_recognition_models-0.3.0.ebuild 705 BLAKE2B db83cd446c87884fb05ec4f246a01a96b618998b53c3303329f5574d6df9e9f01ff744b8813e0694df1022d1ff7886d733b909c9d3320600925df0ae8f011df5 SHA512 a5084fbc73cc229086f701a37e52027be501d6e8e13028764d3d917741c81907d238b76eee2fd956109578b00f620387178610700729c245420dd5d1c737937e
MISC metadata.xml 473 BLAKE2B 327136a6516456707f18b0c3379cd149a134b89dda9b8e69b94391a1a02bd4fd3decd26430bd1413e4fd732680ab80ddaf0e9fb6ec5cdea798f9caede15d3172 SHA512 69e546de1f45e73f9ae5d4c9478bb9379c6c1baf9b6566d7eb542d6b2f9960151070c469a73db284f3e4842187e59e288e03dd2a776e2160a0ca66189cd3a331

View 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="Models used by the face_recognition package."
HOMEPAGE="https://github.com/ageitgey/face_recognition_models https://pypi.org/project/face_recognition_models/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
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
}

View 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">face_recognition_models</remote-id>
<maintainer status="unknown">
<email>ageitgey@gmail.com</email>
<name>Adam Geitgey</name>
</maintainer>
</upstream>
</pkgmetadata>