[arch-commits] Commit in python-unidecode/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Dec 21 13:34:53 UTC 2020
Date: Monday, December 21, 2020 @ 13:34:52
Author: alucryd
Revision: 781050
archrelease: copy trunk to community-any
Added:
python-unidecode/repos/community-any/PKGBUILD
(from rev 781049, python-unidecode/trunk/PKGBUILD)
Deleted:
python-unidecode/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++++++---------------------------
1 file changed, 38 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-21 13:34:47 UTC (rev 781049)
+++ PKGBUILD 2020-12-21 13:34:52 UTC (rev 781050)
@@ -1,30 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Kwpolska <kwpolska at kwpolska.tk>
-
-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:
Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 781049, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-21 13:34:52 UTC (rev 781050)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgname=python-unidecode
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+depends=(python)
+makedepends=(
+ git
+ python-setuptools
+)
+_tag=fdf8aa731c53154de04a019eaf91405fc5ff15a5
+source=(git+https://github.com/avian2/unidecode.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd unidecode
+
+ git describe --tags | sed 's/^unidecode-//'
+}
+
+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:
More information about the arch-commits
mailing list