blob: acb3f82692eb60d4289864ebdb71cae799c188cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
pkgbase = python-plotnine
pkgdesc = A grammar of graphics for python
pkgver = 0.14.4
pkgrel = 1
url = https://github.com/has2k1/plotnine
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-vcrpy
checkdepends = python-geopandas
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python
depends = python-matplotlib
depends = python-pandas
depends = python-mizani
depends = python-numpy
depends = python-scipy
depends = python-statsmodels
optdepends = python-adjusttext: Library to avoid/minimize text overlaps in plots
optdepends = python-geopandas: Geospatial data support
optdepends = python-scikit-learn: gaussian process smoothing, kernel density implementation
optdepends = python-scikit-misc: loess smoothing
optdepends = python-shapely: Manipulation and analysis of geometric objects in the Cartesian plane
source = https://files.pythonhosted.org/packages/source/p/plotnine/plotnine-0.14.4.tar.gz
sha256sums = 634d7168bf6f5c97e810083718aaa4330fb10f32e0e3828746a678cbd461305a
pkgname = python-plotnine
|