[arch-commits] Commit in python-foolscap/repos/community-testing-any (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Aug 29 08:49:53 UTC 2016
Date: Monday, August 29, 2016 @ 08:49:53
Author: felixonmars
Revision: 187885
archrelease: copy trunk to community-testing-any
Added:
python-foolscap/repos/community-testing-any/PKGBUILD
(from rev 187884, python-foolscap/trunk/PKGBUILD)
Deleted:
python-foolscap/repos/community-testing-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-29 08:49:39 UTC (rev 187884)
+++ PKGBUILD 2016-08-29 08:49:53 UTC (rev 187885)
@@ -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.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:
Copied: python-foolscap/repos/community-testing-any/PKGBUILD (from rev 187884, python-foolscap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-08-29 08:49:53 UTC (rev 187885)
@@ -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.2
+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=('b4139fedeab0f498be8f173475069416714046ae12bec8823bda63795dbb73c2')
+
+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