[arch-commits] Commit in python-unidecode/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Wed Nov 2 15:24:03 UTC 2016


    Date: Wednesday, November 2, 2016 @ 15:24:02
  Author: alucryd
Revision: 194502

archrelease: copy trunk to community-any

Added:
  python-unidecode/repos/community-any/PKGBUILD
    (from rev 194501, python-unidecode/trunk/PKGBUILD)
Deleted:
  python-unidecode/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-02 15:23:29 UTC (rev 194501)
+++ PKGBUILD	2016-11-02 15:24:02 UTC (rev 194502)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Kwpolska <kwpolska at kwpolska.tk>
-
-pkgbase=python-unidecode
-pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.19
-pkgrel=2
-pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
-url='http://pypi.python.org/pypi/Unidecode/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz")
-sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
-
-prepare() {
-  for d in python{,2}-unidecode; do
-    cp -r Unidecode-${pkgver} $d
-  done
-}
-
-build() {
-  for d in python{,2}-unidecode; do
-    pushd $d
-    ${d%-*} setup.py build
-    popd
-  done
-}
-
-package_python-unidecode() {
-  depends=('python')
-
-  cd python-unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-unidecode() {
-  depends=('python2')
-
-  cd python2-unidecode
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-  mv "${pkgdir}"/usr/bin/unidecode{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 194501, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-02 15:24:02 UTC (rev 194502)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgbase=python-unidecode
+pkgname=('python-unidecode' 'python2-unidecode')
+pkgver=0.04.19
+pkgrel=2
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='https://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=("https://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz")
+sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
+
+prepare() {
+  for d in python{,2}-unidecode; do
+    cp -r Unidecode-${pkgver} $d
+  done
+}
+
+build() {
+  for d in python{,2}-unidecode; do
+    pushd $d
+    ${d%-*} setup.py build
+    popd
+  done
+}
+
+package_python-unidecode() {
+  depends=('python')
+
+  cd python-unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-unidecode() {
+  depends=('python2')
+
+  cd python2-unidecode
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  mv "${pkgdir}"/usr/bin/unidecode{,2}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list