[arch-commits] Commit in python2-trollius/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Fri Nov 9 23:07:52 UTC 2018
Date: Friday, November 9, 2018 @ 23:07:52
Author: felixonmars
Revision: 405161
archrelease: copy trunk to community-staging-any
Added:
python2-trollius/repos/community-staging-any/
python2-trollius/repos/community-staging-any/PKGBUILD
(from rev 405160, python2-trollius/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: python2-trollius/repos/community-staging-any/PKGBUILD (from rev 405160, python2-trollius/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-11-09 23:07:52 UTC (rev 405161)
@@ -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=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:
More information about the arch-commits
mailing list