Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

1
graphics/py-ggplot/DESCR Normal file
View File

@@ -0,0 +1 @@
Python implementation of the grammar of graphics.

View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.2 2016/07/15 07:37:26 wiz Exp $
DISTNAME= ggplot-0.10.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/ggplot/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://yhat.github.io/ggplot/
COMMENT= Python implementation of the grammar of graphics
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-brewer2mpl-[0-9]*:../../graphics/py-brewer2mpl
DEPENDS+= ${PYPKGPREFIX}-cycler-[0-9]*:../../devel/py-cycler
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-pandas-[0-9]*:../../math/py-pandas
DEPENDS+= ${PYPKGPREFIX}-patsy-[0-9]*:../../math/py-patsy
DEPENDS+= ${PYPKGPREFIX}-statsmodels-[0-9]*:../../math/py-statsmodels
# TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
BUILD_DEPENDS+= ${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
# self tests fail in ggplot.aes.aes, see
# https://github.com/yhat/ggplot/issues/507
USE_LANGUAGES= c
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

245
graphics/py-ggplot/PLIST Normal file
View File

@@ -0,0 +1,245 @@
@comment $NetBSD: PLIST,v 1.1 2016/07/15 07:29:54 wiz Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/ggplot/__init__.py
${PYSITELIB}/ggplot/__init__.pyc
${PYSITELIB}/ggplot/__init__.pyo
${PYSITELIB}/ggplot/aes.py
${PYSITELIB}/ggplot/aes.pyc
${PYSITELIB}/ggplot/aes.pyo
${PYSITELIB}/ggplot/chart_components.py
${PYSITELIB}/ggplot/chart_components.pyc
${PYSITELIB}/ggplot/chart_components.pyo
${PYSITELIB}/ggplot/colors/__init__.py
${PYSITELIB}/ggplot/colors/__init__.pyc
${PYSITELIB}/ggplot/colors/__init__.pyo
${PYSITELIB}/ggplot/colors/husl.py
${PYSITELIB}/ggplot/colors/husl.pyc
${PYSITELIB}/ggplot/colors/husl.pyo
${PYSITELIB}/ggplot/colors/palettes.py
${PYSITELIB}/ggplot/colors/palettes.pyc
${PYSITELIB}/ggplot/colors/palettes.pyo
${PYSITELIB}/ggplot/colors/xkcd_rgb.py
${PYSITELIB}/ggplot/colors/xkcd_rgb.pyc
${PYSITELIB}/ggplot/colors/xkcd_rgb.pyo
${PYSITELIB}/ggplot/coords/__init__.py
${PYSITELIB}/ggplot/coords/__init__.pyc
${PYSITELIB}/ggplot/coords/__init__.pyo
${PYSITELIB}/ggplot/coords/coords.py
${PYSITELIB}/ggplot/coords/coords.pyc
${PYSITELIB}/ggplot/coords/coords.pyo
${PYSITELIB}/ggplot/datasets/__init__.py
${PYSITELIB}/ggplot/datasets/__init__.pyc
${PYSITELIB}/ggplot/datasets/__init__.pyo
${PYSITELIB}/ggplot/datasets/chopsticks.csv
${PYSITELIB}/ggplot/datasets/diamonds.csv
${PYSITELIB}/ggplot/datasets/meat.csv
${PYSITELIB}/ggplot/datasets/movies.csv
${PYSITELIB}/ggplot/datasets/mpg.csv
${PYSITELIB}/ggplot/datasets/mtcars.csv
${PYSITELIB}/ggplot/datasets/pageviews.csv
${PYSITELIB}/ggplot/datasets/pigeons.csv
${PYSITELIB}/ggplot/datasets/salmon.csv
${PYSITELIB}/ggplot/discretemappers.py
${PYSITELIB}/ggplot/discretemappers.pyc
${PYSITELIB}/ggplot/discretemappers.pyo
${PYSITELIB}/ggplot/facets.py
${PYSITELIB}/ggplot/facets.pyc
${PYSITELIB}/ggplot/facets.pyo
${PYSITELIB}/ggplot/geoms/__init__.py
${PYSITELIB}/ggplot/geoms/__init__.pyc
${PYSITELIB}/ggplot/geoms/__init__.pyo
${PYSITELIB}/ggplot/geoms/bird.png
${PYSITELIB}/ggplot/geoms/geom.py
${PYSITELIB}/ggplot/geoms/geom.pyc
${PYSITELIB}/ggplot/geoms/geom.pyo
${PYSITELIB}/ggplot/geoms/geom_abline.py
${PYSITELIB}/ggplot/geoms/geom_abline.pyc
${PYSITELIB}/ggplot/geoms/geom_abline.pyo
${PYSITELIB}/ggplot/geoms/geom_area.py
${PYSITELIB}/ggplot/geoms/geom_area.pyc
${PYSITELIB}/ggplot/geoms/geom_area.pyo
${PYSITELIB}/ggplot/geoms/geom_bar.py
${PYSITELIB}/ggplot/geoms/geom_bar.pyc
${PYSITELIB}/ggplot/geoms/geom_bar.pyo
${PYSITELIB}/ggplot/geoms/geom_bin2d.py
${PYSITELIB}/ggplot/geoms/geom_bin2d.pyc
${PYSITELIB}/ggplot/geoms/geom_bin2d.pyo
${PYSITELIB}/ggplot/geoms/geom_blank.py
${PYSITELIB}/ggplot/geoms/geom_blank.pyc
${PYSITELIB}/ggplot/geoms/geom_blank.pyo
${PYSITELIB}/ggplot/geoms/geom_boxplot.py
${PYSITELIB}/ggplot/geoms/geom_boxplot.pyc
${PYSITELIB}/ggplot/geoms/geom_boxplot.pyo
${PYSITELIB}/ggplot/geoms/geom_density.py
${PYSITELIB}/ggplot/geoms/geom_density.pyc
${PYSITELIB}/ggplot/geoms/geom_density.pyo
${PYSITELIB}/ggplot/geoms/geom_errorbar.py
${PYSITELIB}/ggplot/geoms/geom_errorbar.pyc
${PYSITELIB}/ggplot/geoms/geom_errorbar.pyo
${PYSITELIB}/ggplot/geoms/geom_histogram.py
${PYSITELIB}/ggplot/geoms/geom_histogram.pyc
${PYSITELIB}/ggplot/geoms/geom_histogram.pyo
${PYSITELIB}/ggplot/geoms/geom_hline.py
${PYSITELIB}/ggplot/geoms/geom_hline.pyc
${PYSITELIB}/ggplot/geoms/geom_hline.pyo
${PYSITELIB}/ggplot/geoms/geom_jitter.py
${PYSITELIB}/ggplot/geoms/geom_jitter.pyc
${PYSITELIB}/ggplot/geoms/geom_jitter.pyo
${PYSITELIB}/ggplot/geoms/geom_line.py
${PYSITELIB}/ggplot/geoms/geom_line.pyc
${PYSITELIB}/ggplot/geoms/geom_line.pyo
${PYSITELIB}/ggplot/geoms/geom_now_its_art.py
${PYSITELIB}/ggplot/geoms/geom_now_its_art.pyc
${PYSITELIB}/ggplot/geoms/geom_now_its_art.pyo
${PYSITELIB}/ggplot/geoms/geom_path.py
${PYSITELIB}/ggplot/geoms/geom_path.pyc
${PYSITELIB}/ggplot/geoms/geom_path.pyo
${PYSITELIB}/ggplot/geoms/geom_point.py
${PYSITELIB}/ggplot/geoms/geom_point.pyc
${PYSITELIB}/ggplot/geoms/geom_point.pyo
${PYSITELIB}/ggplot/geoms/geom_rect.py
${PYSITELIB}/ggplot/geoms/geom_rect.pyc
${PYSITELIB}/ggplot/geoms/geom_rect.pyo
${PYSITELIB}/ggplot/geoms/geom_ribbon.py
${PYSITELIB}/ggplot/geoms/geom_ribbon.pyc
${PYSITELIB}/ggplot/geoms/geom_ribbon.pyo
${PYSITELIB}/ggplot/geoms/geom_step.py
${PYSITELIB}/ggplot/geoms/geom_step.pyc
${PYSITELIB}/ggplot/geoms/geom_step.pyo
${PYSITELIB}/ggplot/geoms/geom_text.py
${PYSITELIB}/ggplot/geoms/geom_text.pyc
${PYSITELIB}/ggplot/geoms/geom_text.pyo
${PYSITELIB}/ggplot/geoms/geom_tile.py
${PYSITELIB}/ggplot/geoms/geom_tile.pyc
${PYSITELIB}/ggplot/geoms/geom_tile.pyo
${PYSITELIB}/ggplot/geoms/geom_violin.py
${PYSITELIB}/ggplot/geoms/geom_violin.pyc
${PYSITELIB}/ggplot/geoms/geom_violin.pyo
${PYSITELIB}/ggplot/geoms/geom_vline.py
${PYSITELIB}/ggplot/geoms/geom_vline.pyc
${PYSITELIB}/ggplot/geoms/geom_vline.pyo
${PYSITELIB}/ggplot/ggplot.py
${PYSITELIB}/ggplot/ggplot.pyc
${PYSITELIB}/ggplot/ggplot.pyo
${PYSITELIB}/ggplot/legend.py
${PYSITELIB}/ggplot/legend.pyc
${PYSITELIB}/ggplot/legend.pyo
${PYSITELIB}/ggplot/qplot.py
${PYSITELIB}/ggplot/qplot.pyc
${PYSITELIB}/ggplot/qplot.pyo
${PYSITELIB}/ggplot/scales/__init__.py
${PYSITELIB}/ggplot/scales/__init__.pyc
${PYSITELIB}/ggplot/scales/__init__.pyo
${PYSITELIB}/ggplot/scales/date_utils.py
${PYSITELIB}/ggplot/scales/date_utils.pyc
${PYSITELIB}/ggplot/scales/date_utils.pyo
${PYSITELIB}/ggplot/scales/scale.py
${PYSITELIB}/ggplot/scales/scale.pyc
${PYSITELIB}/ggplot/scales/scale.pyo
${PYSITELIB}/ggplot/scales/scale_color_brewer.py
${PYSITELIB}/ggplot/scales/scale_color_brewer.pyc
${PYSITELIB}/ggplot/scales/scale_color_brewer.pyo
${PYSITELIB}/ggplot/scales/scale_color_crayon.py
${PYSITELIB}/ggplot/scales/scale_color_crayon.pyc
${PYSITELIB}/ggplot/scales/scale_color_crayon.pyo
${PYSITELIB}/ggplot/scales/scale_color_funfetti.py
${PYSITELIB}/ggplot/scales/scale_color_funfetti.pyc
${PYSITELIB}/ggplot/scales/scale_color_funfetti.pyo
${PYSITELIB}/ggplot/scales/scale_color_gradient.py
${PYSITELIB}/ggplot/scales/scale_color_gradient.pyc
${PYSITELIB}/ggplot/scales/scale_color_gradient.pyo
${PYSITELIB}/ggplot/scales/scale_color_manual.py
${PYSITELIB}/ggplot/scales/scale_color_manual.pyc
${PYSITELIB}/ggplot/scales/scale_color_manual.pyo
${PYSITELIB}/ggplot/scales/scale_color_yhat.py
${PYSITELIB}/ggplot/scales/scale_color_yhat.pyc
${PYSITELIB}/ggplot/scales/scale_color_yhat.pyo
${PYSITELIB}/ggplot/scales/scale_fill_brewer.py
${PYSITELIB}/ggplot/scales/scale_fill_brewer.pyc
${PYSITELIB}/ggplot/scales/scale_fill_brewer.pyo
${PYSITELIB}/ggplot/scales/scale_fill_crayon.py
${PYSITELIB}/ggplot/scales/scale_fill_crayon.pyc
${PYSITELIB}/ggplot/scales/scale_fill_crayon.pyo
${PYSITELIB}/ggplot/scales/scale_fill_funfetti.py
${PYSITELIB}/ggplot/scales/scale_fill_funfetti.pyc
${PYSITELIB}/ggplot/scales/scale_fill_funfetti.pyo
${PYSITELIB}/ggplot/scales/scale_fill_manual.py
${PYSITELIB}/ggplot/scales/scale_fill_manual.pyc
${PYSITELIB}/ggplot/scales/scale_fill_manual.pyo
${PYSITELIB}/ggplot/scales/scale_fill_yhat.py
${PYSITELIB}/ggplot/scales/scale_fill_yhat.pyc
${PYSITELIB}/ggplot/scales/scale_fill_yhat.pyo
${PYSITELIB}/ggplot/scales/scale_identity.py
${PYSITELIB}/ggplot/scales/scale_identity.pyc
${PYSITELIB}/ggplot/scales/scale_identity.pyo
${PYSITELIB}/ggplot/scales/scale_log.py
${PYSITELIB}/ggplot/scales/scale_log.pyc
${PYSITELIB}/ggplot/scales/scale_log.pyo
${PYSITELIB}/ggplot/scales/scale_reverse.py
${PYSITELIB}/ggplot/scales/scale_reverse.pyc
${PYSITELIB}/ggplot/scales/scale_reverse.pyo
${PYSITELIB}/ggplot/scales/scale_x_continuous.py
${PYSITELIB}/ggplot/scales/scale_x_continuous.pyc
${PYSITELIB}/ggplot/scales/scale_x_continuous.pyo
${PYSITELIB}/ggplot/scales/scale_x_date.py
${PYSITELIB}/ggplot/scales/scale_x_date.pyc
${PYSITELIB}/ggplot/scales/scale_x_date.pyo
${PYSITELIB}/ggplot/scales/scale_x_discrete.py
${PYSITELIB}/ggplot/scales/scale_x_discrete.pyc
${PYSITELIB}/ggplot/scales/scale_x_discrete.pyo
${PYSITELIB}/ggplot/scales/scale_y_continuous.py
${PYSITELIB}/ggplot/scales/scale_y_continuous.pyc
${PYSITELIB}/ggplot/scales/scale_y_continuous.pyo
${PYSITELIB}/ggplot/scales/scale_y_date.py
${PYSITELIB}/ggplot/scales/scale_y_date.pyc
${PYSITELIB}/ggplot/scales/scale_y_date.pyo
${PYSITELIB}/ggplot/scales/scale_y_discrete.py
${PYSITELIB}/ggplot/scales/scale_y_discrete.pyc
${PYSITELIB}/ggplot/scales/scale_y_discrete.pyo
${PYSITELIB}/ggplot/stats.py
${PYSITELIB}/ggplot/stats.pyc
${PYSITELIB}/ggplot/stats.pyo
${PYSITELIB}/ggplot/stats/__init__.py
${PYSITELIB}/ggplot/stats/__init__.pyc
${PYSITELIB}/ggplot/stats/__init__.pyo
${PYSITELIB}/ggplot/stats/smoothers.py
${PYSITELIB}/ggplot/stats/smoothers.pyc
${PYSITELIB}/ggplot/stats/smoothers.pyo
${PYSITELIB}/ggplot/stats/stat_density.py
${PYSITELIB}/ggplot/stats/stat_density.pyc
${PYSITELIB}/ggplot/stats/stat_density.pyo
${PYSITELIB}/ggplot/stats/stat_smooth.py
${PYSITELIB}/ggplot/stats/stat_smooth.pyc
${PYSITELIB}/ggplot/stats/stat_smooth.pyo
${PYSITELIB}/ggplot/themes/__init__.py
${PYSITELIB}/ggplot/themes/__init__.pyc
${PYSITELIB}/ggplot/themes/__init__.pyo
${PYSITELIB}/ggplot/themes/element_text.py
${PYSITELIB}/ggplot/themes/element_text.pyc
${PYSITELIB}/ggplot/themes/element_text.pyo
${PYSITELIB}/ggplot/themes/theme.py
${PYSITELIB}/ggplot/themes/theme.pyc
${PYSITELIB}/ggplot/themes/theme.pyo
${PYSITELIB}/ggplot/themes/theme_538.py
${PYSITELIB}/ggplot/themes/theme_538.pyc
${PYSITELIB}/ggplot/themes/theme_538.pyo
${PYSITELIB}/ggplot/themes/theme_bw.py
${PYSITELIB}/ggplot/themes/theme_bw.pyc
${PYSITELIB}/ggplot/themes/theme_bw.pyo
${PYSITELIB}/ggplot/themes/theme_gray.py
${PYSITELIB}/ggplot/themes/theme_gray.pyc
${PYSITELIB}/ggplot/themes/theme_gray.pyo
${PYSITELIB}/ggplot/themes/theme_xkcd.py
${PYSITELIB}/ggplot/themes/theme_xkcd.pyc
${PYSITELIB}/ggplot/themes/theme_xkcd.pyo
${PYSITELIB}/ggplot/themes/themes.py
${PYSITELIB}/ggplot/themes/themes.pyc
${PYSITELIB}/ggplot/themes/themes.pyo
${PYSITELIB}/ggplot/utils.py
${PYSITELIB}/ggplot/utils.pyc
${PYSITELIB}/ggplot/utils.pyo

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2016/07/15 07:29:54 wiz Exp $
SHA1 (ggplot-0.10.4.tar.gz) = d10280682996b765b499841b6c2eecfbf355d0f4
RMD160 (ggplot-0.10.4.tar.gz) = ee16262ecf6f593752027cb8ed22fbad787e3862
SHA512 (ggplot-0.10.4.tar.gz) = 488e34dd43053c613677d9906df66f8de1ac6c0393a3130cad5214a3eba4648e1724b017e6beab1bbfc6f08296157f2e86740736534cb8d910aa1513fcd725b2
Size (ggplot-0.10.4.tar.gz) = 1943413 bytes