pkgsrc/devel/py-simplegeneric/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

16 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:39 wiz Exp $
DISTNAME= simplegeneric-0.8.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplegeneric/}
EXTRACT_SUFX= .zip
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://cheeseshop.python.org/pypi/simplegeneric
COMMENT= Simple generic functions for Python
LICENSE= zpl-2.0
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"