[arch-commits] Commit in python2-trollius/repos/community-any (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri May 27 11:13:47 UTC 2016


    Date: Friday, May 27, 2016 @ 13:13:46
  Author: svenstaro
Revision: 177265

archrelease: copy trunk to community-any

Added:
  python2-trollius/repos/community-any/PKGBUILD
    (from rev 177264, python2-trollius/trunk/PKGBUILD)
Deleted:
  python2-trollius/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-27 11:13:41 UTC (rev 177264)
+++ PKGBUILD	2016-05-27 11:13:46 UTC (rev 177265)
@@ -1,26 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Sebastien Leduc <sebastien at sleduc.fr>
-pkgname=python2-trollius
-_realname=trollius
-pkgver=2.0
-pkgrel=2
-pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
-arch=("any")
-url="http://trollius.readthedocs.org/"
-license=('APACHE')
-depends=('python2' 'python2-futures')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz")
-md5sums=('5704231bc385660783c5fad59e75549d')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py build
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver"
-  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python2-trollius/repos/community-any/PKGBUILD (from rev 177264, python2-trollius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-27 11:13:46 UTC (rev 177265)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Sebastien Leduc <sebastien at sleduc.fr>
+pkgname=python2-trollius
+_realname=trollius
+pkgver=2.1
+pkgrel=1
+pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
+arch=("any")
+url="http://trollius.readthedocs.org/"
+license=('APACHE')
+depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz")
+md5sums=('0b36ff1057cb5a93befe7d8ef0edcbf8')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py build
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver"
+  python2 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list