[arch-commits] Commit in python2-jsonrpclib/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 19:36:09 UTC 2017


    Date: Monday, September 11, 2017 @ 19:36:06
  Author: jelle
Revision: 257000

archrelease: copy trunk to community-any

Added:
  python2-jsonrpclib/repos/community-any/PKGBUILD
    (from rev 256999, python2-jsonrpclib/trunk/PKGBUILD)
Deleted:
  python2-jsonrpclib/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-11 19:35:40 UTC (rev 256999)
+++ PKGBUILD	2017-09-11 19:36:06 UTC (rev 257000)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Andy Weidenbaum <archbaum at gmail.com>
-
-pkgname=python2-jsonrpclib
-pkgver=0.1.7
-pkgrel=1
-pkgdesc="An implementation of the JSON-RPC v2.0 specification (backwards-compatible) as a client library"
-arch=('any')
-depends=('python2')
-makedepends=('python2-setuptools')
-url="https://github.com/joshmarshall/jsonrpclib/"
-license=('Apache')
-source=(https://pypi.python.org/packages/source/j/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('fb67bd327fbd8b53e62ecbc1c4c6b97d')
-sha256sums=('7f50239d53b5e95b94455d5e1adae70592b5b71f0e960d3bbbfbb125788e6f0b')
-
-build() {
-  cd $srcdir/${pkgname#python2-}-$pkgver
-
-  msg2 'Building...'
-  python2 setup.py build
-}
-
-package() {
-  cd $srcdir/${pkgname#python2-}-$pkgver
-
-  msg2 'Installing...'
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python2-jsonrpclib/repos/community-any/PKGBUILD (from rev 256999, python2-jsonrpclib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-11 19:36:06 UTC (rev 257000)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Andy Weidenbaum <archbaum at gmail.com>
+
+pkgname=python2-jsonrpclib
+pkgver=0.1.7
+pkgrel=2
+pkgdesc="An implementation of the JSON-RPC v2.0 specification (backwards-compatible) as a client library"
+arch=('any')
+depends=('python2')
+makedepends=('python2-setuptools')
+url="https://github.com/joshmarshall/jsonrpclib/"
+license=('Apache')
+source=(https://pypi.python.org/packages/source/j/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
+md5sums=('fb67bd327fbd8b53e62ecbc1c4c6b97d')
+sha256sums=('7f50239d53b5e95b94455d5e1adae70592b5b71f0e960d3bbbfbb125788e6f0b')
+
+build() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg2 'Building...'
+  python2 setup.py build
+}
+
+package() {
+  cd $srcdir/${pkgname#python2-}-$pkgver
+
+  msg2 'Installing...'
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list