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

Felix Yan fyan at nymeria.archlinux.org
Wed Jan 8 03:06:43 UTC 2014


    Date: Wednesday, January 8, 2014 @ 04:06:43
  Author: fyan
Revision: 103586

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-08 03:05:13 UTC (rev 103585)
+++ community-i686/PKGBUILD	2014-01-08 03:06:43 UTC (rev 103586)
@@ -1,27 +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-greenlet
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="python coroutine library"
-license=("MIT")
-url="http://pypi.python.org/pypi/greenlet"
-depends=('python2')
-source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
-arch=('i686' 'x86_64')
-
-build() {
-	cd "$srcdir/greenlet-$pkgver"
-	python2 setup.py build
-}
-
-package() {
-	cd "$srcdir/greenlet-$pkgver"
-	python2 setup.py install --root="$pkgdir"
-	install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
-}
-
-sha512sums=('bb33db07b8b86ba8ccec920748cfc207d27eed0b76218cf06c3b1706a1e9350be62a99a92e05c8e683a7c3ab1e232dbb46259380c7e5f2c6b140a3a96a36f8bf')

Copied: python2-greenlet/repos/community-i686/PKGBUILD (from rev 103585, python2-greenlet/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-08 03:06:43 UTC (rev 103586)
@@ -0,0 +1,27 @@
+# $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-greenlet
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+url="http://pypi.python.org/pypi/greenlet"
+depends=('python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
+arch=('i686' 'x86_64')
+
+build() {
+	cd greenlet-$pkgver
+	python2 setup.py build
+}
+
+package() {
+	cd greenlet-$pkgver
+	python2 setup.py install --root="$pkgdir"
+	install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
+
+sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-08 03:05:13 UTC (rev 103585)
+++ community-x86_64/PKGBUILD	2014-01-08 03:06:43 UTC (rev 103586)
@@ -1,27 +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-greenlet
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="python coroutine library"
-license=("MIT")
-url="http://pypi.python.org/pypi/greenlet"
-depends=('python2')
-source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
-arch=('i686' 'x86_64')
-
-build() {
-	cd "$srcdir/greenlet-$pkgver"
-	python2 setup.py build
-}
-
-package() {
-	cd "$srcdir/greenlet-$pkgver"
-	python2 setup.py install --root="$pkgdir"
-	install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
-}
-
-sha512sums=('bb33db07b8b86ba8ccec920748cfc207d27eed0b76218cf06c3b1706a1e9350be62a99a92e05c8e683a7c3ab1e232dbb46259380c7e5f2c6b140a3a96a36f8bf')

Copied: python2-greenlet/repos/community-x86_64/PKGBUILD (from rev 103585, python2-greenlet/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-08 03:06:43 UTC (rev 103586)
@@ -0,0 +1,27 @@
+# $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-greenlet
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Lightweight in-process concurrent programming"
+license=("MIT")
+url="http://pypi.python.org/pypi/greenlet"
+depends=('python2')
+source=(http://pypi.python.org/packages/source/g/greenlet/greenlet-$pkgver.zip)
+arch=('i686' 'x86_64')
+
+build() {
+	cd greenlet-$pkgver
+	python2 setup.py build
+}
+
+package() {
+	cd greenlet-$pkgver
+	python2 setup.py install --root="$pkgdir"
+	install -Dm0644 LICENSE.PSF "$pkgdir/usr/share/licenses/$pkgname/LICENSE.PSF"
+}
+
+sha512sums=('9596b740921e4a80bcb43adb725a7a4ea428dadc10ba55f8840837ba685b010c273a4a2bd62c5ba4bfdf27ce87c914a83714d762bacafb8e0a3cd7e2a9675992')




More information about the arch-commits mailing list