[arch-commits] Commit in python-unidecode/repos/community-staging-any (2 files)

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 10:30:44
  Author: foutrelis
Revision: 750042

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 10:30:44 UTC (rev 750041)
+++ PKGBUILD2020-11-11 10:30:44 UTC (rev 750042)
@@ -1,30 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgname=python-unidecode
-pkgver=1.1.1
-pkgrel=5
-pkgdesc='ASCII transliterations of Unicode text'
-arch=(any)
-url=https://github.com/avian2/unidecode
-license=(GPL)
-depends=(python)
-makedepends=(
-  git
-  python-setuptools
-)
-source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  cd unidecode
-  python setup.py build
-}
-
-package() {
-  cd unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-staging-any/PKGBUILD (from rev 750039, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 10:30:44 UTC (rev 750042)
@@ -0,0 +1,30 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgname=python-unidecode
+pkgver=1.1.1
+pkgrel=6
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+depends=(python)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd unidecode
+  python setup.py build
+}
+
+package() {
+  cd unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in python-unidecode/repos/community-staging-any (2 files)

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:06:13
  Author: felixonmars
Revision: 521259

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-31 17:05:59 UTC (rev 521258)
+++ PKGBUILD2019-10-31 17:06:13 UTC (rev 521259)
@@ -1,53 +0,0 @@
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgbase=python-unidecode
-pkgname=(
-  python-unidecode
-  python2-unidecode
-)
-pkgver=1.1.1
-pkgrel=2
-pkgdesc='ASCII transliterations of Unicode text'
-arch=(any)
-url=https://github.com/avian2/unidecode
-license=(GPL)
-makedepends=(
-  git
-  python-setuptools
-  python2-setuptools
-)
-source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
-sha256sums=(SKIP)
-
-prepare() {
-  cp -r {,python-}unidecode
-   mv {,python2-}unidecode
-}
-
-build() {
-  for py in python{,2}; do
-pushd ${py}-unidecode
-${py} setup.py build
-popd
-  done
-}
-
-package_python-unidecode() {
-  depends=(python)
-
-  cd python-unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-unidecode() {
-  depends=(python2)
-
-  cd python2-unidecode
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  mv "${pkgdir}"/usr/bin/unidecode{,2}
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-staging-any/PKGBUILD (from rev 521258, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-31 17:06:13 UTC (rev 521259)
@@ -0,0 +1,53 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgbase=python-unidecode
+pkgname=(
+  python-unidecode
+  python2-unidecode
+)
+pkgver=1.1.1
+pkgrel=3
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+makedepends=(
+  git
+  python-setuptools
+  python2-setuptools
+)
+source=(git+https://github.com/avian2/unidecode.git#tag=unidecode-${pkgver})
+sha256sums=(SKIP)
+
+prepare() {
+  cp -r {,python-}unidecode
+   mv {,python2-}unidecode
+}
+
+build() {
+  for py in python{,2}; do
+pushd ${py}-unidecode
+${py} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  depends=(python)
+
+  cd python-unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-unidecode() {
+  depends=(python2)
+
+  cd python2-unidecode
+
+  python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  mv "${pkgdir}"/usr/bin/unidecode{,2}
+}
+
+# vim: ts=2 sw=2 et: