summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 1ac37aa44fcb9aae9fe6ee00bf54e9760978534d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = python-webassets
	pkgdesc = Asset management application for Python web development
	pkgver = 2.0
	pkgrel = 1
	url = http://github.com/miracle2k/webassets
	arch = any
	license = BSD
	makedepends = python2-setuptools
	makedepends = python-setuptools
	source = https://github.com/miracle2k/webassets/archive/2.0.tar.gz
	sha256sums = 0639e8d40dc785d5a125723383c9717ff32945cb09ab71d37b134eefee274d78

pkgname = python2-webassets
	optdepends = python2-pillow: support for image manipulation
	optdepends = python2-nose: required to run tests
	optdepends = python2-mock: required to run tests

pkgname = python-webassets
	optdepends = python-pillow: support for image manipulation
	optdepends = python-nose: required to run tests
	optdepends = python-mock: required to run tests