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

Felix Yan fyan at archlinux.org
Thu Jun 11 12:49:33 UTC 2015


    Date: Thursday, June 11, 2015 @ 14:49:33
  Author: fyan
Revision: 135192

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-11 12:49:10 UTC (rev 135191)
+++ PKGBUILD	2015-06-11 12:49:33 UTC (rev 135192)
@@ -1,33 +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.12.0
-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-pyopenssl' 
-         'python2-configargparse' 'python2-tornado'
-         'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
-         'python2-urwid' 'python2-lxml' 'python2-pillow')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-            'python2-protobuf: Contentviews - Extended content decoding'
-            'python2-cssutils: Contentviews - Beautifies CSS files')
-conflicts=('mitmproxy-git')
-provides=('python2-libmproxy')
-source=("http://mitmproxy.org/download/$pkgname-$pkgver.tar.gz")
-sha256sums=('7c317b06d94c63ab3b44c6162a4a6eab4d3e829494b0ae8cba8a18d4e4addcc8')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's/^#\!\/usr\/bin\/env python$/#\!\/usr\/bin\/env python2/' libmproxy/contrib/html2text.py
-}
- 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 135191, mitmproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-06-11 12:49:33 UTC (rev 135192)
@@ -0,0 +1,33 @@
+# $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.12.1
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/"
+license=('GPL')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
+         'python2-configargparse' 'python2-tornado'
+         'python2-pyperclip' 'python2-blinker' 'python2-setuptools'
+         'python2-urwid' 'python2-lxml' 'python2-pillow')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+            'python2-protobuf: Contentviews - Extended content decoding'
+            'python2-cssutils: Contentviews - Beautifies CSS files')
+conflicts=('mitmproxy-git')
+provides=('python2-libmproxy')
+source=("http://mitmproxy.org/download/$pkgname-$pkgver.tar.gz")
+sha256sums=('a7a59faa1f79a97c5cbd7acdaca72cfbf9903b9e39823226bc5d8a30efc07e70')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's/^#\!\/usr\/bin\/env python$/#\!\/usr\/bin\/env python2/' libmproxy/contrib/html2text.py
+}
+ 
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}



More information about the arch-commits mailing list