diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-11-14 07:38:34 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-11-14 07:38:34 -0500 |
commit | 25598a2c31b5b13db33c92c932607fb71dddd899 (patch) | |
tree | d54384b7e6edc62494eaaab78a8d96e090bc7d09 /pcr | |
parent | 3232736055c6d31ac7f8cb7a7903737062da9251 (diff) | |
download | abslibre-25598a2c31b5b13db33c92c932607fb71dddd899.tar.gz abslibre-25598a2c31b5b13db33c92c932607fb71dddd899.tar.bz2 abslibre-25598a2c31b5b13db33c92c932607fb71dddd899.zip |
Removing python2-pyicu: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/python2-pyicu/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/python2-pyicu/PKGBUILD b/pcr/python2-pyicu/PKGBUILD deleted file mode 100644 index ae29030c1..000000000 --- a/pcr/python2-pyicu/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer (Arch): Jonathan Liu <net147@gmail.com> -pkgname=python2-pyicu -_realpkgname=PyICU -pkgver=1.7 -pkgrel=1 -pkgdesc="Python binding for ICU" -arch=('i686' 'x86_64' 'mips64el') -url="http://pyicu.osafoundation.org/" -license=('custom') -depends=('python2' 'icu') -source=("http://pypi.python.org/packages/source/P/${_realpkgname}/${_realpkgname}-${pkgver}.tar.gz") -md5sums=('f247fcaccdf601121a2eb81b391ba939') - -build() { - cd "${srcdir}/${_realpkgname}-${pkgver}" - python2 setup.py build -} - -package() { - cd "${srcdir}/${_realpkgname}-${pkgver}" - python2 setup.py install --root "${pkgdir}" -O1 - install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}" - install -D -m644 "${srcdir}/${_realpkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} - -# vim:set ts=2 sw=2 et: |