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

Daniel Wallace dwallace at nymeria.archlinux.org
Sun Feb 9 14:35:41 UTC 2014


    Date: Sunday, February 9, 2014 @ 15:35:41
  Author: dwallace
Revision: 105517

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

Added:
  python2-cffi/repos/community-i686/
  python2-cffi/repos/community-i686/PKGBUILD
    (from rev 105516, python2-cffi/trunk/PKGBUILD)
  python2-cffi/repos/community-x86_64/
  python2-cffi/repos/community-x86_64/PKGBUILD
    (from rev 105516, python2-cffi/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: python2-cffi/repos/community-i686/PKGBUILD (from rev 105516, python2-cffi/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-09 14:35:41 UTC (rev 105517)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python2-cffi
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+depends=('python2' 'python2-pycparser')
+makedepends=('python2-setuptools')
+url="http://cffi.readthedocs.org/"
+license=('MIT')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
+md5sums=('1a877bf113bfe90fdefedbf9e39310d2')
+sha256sums=('1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818')
+provides=('python2-cffi')
+
+build() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg 'Building...'
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg 'Installing...'
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}

Copied: python2-cffi/repos/community-x86_64/PKGBUILD (from rev 105516, python2-cffi/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-09 14:35:41 UTC (rev 105517)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python2-cffi
+pkgver=0.8.1
+pkgrel=4
+pkgdesc="Foreign Function Interface for Python calling C code"
+arch=('i686' 'x86_64')
+depends=('python2' 'python2-pycparser')
+makedepends=('python2-setuptools')
+url="http://cffi.readthedocs.org/"
+license=('MIT')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/c/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
+md5sums=('1a877bf113bfe90fdefedbf9e39310d2')
+sha256sums=('1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818')
+provides=('python2-cffi')
+
+build() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg 'Building...'
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg 'Installing...'
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}




More information about the arch-commits mailing list