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

Maxime Gauduin alucryd at archlinux.org
Tue Jul 4 22:05:34 UTC 2017


    Date: Tuesday, July 4, 2017 @ 22:05:29
  Author: alucryd
Revision: 242342

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-04 22:05:13 UTC (rev 242341)
+++ PKGBUILD	2017-07-04 22:05:29 UTC (rev 242342)
@@ -1,47 +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.20
-pkgrel=1
-pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
-url='https://github.com/avian2/unidecode'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("python-unidecode-${pkgver}.tar.gz::https://github.com/avian2/unidecode/archive/release-${pkgver}.tar.gz")
-sha256sums=('6f2320a4bbe55a6bba838b2792a9c993b85fedf01a089538cef4f8d6ab109b6c')
-
-prepare() {
-  cp -r {,python-}unidecode-release-${pkgver}
-   mv {,python2-}unidecode-release-${pkgver}
-}
-
-build() {
-  for py in python{,2}; do
-    pushd ${py}-unidecode-release-${pkgver}
-    ${py} setup.py build
-    popd
-  done
-}
-
-package_python-unidecode() {
-  depends=('python')
-
-  cd python-unidecode-release-${pkgver}
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-unidecode() {
-  depends=('python2')
-
-  cd python2-unidecode-release-${pkgver}
-
-  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 242341, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-04 22:05:29 UTC (rev 242342)
@@ -0,0 +1,47 @@
+# $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.21
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='https://github.com/avian2/unidecode'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("python-unidecode-${pkgver}.tar.gz::https://github.com/avian2/unidecode/archive/release-${pkgver}.tar.gz")
+sha256sums=('94aae5e8bed7a7646ba3a206f3fa2020464b9f88cef1853bc5cc580be15a3a3b')
+
+prepare() {
+  cp -r {,python-}unidecode-release-${pkgver}
+   mv {,python2-}unidecode-release-${pkgver}
+}
+
+build() {
+  for py in python{,2}; do
+    pushd ${py}-unidecode-release-${pkgver}
+    ${py} setup.py build
+    popd
+  done
+}
+
+package_python-unidecode() {
+  depends=('python')
+
+  cd python-unidecode-release-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-unidecode() {
+  depends=('python2')
+
+  cd python2-unidecode-release-${pkgver}
+
+  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