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

Felix Yan fyan at archlinux.org
Tue May 26 05:56:21 UTC 2015


    Date: Tuesday, May 26, 2015 @ 07:56:21
  Author: fyan
Revision: 134132

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-26 05:56:10 UTC (rev 134131)
+++ PKGBUILD	2015-05-26 05:56:21 UTC (rev 134132)
@@ -1,34 +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.11.3
-pkgrel=2
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/"
-license=('GPL')
-makedepends=('python2-setuptools')
-depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
-         'python2-configargparse' 'python2-tornado'
-         'python2-pyperclip' 'python2-blinker'
-         '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=('e774760fc33864caa708eeaafb756e110d7adeb619f3734f2f50b2a0e4910d5c')
-
-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 134131, mitmproxy/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-26 05:56:21 UTC (rev 134132)
@@ -0,0 +1,34 @@
+# $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=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/"
+license=('GPL')
+makedepends=('python2-setuptools')
+depends=('python2-netlib' 'python2-pyasn1' 'python2-pyopenssl' 
+         'python2-configargparse' 'python2-tornado'
+         'python2-pyperclip' 'python2-blinker'
+         '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
+}



More information about the arch-commits mailing list