Date: Mon, 10 Feb 2020 10:42:01 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525699 - in head/graphics: . py-face_recognition_models Message-ID: <202002101042.01AAg1O0022834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Mon Feb 10 10:42:01 2020 New Revision: 525699 URL: https://svnweb.freebsd.org/changeset/ports/525699 Log: Add py-face_recognition_models 0.3.0, models used by the face_recognition package. Added: head/graphics/py-face_recognition_models/ head/graphics/py-face_recognition_models/Makefile (contents, props changed) head/graphics/py-face_recognition_models/distinfo (contents, props changed) head/graphics/py-face_recognition_models/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Mon Feb 10 10:06:32 2020 (r525698) +++ head/graphics/Makefile Mon Feb 10 10:42:01 2020 (r525699) @@ -794,6 +794,7 @@ SUBDIR += py-djvulibre SUBDIR += py-editobj SUBDIR += py-exifread + SUBDIR += py-face_recognition_models SUBDIR += py-fiona SUBDIR += py-freeimagepy SUBDIR += py-gdal Added: head/graphics/py-face_recognition_models/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-face_recognition_models/Makefile Mon Feb 10 10:42:01 2020 (r525699) @@ -0,0 +1,21 @@ +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= face_recognition_models +PORTVERSION= 0.3.0 +CATEGORIES= graphics python devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= ehaupt@FreeBSD.org +COMMENT= Models used by the face_recognition package + +LICENSE= CC0-1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/graphics/py-face_recognition_models/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-face_recognition_models/distinfo Mon Feb 10 10:42:01 2020 (r525699) @@ -0,0 +1,3 @@ +TIMESTAMP = 1581282831 +SHA256 (face_recognition_models-0.3.0.tar.gz) = b79bd200a88c87c9a9d446c990ae71c5a626d1f3730174e6d570157ff1d896cf +SIZE (face_recognition_models-0.3.0.tar.gz) = 100149358 Added: head/graphics/py-face_recognition_models/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-face_recognition_models/pkg-descr Mon Feb 10 10:42:01 2020 (r525699) @@ -0,0 +1,3 @@ +Trained models for the face_recognition python library. + +WWW: https://pypi.org/project/face_recognition_models/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101042.01AAg1O0022834>