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

Felix Yan fyan at archlinux.org
Tue Dec 23 03:21:41 UTC 2014


    Date: Tuesday, December 23, 2014 @ 04:21:41
  Author: fyan
Revision: 124379

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-23 03:21:20 UTC (rev 124378)
+++ PKGBUILD	2014-12-23 03:21:41 UTC (rev 124379)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
-
-pkgname=python2-netlib
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="A collection of network utilities used by pathod and mitmproxy"
-url="https://github.com/mitmproxy/netlib"
-license=('MIT')
-arch=('any')
-depends=("python2-passlib" 'python2-pyasn1' 'python2-pyopenssl')
-checkdepends=('python2-nose' 'python2-mock')  # pathod (not in repos yet)
-source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz")
-sha256sums=('5d752d93863cbccd8bb8d7990b62903e803490fa2de12c4fb79e028e20a7d309')
-
-build() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/netlib-$pkgver"
-  nosetests2 || warning "Tests failed"
-}
-
-package() {
-  cd "$srcdir/netlib-$pkgver"
-  python2 setup.py install -O1 --skip-build --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python2-netlib/repos/community-any/PKGBUILD (from rev 124378, python2-netlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-23 03:21:41 UTC (rev 124379)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.11.1
+pkgrel=2
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib"
+license=('MIT')
+arch=('any')
+depends=("python2-passlib" 'python2-pyasn1' 'python2-pyopenssl')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz")
+sha256sums=('5d752d93863cbccd8bb8d7990b62903e803490fa2de12c4fb79e028e20a7d309')
+
+build() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/netlib-$pkgver"
+  nosetests2
+}
+
+package() {
+  cd "$srcdir/netlib-$pkgver"
+  python2 setup.py install -O1 --skip-build --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list