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

Felix Yan fyan at nymeria.archlinux.org
Thu May 1 01:17:44 UTC 2014


    Date: Thursday, May 1, 2014 @ 03:17:44
  Author: fyan
Revision: 110488

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

Added:
  python2-gevent/repos/community-i686/PKGBUILD
    (from rev 110487, python2-gevent/trunk/PKGBUILD)
  python2-gevent/repos/community-x86_64/PKGBUILD
    (from rev 110487, python2-gevent/trunk/PKGBUILD)
Deleted:
  python2-gevent/repos/community-i686/PKGBUILD
  python2-gevent/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-05-01 01:16:36 UTC (rev 110487)
+++ community-i686/PKGBUILD	2014-05-01 01:17:44 UTC (rev 110488)
@@ -1,36 +0,0 @@
-# $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-i686/PKGBUILD (from rev 110487, python2-gevent/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-05-01 01:17:44 UTC (rev 110488)
@@ -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.1
+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')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-05-01 01:16:36 UTC (rev 110487)
+++ community-x86_64/PKGBUILD	2014-05-01 01:17:44 UTC (rev 110488)
@@ -1,36 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 110487, python2-gevent/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-05-01 01:17:44 UTC (rev 110488)
@@ -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.1
+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