File:  [cvs.NetBSD.org] / pkgsrc / geography / py-proj / Makefile
Revision 1.47: download - view: text, annotated - select for diffs
Sun Sep 1 14:56:35 2024 UTC (5 months, 2 weeks ago) by gdt
Branches: MAIN
CVS tags: HEAD
*: revbump for proj update

less gdal, postgis, due to in-flight updates, to be handled separately

# $NetBSD: Makefile,v 1.47 2024/09/01 14:56:35 gdt Exp $

DISTNAME=		pyproj-3.2.1
# 3.3.0 requires proj 8
PKGNAME=		${PYPKGPREFIX}-${DISTNAME:S/py//}
PKGREVISION=		10
CATEGORIES=		geography
MASTER_SITES=		${MASTER_SITE_PYPI:=p/pyproj/}

MAINTAINER=		gdt@NetBSD.org
HOMEPAGE=		https://github.com/pyproj4/pyproj
COMMENT=		Python interface to PROJ.4 library
LICENSE=		mit

TOOL_DEPENDS+=	${PYPKGPREFIX}-cython>=0:../../devel/py-cython
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
TOOL_DEPENDS+=	${PYPKGPREFIX}-certifi>=0:../../security/py-certifi

PYTHON_VERSIONS_INCOMPATIBLE=	27

.include "../../geography/proj/buildlink3.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>