[arch-commits] Commit in python-translationstring/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 30 08:40:06 UTC 2020


    Date: Sunday, August 30, 2020 @ 08:40:06
  Author: felixonmars
Revision: 692513

upgpkg: python-translationstring 1.4-1

Modified:
  python-translationstring/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++---------------
 1 file changed, 12 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 08:38:37 UTC (rev 692512)
+++ PKGBUILD	2020-08-30 08:40:06 UTC (rev 692513)
@@ -1,34 +1,31 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
 
 pkgname=python-translationstring
-pkgver=1.3
-pkgrel=6
+pkgver=1.4
+pkgrel=1
 pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid packages"
 arch=('any')
-license=('custom:BSD')
+license=('BSD')
 url="https://github.com/Pylons/translationstring"
 depends=('python')
-makedepends=('python-setuptools' 'git')
+makedepends=('python-setuptools')
 checkdepends=('python-nose')
-source=("git+https://github.com/Pylons/translationstring.git#tag=$pkgver")
-sha512sums=('SKIP')
+source=("https://github.com/Pylons/translationstring/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f470967e04701f7d5c27acefcd3c058d0b9c600115e2e33212d6855ef0eb932d025b8af0d2017202cf6e1893ef8023edd60453de1c45e495c88846627af200db')
 
-prepare() {
-  cp -a translationstring{,-py2}
-}
-
 build() {
-  cd "$srcdir/translationstring"
+  cd translationstring-$pkgver
   python setup.py build
 }
 
 check() {
-  cd "$srcdir/translationstring"
+  cd translationstring-$pkgver
   nosetests3
 }
 
 package() {
-  cd translationstring
-  python setup.py install --root="${pkgdir}" --optimize=1
-  install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+  cd translationstring-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



More information about the arch-commits mailing list