[arch-commits] Commit in python2-unidecode/repos (2 files)

Maxime Gauduin alucryd at nymeria.archlinux.org
Mon Aug 19 00:37:38 UTC 2013


    Date: Monday, August 19, 2013 @ 02:37:38
  Author: alucryd
Revision: 95940

archrelease: copy trunk to community-testing-any

Added:
  python2-unidecode/repos/community-testing-any/
  python2-unidecode/repos/community-testing-any/PKGBUILD
    (from rev 95939, python2-unidecode/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python2-unidecode/repos/community-testing-any/PKGBUILD (from rev 95939, python2-unidecode/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-19 00:37:38 UTC (rev 95940)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at gmail.com>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgname=python2-unidecode
+pkgver=0.04.13
+pkgrel=3
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='http://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+depends=('python2')
+makedepends=('python2-setuptools')
+options=('!emptydirs')
+source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz")
+sha256sums=('ca58bf0ce984a20ad3a5d7fdbb7e773d8d1e5fd1570951e47c1908eed8fe0442')
+
+build() {
+  cd Unidecode-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd Unidecode-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list