[arch-commits] Commit in python-unidecode/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Wed Dec 1 21:45:49 UTC 2021
Date: Wednesday, December 1, 2021 @ 21:45:49
Author: felixonmars
Revision: 1061111
archrelease: copy trunk to community-staging-any
Added:
python-unidecode/repos/community-staging-any/PKGBUILD
(from rev 1061109, python-unidecode/trunk/PKGBUILD)
Deleted:
python-unidecode/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-01 21:45:47 UTC (rev 1061110)
+++ PKGBUILD 2021-12-01 21:45:49 UTC (rev 1061111)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Kwpolska <kwpolska at kwpolska.tk>
-
-pkgname=python-unidecode
-pkgver=1.3.2
-pkgrel=2
-pkgdesc='ASCII transliterations of Unicode text'
-arch=(any)
-url=https://github.com/avian2/unidecode
-license=(GPL)
-depends=(python)
-makedepends=(
- git
- python-setuptools
-)
-_tag=1c74053bbbf5ce92bc1fc8faaf37e903aa90d011
-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:
Copied: python-unidecode/repos/community-staging-any/PKGBUILD (from rev 1061109, python-unidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-01 21:45:49 UTC (rev 1061111)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Kwpolska <kwpolska at kwpolska.tk>
+
+pkgname=python-unidecode
+pkgver=1.3.2
+pkgrel=3
+pkgdesc='ASCII transliterations of Unicode text'
+arch=(any)
+url=https://github.com/avian2/unidecode
+license=(GPL)
+depends=(python)
+makedepends=(
+ git
+ python-setuptools
+)
+_tag=1c74053bbbf5ce92bc1fc8faaf37e903aa90d011
+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