Date: Sun, 12 May 2019 17:45:40 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501434 - head/graphics/py-pyocr Message-ID: <201905121745.x4CHjeDv050715@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun May 12 17:45:39 2019 New Revision: 501434 URL: https://svnweb.freebsd.org/changeset/ports/501434 Log: graphics/py-pyocr: Update 0.6 -> 0.7 Reported by: portscout Modified: head/graphics/py-pyocr/Makefile head/graphics/py-pyocr/distinfo Modified: head/graphics/py-pyocr/Makefile ============================================================================== --- head/graphics/py-pyocr/Makefile Sun May 12 17:22:47 2019 (r501433) +++ head/graphics/py-pyocr/Makefile Sun May 12 17:45:39 2019 (r501434) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyocr -DISTVERSION= 0.6 +DISTVERSION= 0.7 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,11 @@ COMMENT= Python wrapper for OCR engines (Tesseract, Cu LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} -USES= gmake python +USES= gmake python:3.4+ USE_PYTHON= distutils autoplist NO_ARCH= yes Modified: head/graphics/py-pyocr/distinfo ============================================================================== --- head/graphics/py-pyocr/distinfo Sun May 12 17:22:47 2019 (r501433) +++ head/graphics/py-pyocr/distinfo Sun May 12 17:45:39 2019 (r501434) @@ -1,3 +1,3 @@ -TIMESTAMP = 1557597168 -SHA256 (pyocr-0.6.tar.gz) = 0857a814f5c74186f79b2080792f5a17b5e7c613696df23e0d1cdc5597cab2e3 -SIZE (pyocr-0.6.tar.gz) = 17826 +TIMESTAMP = 1557682098 +SHA256 (pyocr-0.7.tar.gz) = b5b41538f996fd06b3bb475932ac26038e12bea72caa25cc53d8531628a93232 +SIZE (pyocr-0.7.tar.gz) = 67838
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905121745.x4CHjeDv050715>