037cc42454
py-matplotlib and remove the package found in devel/. Since the latter picked the tarball up from pypi which has a different checksum than the github project, use DIST_SUBDIR and bump PKGREVISION. Thanks markd@!
20 lines
556 B
Makefile
20 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/08/18 11:51:45 richard Exp $
|
|
|
|
DISTNAME= cycler-0.10.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=matplotlib/}
|
|
GITHUB_PROJECT= cycler
|
|
GITHUB_TAG= v${PKGVERSION_NOREV}
|
|
DIST_SUBDIR= cycler
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://matplotlib.org/cycler
|
|
COMMENT= Composable style cycles
|
|
LICENSE= 2-clause-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|