4754e2341c
This package contains the plugin manager as used by pytest but stripped of pytest specific details.
14 lines
398 B
Makefile
14 lines
398 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/11/08 09:20:58 wiz Exp $
|
|
|
|
DISTNAME= pluggy-0.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pluggy/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/pluggy
|
|
COMMENT= Plugin and hook calling mechanisms for python
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|