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.
22 lines
613 B
Makefile
22 lines
613 B
Makefile
# $NetBSD: Makefile,v 1.22 2020/01/26 17:32:17 rillig Exp $
|
|
|
|
DISTNAME= elementtree-1.2.6-20050316
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
|
|
PKGREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://effbot.org/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://effbot.org/zone/element.htm
|
|
COMMENT= Read XML and HTML files into trees of Element objects
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
EGG_NAME= elementtree-1.2.6_20050316
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|