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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:40:35 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:40:35
  Author: foutrelis
Revision: 750261

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:40:33 UTC (rev 750260)
+++ PKGBUILD	2020-11-11 10:40:35 UTC (rev 750261)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
-
-pkgname=python-translationstring
-pkgver=1.4
-pkgrel=2
-pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid packages"
-arch=('any')
-license=('BSD')
-url="https://github.com/Pylons/translationstring"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=("https://github.com/Pylons/translationstring/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('f470967e04701f7d5c27acefcd3c058d0b9c600115e2e33212d6855ef0eb932d025b8af0d2017202cf6e1893ef8023edd60453de1c45e495c88846627af200db')
-
-build() {
-  cd translationstring-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd translationstring-$pkgver
-  nosetests3
-}
-
-package() {
-  cd translationstring-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: python-translationstring/repos/community-staging-any/PKGBUILD (from rev 750260, python-translationstring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:40:35 UTC (rev 750261)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sergey Mastykov <smastykov[at]gmail[dot]com>
+
+pkgname=python-translationstring
+pkgver=1.4
+pkgrel=3
+pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid packages"
+arch=('any')
+license=('BSD')
+url="https://github.com/Pylons/translationstring"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=("https://github.com/Pylons/translationstring/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('f470967e04701f7d5c27acefcd3c058d0b9c600115e2e33212d6855ef0eb932d025b8af0d2017202cf6e1893ef8023edd60453de1c45e495c88846627af200db')
+
+build() {
+  cd translationstring-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd translationstring-$pkgver
+  nosetests3
+}
+
+package() {
+  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