[arch-commits] Commit in python-translationstring/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 17:37:22 UTC 2019
Date: Thursday, October 31, 2019 @ 17:37:21
Author: felixonmars
Revision: 521357
archrelease: copy trunk to community-staging-any
Added:
python-translationstring/repos/community-staging-any/PKGBUILD
(from rev 521356, python-translationstring/trunk/PKGBUILD)
Deleted:
python-translationstring/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 100 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 17:37:12 UTC (rev 521356)
+++ PKGBUILD 2019-10-31 17:37:21 UTC (rev 521357)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-translationstring
-pkgname=('python-translationstring' 'python2-translationstring')
-pkgver=1.3
-pkgrel=4
-pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid packages"
-arch=('any')
-license=('custom:BSD')
-url="https://github.com/Pylons/translationstring"
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose')
-source=("git+https://github.com/Pylons/translationstring.git#tag=$pkgver")
-sha512sums=('SKIP')
-
-prepare() {
- cp -a translationstring{,-py2}
-}
-
-build() {
- cd "$srcdir/translationstring"
- python setup.py build
-
- cd "$srcdir/translationstring-py2"
- python2 setup.py build
-}
-
-check() {
- cd "$srcdir/translationstring"
- nosetests3
-
- cd "$srcdir/translationstring-py2"
- nosetests2
-}
-
-package_python-translationstring() {
- depends=('python')
-
- cd translationstring
- python setup.py install --root="${pkgdir}" --optimize=1
- install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
-
-package_python2-translationstring() {
- depends=('python2')
-
- cd translationstring-py2
- python2 setup.py install --root="${pkgdir}" --optimize=1
- install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
-}
Copied: python-translationstring/repos/community-staging-any/PKGBUILD (from rev 521356, python-translationstring/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 17:37:21 UTC (rev 521357)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-translationstring
+pkgname=('python-translationstring' 'python2-translationstring')
+pkgver=1.3
+pkgrel=5
+pkgdesc="Utility library for i18n relied on by various Repoze and Pyramid packages"
+arch=('any')
+license=('custom:BSD')
+url="https://github.com/Pylons/translationstring"
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose')
+source=("git+https://github.com/Pylons/translationstring.git#tag=$pkgver")
+sha512sums=('SKIP')
+
+prepare() {
+ cp -a translationstring{,-py2}
+}
+
+build() {
+ cd "$srcdir/translationstring"
+ python setup.py build
+
+ cd "$srcdir/translationstring-py2"
+ python2 setup.py build
+}
+
+check() {
+ cd "$srcdir/translationstring"
+ nosetests3
+
+ cd "$srcdir/translationstring-py2"
+ nosetests2
+}
+
+package_python-translationstring() {
+ depends=('python')
+
+ cd translationstring
+ python setup.py install --root="${pkgdir}" --optimize=1
+ install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
+
+package_python2-translationstring() {
+ depends=('python2')
+
+ cd translationstring-py2
+ python2 setup.py install --root="${pkgdir}" --optimize=1
+ install -D -m644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}
More information about the arch-commits
mailing list