[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Aug 4 11:26:22 UTC 2014


    Date: Monday, August 4, 2014 @ 13:26:22
  Author: arodseth
Revision: 116846

archrelease: copy trunk to community-any

Added:
  python-foolscap/repos/community-any/PKGBUILD
    (from rev 116845, python-foolscap/trunk/PKGBUILD)
Deleted:
  python-foolscap/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++++--------------------------
 1 file changed, 29 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-04 11:25:24 UTC (rev 116845)
+++ PKGBUILD	2014-08-04 11:26:22 UTC (rev 116846)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: giniu <gginiu at gmail.com>
-
-pkgbase=python-foolscap
-pkgname=python2-foolscap
-pkgver=0.6.4
-pkgrel=2
-pkgdesc="RPC protocol for Python and Twisted"
-license=('MIT')
-url="http://foolscap.lothar.com/"
-arch=(any)
-depends=('twisted' 'python2' 'python2-pyopenssl')
-makedepends=('python2-distribute')
-conflicts=('python-foolscap<=0.6.3')
-replaces=('python-foolscap<=0.6.3')
-options=(!emptydirs)
-source=(http://foolscap.lothar.com/releases/foolscap-${pkgver}.tar.gz{,.asc})
-md5sums=('0aedae62a0be50da4f89d80b5b30c8a2'
-         '45f74eb0b8038481cb04867b07f5efee')
-
-package_python2-foolscap() {
-  cd "$srcdir/foolscap-$pkgver"
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 116845, python-foolscap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-04 11:26:22 UTC (rev 116846)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: giniu <gginiu at gmail.com>
+
+pkgbase=python-foolscap
+pkgname=python2-foolscap
+pkgver=0.6.4
+pkgrel=3
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
+license=('MIT')
+depends=('python2-twisted' 'python2-pyopenssl')
+makedepends=('python2-distribute')
+conflicts=('python-foolscap<=0.6.3')
+replaces=('python-foolscap<=0.6.3')
+options=('!emptydirs')
+source=("http://foolscap.lothar.com/releases/foolscap-$pkgver.tar.gz")
+sha256sums=('74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99')
+
+package_python2-foolscap() {
+  cd "foolscap-$pkgver"
+
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list