508923f461
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
20 lines
531 B
Makefile
20 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.25 2020/01/18 23:30:39 rillig Exp $
|
|
|
|
DISTNAME= pyunit-1.4.1
|
|
PKGNAME= ${PYPKGPREFIX}-unitgui-1.4.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyunit/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pyunit.sourceforge.net/
|
|
COMMENT= Unit testing framework for python tk
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
EGG_NAME= PyUnit-${PKGVERSION_NOREV}
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|