1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/graphics/py-cogdumper/Makefile
Sunpoet Po-Chuan Hsieh 1d07f8fbb7 Add py-cogdumper 1.1.0
COG Dumper is a python utility to extract a tile from a Cloud Optimized GeoTIFF
(COG) without decompressing the contained data. Tiff data can be hosted locally,
on a web server or S3.

This can be useful for serving compressed tiles from a TIFF without invoking
Rasterio and GDAL. This utility has been tested with Tiff that have JPEG
compression.

WWW: https://github.com/mapbox/COGDumper
2020-05-08 20:46:28 +00:00

25 lines
604 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cogdumper
PORTVERSION= 1.1.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cloud Optimized GeoTIFF (COG) dumper
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.6.2:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>