8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
17 lines
445 B
Makefile
17 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.10 2022/01/04 20:52:53 wiz Exp $
|
|
|
|
DISTNAME= blinker-1.4
|
|
PKGREVISION= 2
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=b/blinker/}
|
|
|
|
MAINTAINER= kleink@NetBSD.org
|
|
HOMEPAGE= https://pythonhosted.org/blinker/
|
|
COMMENT= Fast, simple object-to-object and broadcast signaling
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|