[arch-commits] Commit in python-foolscap/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:04:23 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:04:22
  Author: felixonmars
Revision: 187218

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: python-foolscap/repos/community-testing-any/PKGBUILD (from rev 187217, python-foolscap/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2016-08-21 03:04:22 UTC (rev 187218)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: 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.12.1
+pkgrel=1
+pkgdesc='RPC protocol for Python and Twisted'
+arch=('any')
+url='http://foolscap.lothar.com/'
+license=('MIT')
+depends=('python2-twisted' 'python2-pyopenssl')
+makedepends=('python2-setuptools')
+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=('d233df50fb489a26381d6b78e76acf1b89a0774f2e04ead5fc35e68ef1737e87')
+
+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