removed aur/python2-certifi, moved to community

This commit is contained in:
Kevin Mihelich 2012-11-22 06:25:59 +00:00
parent 95d626c616
commit 9f61813c98

View file

@ -1,24 +0,0 @@
# Maintainer: William J Bowman <bluephoenix47@gmail.com>
plugrel=1
pkgname=python2-certifi
_pkgname=certifi
pkgver=0.0.8
pkgrel=1
pkgdesc="Mozilla's SSL Certs"
arch=(any)
url="http://pypi.python.org/pypi/${_pkgname}/${pkgver}"
license=('GPL')
depends=('python2')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/c/certifi/${_pkgname}-${pkgver}.tar.gz")
md5sums=('dc5f5e7f0b5fc08d27654b17daa6ecec')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"
python2 setup.py install --root=${pkgdir}/ --optimize=1
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
# vim:set ts=2 sw=2 et: