summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 238bd270f2e9622175c77d3700ba9b3f653f68b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=python2-webcolors
pkgver=1.7
pkgrel=1
pkgdesc="Provides utility functions for working with the color names and color value formats defined by the HTML and CSS specifications."
arch=(any)
url="https://github.com/ubernostrum/webcolors"
license=(BSD)
depends=(python2)
makedepends=(python2-distribute)
conflicts=(python2-webcolors-hg)
source=("https://github.com/ubernostrum/webcolors/archive/${pkgver}.tar.gz")
md5sums=('1b41c64d122e14f73b5386743fddf955')

package() {
  cd "${srcdir}/webcolors-${pkgver}"
  python2 setup.py install --root="$pkgdir/" --optimize=1
}