[arch-commits] Commit in translate-toolkit/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Jul 31 20:39:50 UTC 2022


    Date: Sunday, July 31, 2022 @ 20:39:50
  Author: arojas
Revision: 1259543

archrelease: copy trunk to community-any

Added:
  translate-toolkit/repos/community-any/PKGBUILD
    (from rev 1259542, translate-toolkit/trunk/PKGBUILD)
Deleted:
  translate-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-31 20:39:42 UTC (rev 1259542)
+++ PKGBUILD	2022-07-31 20:39:50 UTC (rev 1259543)
@@ -1,30 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Hugo Doria <hugodoria at gmail.com>
-
-pkgname=translate-toolkit
-pkgver=3.7.1
-pkgrel=1
-pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
-arch=('any')
-url="https://toolkit.translatehouse.org/"
-license=('GPL')
-depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 'python-ruamel-yaml')
-makedepends=('python-setuptools')
-optdepends=('gaupol: for po2sub'
-            'python-chardet: encoding detector'
-            'python-levenshtein: faster matching'
-            'python-cheroot: for TM Server')
-source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
-sha256sums=('f94cfbd62c31dbedaac5202191c9581637688b1fe5a2a5266ca3f0dbddd5f1af')
-
-package() {
-  cd "${srcdir}"/translate-$pkgver
-
-#FS#70224 to fix reproducible building
-  export PYTHONHASHSEED=0
-
-  python -s setup.py install --root="${pkgdir}" --optimize=1
-  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
-}

Copied: translate-toolkit/repos/community-any/PKGBUILD (from rev 1259542, translate-toolkit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-31 20:39:50 UTC (rev 1259543)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Hugo Doria <hugodoria at gmail.com>
+
+pkgname=translate-toolkit
+pkgver=3.7.2
+pkgrel=1
+pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
+arch=('any')
+url="https://toolkit.translatehouse.org/"
+license=('GPL')
+depends=('bash' 'python-lxml' 'python-six' 'python-diff-match-patch' 'python-ruamel-yaml')
+makedepends=('python-setuptools')
+optdepends=('gaupol: for po2sub'
+            'python-chardet: encoding detector'
+            'python-levenshtein: faster matching'
+            'python-cheroot: for TM Server')
+source=($pkgname-$pkgver.tar.gz::https://github.com/translate/translate/archive/$pkgver.tar.gz)
+sha256sums=('0906753b9c3d4b78761c902c272a0b5b417815c25fd2d3b64ff4fd69ae97d29f')
+
+package() {
+  cd "${srcdir}"/translate-$pkgver
+
+#FS#70224 to fix reproducible building
+  export PYTHONHASHSEED=0
+
+  python -s setup.py install --root="${pkgdir}" --optimize=1
+  python -m compileall "${pkgdir}"/usr/lib/python3.10/site-packages/translate
+}



More information about the arch-commits mailing list