pkgsrc/textproc/py-cElementTree/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

21 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/01/26 17:32:17 rillig Exp $
PKGNAME= ${PYPKGPREFIX}-cElementTree-${PY_DISTVERSION}
CATEGORIES= textproc python
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.effbot.org/zone/celementtree.htm
COMMENT= C implementation of Python ElementTree API
USE_GCC_RUNTIME= yes
PYDISTUTILSPKG= yes
PY_SETUP_SUBST+= EXPATPREFIX=${BUILDLINK_DIR}
PY_SETUP_SUBST+= EXPATRTPREFIX=${BUILDLINK_PREFIX.expat}
PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
.include "../../textproc/expat/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/srcdist.mk"
.include "../../mk/bsd.pkg.mk"