summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f1af38152a1d32b1b3b58144b8878df2b266f660 (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
pkgbase = python-nvd3
	pkgdesc = Python3 wrapper for the NVD3 chart generator
	pkgver = 0.15.0
	pkgrel = 2
	url = https://github.com/areski/python-nvd3/
	arch = any
	license = MIT
	makedepends = python
	makedepends = python2
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://files.pythonhosted.org/packages/0b/aa/97165daa6e319409c5c2582e62736a7353bda3c90d90fdcb0b11e116dd2d/python-nvd3-0.15.0.tar.gz
	sha256sums = fbd75ff47e0ef255b4aa4f3a8b10dc8b4024aa5a9a7abed5b2406bd3cb817715

pkgname = python-nvd3
	depends = python
	depends = python-jinja
	depends = python-slugify

pkgname = python2-nvd3
	pkgdesc = Python2 wrapper for the NVD3 chart generator
	depends = python2
	depends = python2-jinja
	depends = python2-slugify