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

Felix Yan fyan at archlinux.org
Thu Jan 14 06:59:35 UTC 2016


    Date: Thursday, January 14, 2016 @ 07:59:35
  Author: fyan
Revision: 156387

archrelease: copy trunk to community-any

Added:
  mitmproxy/repos/community-any/PKGBUILD
    (from rev 156386, mitmproxy/trunk/PKGBUILD)
Deleted:
  mitmproxy/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   80 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 41 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-14 06:59:05 UTC (rev 156386)
+++ PKGBUILD	2016-01-14 06:59:35 UTC (rev 156387)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon 'ALSimon' Gilliot <simon at gilliot.fr>
-# Contributor: Olivier Biesmans <olivier at biesmans dot fr>
-
-pkgname=mitmproxy
-pkgver=0.15
-pkgrel=2
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/"
-license=('GPL')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
-         'python2-configargparse' 'python2-tornado' 'python2-watchdog'
-         'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
-         'python2-urwid' 'python2-lxml' 'python2-pillow'
-         'python2-html2text' 'python2-construct' 'python2-click')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-            'python2-protobuf: Contentviews - Extended content decoding'
-            'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-nose' 'pathod' 'python2-mock')
-provides=('python2-libmproxy')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  sed -i 's/lxml==3.4.4/lxml>=3.4.4/' $pkgname/setup.py
-}
-
-check() {
-  cd "$srcdir/$pkgname"
-  nosetests2
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 156386, mitmproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-01-14 06:59:35 UTC (rev 156387)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon 'ALSimon' Gilliot <simon at gilliot.fr>
+# Contributor: Olivier Biesmans <olivier at biesmans dot fr>
+
+pkgname=mitmproxy
+pkgver=0.15
+pkgrel=3
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/"
+license=('GPL')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyparsing' 
+         'python2-configargparse' 'python2-tornado' 'python2-watchdog'
+         'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
+         'python2-urwid' 'python2-lxml' 'python2-pillow'
+         'python2-html2text' 'python2-construct' 'python2-click')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+            'python2-protobuf: Contentviews - Extended content decoding'
+            'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-nose' 'pathod' 'python2-mock')
+provides=('python2-libmproxy')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  sed -e 's/lxml==3.4.4/lxml>=3.4.4/' \
+      -e 's/Pillow>=3.0.0, <3.1/Pillow>=3.0.0, <3.2/' \
+      -i $pkgname/setup.py
+}
+
+check() {
+  cd "$srcdir/$pkgname"
+  nosetests2
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}



More information about the arch-commits mailing list