pkgsrc-wip/py-nose-pathmunge/Makefile

18 lines
569 B
Makefile

# $NetBSD$
DISTNAME= nose-pathmunge-0.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= wip
MASTER_SITES= ${MASTER_SITE_PYPI:=n/nose-pathmunge/}
#MASTER_SITES= https://files.pythonhosted.org/packages/77/9f/af78cb3d94eb3c2661119bc3dea19604164c298a0bf25f48ee211a399072/
MAINTAINER= root@zta.lk
HOMEPAGE= https://pypi.org/project/nose-pathmunge/
COMMENT= Plugin to the nose test framework which provides a method to add directories to the sys.path of nose.
LICENSE= apache-2.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"