[arch-commits] Commit in python-txaio/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Nov 7 16:20:04 UTC 2016


    Date: Monday, November 7, 2016 @ 16:20:03
  Author: arojas
Revision: 194904

archrelease: copy trunk to community-any

Added:
  python-txaio/repos/community-any/PKGBUILD
    (from rev 194903, python-txaio/trunk/PKGBUILD)
Deleted:
  python-txaio/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  100 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-07 16:19:26 UTC (rev 194903)
+++ PKGBUILD	2016-11-07 16:20:03 UTC (rev 194904)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-txaio
-pkgname=(python-txaio python2-txaio)
-pkgver=2.5.1
-pkgrel=1
-pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
-arch=(any)
-url='https://github.com/tavendo/txaio'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python2-twisted)
-source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
-sha1sums=('9875868632db4d7c2890e9f7afa7106b878dc96e')
-
-prepare() {
-  cp -a txaio-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-txaio() {
-  depends=(python python-six python-twisted)
-
-  cd "$srcdir/txaio-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-txaio() {
-  depends=(python2 python2-six python2-twisted)
-
-  cd "$srcdir/txaio-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-txaio/repos/community-any/PKGBUILD (from rev 194903, python-txaio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-07 16:20:03 UTC (rev 194904)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-txaio
+pkgname=(python-txaio python2-txaio)
+pkgver=2.5.2
+pkgrel=1
+pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio'
+arch=(any)
+url='https://github.com/tavendo/txaio'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python2-twisted)
+source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz)
+sha1sums=('65813586147b24985e9e4138d689d6789e619df8')
+
+prepare() {
+  cp -a txaio-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-txaio() {
+  depends=(python python-six python-twisted)
+
+  cd "$srcdir/txaio-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-txaio() {
+  depends=(python2 python2-six python2-twisted)
+
+  cd "$srcdir/txaio-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list