From owner-dev-commits-ports-main@freebsd.org Tue May 4 19:21:07 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 34B7C5FEF95; Tue, 4 May 2021 19:21:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FZV7Q55F8z3vD5; Tue, 4 May 2021 19:21:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 95A75169F3; Tue, 4 May 2021 19:21:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 144JL68b079079; Tue, 4 May 2021 19:21:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 144JL6Oc079078; Tue, 4 May 2021 19:21:06 GMT (envelope-from git) Date: Tue, 4 May 2021 19:21:06 GMT Message-Id: <202105041921.144JL6Oc079078@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 87c68745a924 - main - graphics/py-imagesize: Update to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 87c68745a924121f735b3efa89b1e4274cc3650e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2021 19:21:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=87c68745a924121f735b3efa89b1e4274cc3650e commit 87c68745a924121f735b3efa89b1e4274cc3650e Author: Po-Chuan Hsieh AuthorDate: 2021-05-04 19:15:24 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-04 19:15:24 +0000 graphics/py-imagesize: Update to 1.2.0 - Add LICENSE_FILE - Update pkg-descr - Take maintainership Changes: https://github.com/shibukawa/imagesize_py/commits/master --- graphics/py-imagesize/Makefile | 12 +++++++----- graphics/py-imagesize/distinfo | 6 +++--- graphics/py-imagesize/pkg-descr | 3 ++- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/graphics/py-imagesize/Makefile b/graphics/py-imagesize/Makefile index c8e2b7e429a5..aaf4cc8af0ff 100644 --- a/graphics/py-imagesize/Makefile +++ b/graphics/py-imagesize/Makefile @@ -1,18 +1,20 @@ # Created by: Kris Moore PORTNAME= imagesize -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Python image size library +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Get image size from png/jpeg/jpeg2000/gif file LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.rst -NO_ARCH= yes USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include diff --git a/graphics/py-imagesize/distinfo b/graphics/py-imagesize/distinfo index ad4c7b389464..1466f523a802 100644 --- a/graphics/py-imagesize/distinfo +++ b/graphics/py-imagesize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1562860213 -SHA256 (imagesize-1.1.0.tar.gz) = f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5 -SIZE (imagesize-1.1.0.tar.gz) = 1275201 +TIMESTAMP = 1620151076 +SHA256 (imagesize-1.2.0.tar.gz) = b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1 +SIZE (imagesize-1.2.0.tar.gz) = 1274955 diff --git a/graphics/py-imagesize/pkg-descr b/graphics/py-imagesize/pkg-descr index 4f077e4aff53..797381017a78 100644 --- a/graphics/py-imagesize/pkg-descr +++ b/graphics/py-imagesize/pkg-descr @@ -1,3 +1,4 @@ -This module analyzes jpeg/jpeg2000/png/gif image header and return image size. +This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG image headers and returns +image size. WWW: https://github.com/shibukawa/imagesize_py