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

Felix Yan felixonmars at archlinux.org
Sun Jul 19 12:11:35 UTC 2020


    Date: Sunday, July 19, 2020 @ 12:11:34
  Author: felixonmars
Revision: 664565

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-19 12:11:21 UTC (rev 664564)
+++ PKGBUILD	2020-07-19 12:11:34 UTC (rev 664565)
@@ -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.1
-pkgrel=3
-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' 'python2-six')
-optdepends=('python2-unittest2: to pass trollius unit tests')
-source=("https://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz")
-sha512sums=('d800e060e13da22c83fc20f2c0e61d6c50cca309d90e8faecaf24e68240d78ec7fc9cfbb68a968ba7e9d73268e974353d9bd9063eb0ca02a4f0e88610abd6018')
-
-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 664564, python2-trollius/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-19 12:11:34 UTC (rev 664565)
@@ -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.post2
+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' 'python2-six')
+optdepends=('python2-unittest2: to pass trollius unit tests')
+source=("https://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz")
+sha512sums=('fb6d0a1fe73cb4a5ba79da6d27dd31d45a7002172d3ea46dfe56a748901fb218db56d464cbcf41c2fc35dd7ddbb2a2a451d515a9c0453a3f1b82497a2e9d8b6c')
+
+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