forked from Lainports/opnsense-ports
graphics/py-imagesize: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
5f54936297
commit
9e47235e94
3 changed files with 12 additions and 9 deletions
|
|
@ -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= kmoore@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
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue