110648e4f7
0.3.0 (2021-06-14) From commit log: * Support rational in Colormap#[] * Add ListedColormap#reversed * Add LinearSegmentedColormap#reversed * Add matplotlib's builtin colormaps * Add seaborn's builtin colormaps
14 lines
353 B
Makefile
14 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/08/22 13:55:46 taca Exp $
|
|
|
|
DISTNAME= red-colors-0.3.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/red-data-tools/red-colors
|
|
COMMENT= Wide array of features for dealing with colors
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|