pkgsrc/graphics/py-cycler/Makefile
richard 037cc42454 To fix the duplication, keep the graphics/ version of py-cycler akin to
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@!
2016-08-18 11:51:45 +00:00

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"