blob: c02722e34a7fcbec0122d41ce904c23ec956b0cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = python-cssutils
pkgdesc = CSS Cascading Style Sheets library for Python
pkgver = 2.10.2
pkgrel = 1
url = https://github.com/jaraco/cssutils
changelog = CHANGES.rst
arch = any
license = LGPL3
license = GPL3
checkdepends = python-jaraco.test
checkdepends = python-mock
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-toml
makedepends = python-wheel
depends = python
source = https://files.pythonhosted.org/packages/source/c/cssutils/cssutils-2.10.2.tar.gz
sha256sums = 93cf92a350b1c123b17feff042e212f94d960975a3ed145743d84ebe8ccec7ab
pkgname = python-cssutils
|