Date: Tue, 4 May 2021 19:21:06 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87c68745a924 - main - graphics/py-imagesize: Update to 1.2.0 Message-ID: <202105041921.144JL6Oc079078@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=87c68745a924121f735b3efa89b1e4274cc3650e commit 87c68745a924121f735b3efa89b1e4274cc3650e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-05-04 19:15:24 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 <kmoore@FreeBSD.org> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105041921.144JL6Oc079078>