[arch-commits] Commit in python-foolscap/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jul 23 06:50:12 UTC 2016
Date: Saturday, July 23, 2016 @ 06:50:11
Author: felixonmars
Revision: 183747
archrelease: copy trunk to community-any
Added:
python-foolscap/repos/community-any/PKGBUILD
(from rev 183746, python-foolscap/trunk/PKGBUILD)
Deleted:
python-foolscap/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-23 06:49:58 UTC (rev 183746)
+++ PKGBUILD 2016-07-23 06:50:11 UTC (rev 183747)
@@ -1,30 +0,0 @@
-# $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.11.0
-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=('b6874de97eb08654362cce80317e68d203bcccf85e4eed613ef10a3cf4b1aa87')
-
-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:
Copied: python-foolscap/repos/community-any/PKGBUILD (from rev 183746, python-foolscap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-07-23 06:50:11 UTC (rev 183747)
@@ -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.0
+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=('919c9ed73519d0aff592940dcb8e1ffdc65ca501b098a1c88814ffb951302725')
+
+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