[arch-commits] Commit in python2-gevent/repos (4 files)

Felix Yan fyan at nymeria.archlinux.org
Wed Nov 27 02:29:38 UTC 2013


    Date: Wednesday, November 27, 2013 @ 03:29:38
  Author: fyan
Revision: 101530

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  python2-gevent/repos/community-testing-i686/
  python2-gevent/repos/community-testing-i686/PKGBUILD
    (from rev 101528, python2-gevent/trunk/PKGBUILD)
  python2-gevent/repos/community-testing-x86_64/
  python2-gevent/repos/community-testing-x86_64/PKGBUILD
    (from rev 101529, python2-gevent/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: python2-gevent/repos/community-testing-i686/PKGBUILD (from rev 101528, python2-gevent/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-11-27 02:29:38 UTC (rev 101530)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Ralf Schmitt <ralf at systemexit.de>
+
+pkgname=python2-gevent
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/"
+depends=('python2-greenlet')
+makedepends=('git' 'cython2')
+provides=('python2-gevent-beta')
+conflicts=('python2-gevent-beta')
+replaces=('python2-gevent-beta')
+source=("git://github.com/surfly/gevent.git#tag=$pkgver")
+
+build() {
+	cd gevent
+
+    LIBEV_EMBED=1 \
+    CARES_EMBED=1 \
+    CYTHON=cython2 \
+    PYTHON=python2 \
+	python2 setup.py build
+}
+
+package() {
+	cd gevent
+	python2 setup.py install -O1 --root="$pkgdir"
+	install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+md5sums=('SKIP')

Copied: python2-gevent/repos/community-testing-x86_64/PKGBUILD (from rev 101529, python2-gevent/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-11-27 02:29:38 UTC (rev 101530)
@@ -0,0 +1,36 @@
+# $Id: PKGBUILD 70305 2012-05-04 08:21:08Z mtorromeo $
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Ralf Schmitt <ralf at systemexit.de>
+
+pkgname=python2-gevent
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc="Python network library that uses greenlet and libev for easy and scalable concurrency"
+license=("MIT")
+url="http://www.gevent.org/"
+depends=('python2-greenlet')
+makedepends=('git' 'cython2')
+provides=('python2-gevent-beta')
+conflicts=('python2-gevent-beta')
+replaces=('python2-gevent-beta')
+source=("git://github.com/surfly/gevent.git#tag=$pkgver")
+
+build() {
+	cd gevent
+
+    LIBEV_EMBED=1 \
+    CARES_EMBED=1 \
+    CYTHON=cython2 \
+    PYTHON=python2 \
+	python2 setup.py build
+}
+
+package() {
+	cd gevent
+	python2 setup.py install -O1 --root="$pkgdir"
+	install -Dm0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+md5sums=('SKIP')




More information about the arch-commits mailing list