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

Felix Yan felixonmars at archlinux.org
Fri Jan 13 07:49:15 UTC 2017


    Date: Friday, January 13, 2017 @ 07:49:14
  Author: felixonmars
Revision: 207157

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-13 07:48:56 UTC (rev 207156)
+++ PKGBUILD	2017-01-13 07:49:14 UTC (rev 207157)
@@ -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.5
-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=('abdab3a0b28af2cfb63e8fa20bac268eb1000137288aceacec5af8f7873d2822')
-
-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 207156, python-foolscap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-01-13 07:49:14 UTC (rev 207157)
@@ -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.6
+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=('3f4b21a266b8dc73a3ce2db5a5b7762bd4444b610227f565c9b516440cc6f5ae')
+
+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