1 # Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
2 # Contributor: Hugo Doria <hugo@archlinux.org>
3 # Contributor: Mario A. Vazquez <mario_vazq@hotmail.com>
9 pkgdesc="Python library to access freedesktop.org standards"
11 url="http://freedesktop.org/Software/pyxdg"
14 conflicts=('python-xdg')
15 provides=('python-xdg')
16 replaces=('python-xdg<0.26-5')
17 makedepends=('python-setuptools')
18 source=("https://files.pythonhosted.org/packages/source/${pkgbase::1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
19 sha1sums=('7b5459fe24f92d20c6dbb1e83f071f5b11c6f5da')
20 validpgpkeys=('6391296E3F25C0A721C1F1AFAF88B3AC5DECB224') # Thomas Kluyver
23 cd "${srcdir}/${pkgbase}-${pkgver}"
29 cd "${srcdir}/${pkgbase}-${pkgver}"
30 python setup.py install --prefix=/usr --root="${pkgdir}" --skip-build --optimize=1