bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
16 lines
460 B
Makefile
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"
|