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

2020-12-20 Thread Felix Yan via arch-commits
Date: Sunday, December 20, 2020 @ 18:35:23
  Author: felixonmars
Revision: 780617

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-20 18:35:04 UTC (rev 780616)
+++ PKGBUILD2020-12-20 18:35:23 UTC (rev 780617)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-# Contributor: Dobroslaw Kijowski
-
-pkgname=mitmproxy
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
-arch=('any')
-url='https://mitmproxy.org'
-license=('MIT')
-depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 
'python-cryptography'
- 'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 
'python-ldap3'
- 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 
'python-pyopenssl'
- 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-setuptools'
- 'python-sortedcontainers' 'python-tornado' 'python-urwid' 
'python-wsproto'
- 'python-publicsuffix2' 'python-zstandard')
-checkdepends=('python-asynctest' 'python-parver' 'python-pytest-runner' 
'python-pytest-asyncio'
-  'python-requests' 'python-hypothesis')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('848ced92f16863da1c41cbb33fe9fec76b837336e2f252860de80039463b1b7527caa7928124885105c25b922a1cd26c4414f75dd4f1ae950624271d7df47023')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Let's remove all the upper bounds and use system ca-certificatescate store
-  # We have an old protobuf, but this should not be an issue
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -e 's/protobuf>=3.14/protobuf>=3/' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tls.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python setup.py pytest --addopts "--deselect 
test/mitmproxy/test_version.py::test_get_version"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 780616, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-20 18:35:23 UTC (rev 780617)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+# Contributor: Dobroslaw Kijowski
+
+pkgname=mitmproxy
+pkgver=6.0.2
+pkgrel=1
+pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
+arch=('any')
+url='https://mitmproxy.org'
+license=('MIT')
+depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 
'python-cryptography'
+ 'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 
'python-ldap3'
+ 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 
'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-setuptools'
+ 'python-sortedcontainers' 'python-tornado' 'python-urwid' 
'python-wsproto'
+ 'python-publicsuffix2' 'python-zstandard')
+checkdepends=('python-asynctest' 'python-parver' 'python-pytest-runner' 
'python-pytest-asyncio'
+  'python-requests' 'python-hypothesis')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('27eb5e9736891148b5ebec963a2d18de6a69b44428538d2ed1cf9a1dcdd7cbcdeeed662edb2d25521098374e2f9a29b5bb8fba8da4f77ac0d32bf7881ac70d61')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Let's remove all the upper bounds and use system ca-certificatescate store
+  # We have an old protobuf, but this should not be an issue
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -e 's/protobuf>=3.14/protobuf>=3/' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tls.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py pytest --addopts "--deselect 
test/mitmproxy/test_version.py::test_get_version"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  

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

2020-12-18 Thread Felix Yan via arch-commits
Date: Friday, December 18, 2020 @ 12:12:24
  Author: felixonmars
Revision: 778543

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  114 ++---
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-18 12:12:13 UTC (rev 778542)
+++ PKGBUILD2020-12-18 12:12:24 UTC (rev 778543)
@@ -1,57 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-# Contributor: Dobroslaw Kijowski
-
-pkgname=mitmproxy
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
-arch=('any')
-url='https://mitmproxy.org'
-license=('MIT')
-depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 
'python-cryptography'
- 'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 
'python-ldap3'
- 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 
'python-pyopenssl'
- 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-setuptools'
- 'python-sortedcontainers' 'python-tornado' 'python-urwid' 
'python-wsproto'
- 'python-publicsuffix2' 'python-zstandard')
-checkdepends=('python-asynctest' 'python-parver' 'python-pytest-runner' 
'python-pytest-asyncio'
-  'python-requests' 'python-hypothesis')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('dbf4ba21a35c97237e861f570c17f9aa4826de1f85ca1147b134c8e6e8a2853e0ebd7f11cdbfe9e04b344c394f88b853f062778fd5f474f2fe75e0736bd3f9b8')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Let's remove all the upper bounds and use system ca-certificatescate store
-  # We have an old protobuf, but this should not be an issue
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -e 's/protobuf>=3.14/protobuf>=3/' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tls.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python setup.py pytest --addopts "--deselect 
test/mitmproxy/test_version.py::test_get_version"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 778542, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-18 12:12:24 UTC (rev 778543)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+# Contributor: Dobroslaw Kijowski
+
+pkgname=mitmproxy
+pkgver=6.0.1
+pkgrel=1
+pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
+arch=('any')
+url='https://mitmproxy.org'
+license=('MIT')
+depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 
'python-cryptography'
+ 'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 
'python-ldap3'
+ 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 
'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-setuptools'
+ 'python-sortedcontainers' 'python-tornado' 'python-urwid' 
'python-wsproto'
+ 'python-publicsuffix2' 'python-zstandard')
+checkdepends=('python-asynctest' 'python-parver' 'python-pytest-runner' 
'python-pytest-asyncio'
+  'python-requests' 'python-hypothesis')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('848ced92f16863da1c41cbb33fe9fec76b837336e2f252860de80039463b1b7527caa7928124885105c25b922a1cd26c4414f75dd4f1ae950624271d7df47023')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Let's remove all the upper bounds and use system ca-certificatescate store
+  # We have an old protobuf, but this should not be an issue
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -e 's/protobuf>=3.14/protobuf>=3/' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tls.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py pytest --addopts "--deselect 
test/mitmproxy/test_version.py::test_get_version"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  

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

2020-12-15 Thread Felix Yan via arch-commits
Date: Tuesday, December 15, 2020 @ 21:45:30
  Author: felixonmars
Revision: 776242

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-15 21:45:15 UTC (rev 776241)
+++ PKGBUILD2020-12-15 21:45:30 UTC (rev 776242)
@@ -1,60 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-# Contributor: Dobroslaw Kijowski
-
-pkgname=mitmproxy
-pkgver=5.3.0
-pkgrel=1
-pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
-arch=('any')
-url='https://mitmproxy.org'
-license=('MIT')
-depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 
'python-cryptography'
- 'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 
'python-ldap3'
- 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 
'python-pyopenssl'
- 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-setuptools'
- 'python-sortedcontainers' 'python-tornado' 'python-urwid' 
'python-wsproto'
- 'python-publicsuffix2' 'python-zstandard')
-checkdepends=('python-asynctest' 'python-parver' 'python-pytest-runner' 
'python-pytest-asyncio'
-  'python-requests' 'python-hypothesis')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('3f52f5285869de49c7c04ef9b6c0f3ef66689eb45fb6f9e97049bf1aa0777e3e84b51f7031c1bdf105ce3f17fa4b03036d72617985b92996c6eea7566c38')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Let's remove all the upper bounds and use system ca-certificatescate store
-  # urwid is pinned because the issue seems to affect Mac only
-  # dataclasses should not be installed at all, not sure why.
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -e 's/,!=2.1.0//' \
-  -e 's/==/>=/' \
-  -e '/dataclasses/d' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tls.py
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd $pkgname-$pkgver
-  python setup.py pytest --addopts "--deselect 
test/mitmproxy/test_version.py::test_get_version"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" -O1
-
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 776241, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-15 21:45:30 UTC (rev 776242)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+# Contributor: Dobroslaw Kijowski
+
+pkgname=mitmproxy
+pkgver=6.0.0
+pkgrel=1
+pkgdesc='SSL-capable man-in-the-middle HTTP proxy'
+arch=('any')
+url='https://mitmproxy.org'
+license=('MIT')
+depends=('python-asgiref' 'python-blinker' 'python-brotli' 'python-click' 
'python-cryptography'
+ 'python-flask' 'python-h2' 'python-hyperframe' 'python-kaitaistruct' 
'python-ldap3'
+ 'python-msgpack' 'python-passlib' 'python-protobuf' 'python-pyasn1' 
'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-setuptools'
+ 'python-sortedcontainers' 'python-tornado' 'python-urwid' 
'python-wsproto'
+ 'python-publicsuffix2' 'python-zstandard')
+checkdepends=('python-asynctest' 'python-parver' 'python-pytest-runner' 
'python-pytest-asyncio'
+  'python-requests' 'python-hypothesis')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("https://github.com/mitmproxy/mitmproxy/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
+sha512sums=('dbf4ba21a35c97237e861f570c17f9aa4826de1f85ca1147b134c8e6e8a2853e0ebd7f11cdbfe9e04b344c394f88b853f062778fd5f474f2fe75e0736bd3f9b8')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Let's remove all the upper bounds and use system ca-certificatescate store
+  # We have an old protobuf, but this should not be an issue
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -e 's/protobuf>=3.14/protobuf>=3/' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tls.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd $pkgname-$pkgver
+  python setup.py pytest --addopts 

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

2017-02-22 Thread Felix Yan
Date: Thursday, February 23, 2017 @ 05:53:11
  Author: felixonmars
Revision: 213572

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   97 ++---
 1 file changed, 49 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-23 05:52:52 UTC (rev 213571)
+++ PKGBUILD2017-02-23 05:53:11 UTC (rev 213572)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
- 'python-cssutils' 'python-flask' 'python-h2' 'python-html2text' 
'python-hyperframe'
- 'python-jsbeautifier' 'python-pillow' 'python-passlib' 
'python-pyasn1' 'python-pyopenssl'
- 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-sortedcontainers'
- 'python-requests' 'python-tornado' 'python-urwid' 'python-watchdog')
-optdepends=('python-protobuf: Contentviews - Extended content decoding')
-makedepends=('git')
-checkdepends=('python-beautifulsoup4' 'python-mock' 'python-pytest-runner' 
'python-pytest-timeout'
-  'python-pytz')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mitmproxy
-
-  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tcp.py
-}
-
-check() {
-  cd mitmproxy
-  LC_CTYPE=en_US.UTF-8 python setup.py ptr
-}
- 
-package() {
-  cd mitmproxy
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 213571, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-23 05:53:11 UTC (rev 213572)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
+ 'python-cssutils' 'python-h2' 'python-html2text' 'python-hyperframe' 
'python-jsbeautifier'
+ 'python-kaitaistruct' 'python-passlib' 'python-pyasn1' 
'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-requests' 
'python-ruamel-yaml'
+ 'python-setuptools' 'python-sortedcontainers' 'python-tornado' 
'python-urwid'
+ 'python-watchdog')
+optdepends=('protobuf: Contentviews - Extended content decoding')
+makedepends=('git')
+checkdepends=('python-beautifulsoup4' 'python-flask' 'python-pytz' 
'python-pytest-runner'
+  'protobuf')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  # Let's remove all the upper bounds and use system certificate store
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  LC_CTYPE=en_US.UTF-8 python setup.py pytest
+}
+
+package() {
+  cd mitmproxy
+  python setup.py install --root="$pkgdir" -O1
+}


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

2017-01-11 Thread Felix Yan
Date: Thursday, January 12, 2017 @ 03:50:56
  Author: felixonmars
Revision: 206892

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-12 03:50:30 UTC (rev 206891)
+++ PKGBUILD2017-01-12 03:50:56 UTC (rev 206892)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
- 'python-cssutils' 'python-flask' 'python-h2' 'python-html2text' 
'python-hyperframe'
- 'python-jsbeautifier' 'python-pillow' 'python-passlib' 
'python-pyasn1' 'python-pyopenssl'
- 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-sortedcontainers'
- 'python-requests' 'python-tornado' 'python-urwid' 'python-watchdog')
-optdepends=('python-protobuf: Contentviews - Extended content decoding')
-makedepends=('git')
-checkdepends=('python-beautifulsoup4' 'python-mock' 'python-pytest-runner' 
'python-pytest-timeout'
-  'python-pytz')
-provides=('pathod')
-conflicts=('pathod')
-replaces=('pathod')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mitmproxy
-
-  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -i mitmproxy/net/tcp.py
-}
-
-check() {
-  cd mitmproxy
-  LC_CTYPE=en_US.UTF-8 python setup.py ptr
-}
- 
-package() {
-  cd mitmproxy
-  python setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 206891, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-12 03:50:56 UTC (rev 206892)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=1.0.2
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python-blinker' 'python-brotlipy' 'python-click' 'python-construct' 
'python-cryptography'
+ 'python-cssutils' 'python-flask' 'python-h2' 'python-html2text' 
'python-hyperframe'
+ 'python-jsbeautifier' 'python-pillow' 'python-passlib' 
'python-pyasn1' 'python-pyopenssl'
+ 'python-pyparsing' 'python-pyperclip' 'python-ruamel-yaml' 
'python-sortedcontainers'
+ 'python-requests' 'python-tornado' 'python-urwid' 'python-watchdog')
+optdepends=('python-protobuf: Contentviews - Extended content decoding')
+makedepends=('git')
+checkdepends=('python-beautifulsoup4' 'python-mock' 'python-pytest-runner' 
'python-pytest-timeout'
+  'python-pytz')
+provides=('pathod')
+conflicts=('pathod')
+replaces=('pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -i mitmproxy/net/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  LC_CTYPE=en_US.UTF-8 python setup.py ptr
+}
+ 
+package() {
+  cd mitmproxy
+  python setup.py install --root="$pkgdir" -O1
+}


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

2016-09-08 Thread Felix Yan
Date: Thursday, September 8, 2016 @ 06:38:54
  Author: felixonmars
Revision: 188996

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  108 +++--
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-09-08 06:38:28 UTC (rev 188995)
+++ PKGBUILD2016-09-08 06:38:54 UTC (rev 188996)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.17
-pkgrel=2
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
- 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
- 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
- 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
- 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
- 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
-optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-pyamf: Contentviews - Decodes AMF files')
-makedepends=('git')
-checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
-  'python2-pytest-runner' 'python2-pytest-timeout')
-provides=('python2-libmproxy' 'python2-netlib' 'pathod')
-conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
-replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mitmproxy
-
-  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e '/backports.ssl_match_hostname/d' \
-  -e 's/, *<[0-9=.]*//' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
-  -i netlib/tcp.py
-}
-
-check() {
-  cd mitmproxy
-  python2 setup.py ptr
-}
- 
-package() {
-  cd mitmproxy
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 188995, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-09-08 06:38:54 UTC (rev 188996)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.17
+pkgrel=3
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
+ 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
+ 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
+ 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
+ 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
+optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-pyamf: Contentviews - Decodes AMF files')
+makedepends=('git')
+checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
+  'python2-pytest-runner' 'python2-pytest-timeout')
+provides=('python2-libmproxy' 'python2-netlib' 'pathod')
+conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
+replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  sed -i 's/length_field/lengthfield/' mitmproxy/contrib/tls/_constructs.py
+
+  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  

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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 07:03:13
  Author: fyan
Revision: 177882

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-06-05 05:02:42 UTC (rev 177881)
+++ PKGBUILD2016-06-05 05:03:13 UTC (rev 177882)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.17
-pkgrel=1
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
- 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
- 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
- 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
- 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
- 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
-optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-pyamf: Contentviews - Decodes AMF files')
-makedepends=('git')
-checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
-  'python2-pytest-runner' 'python2-pytest-timeout')
-provides=('python2-libmproxy' 'python2-netlib' 'pathod')
-conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
-replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  cd mitmproxy
-
-  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
-  sed -e '/certifi/d' \
-  -e '/backports.ssl_match_hostname/d' \
-  -e 's/, <[0-9=.]*//' \
-  -i setup.py
-  sed -e '/import certifi/d' \
-  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
-  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
-  -i netlib/tcp.py
-}
-
-check() {
-  cd mitmproxy
-  python2 setup.py ptr
-}
- 
-package() {
-  cd mitmproxy
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 177881, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-06-05 05:03:13 UTC (rev 177882)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.17
+pkgrel=2
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
+ 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
+ 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
+ 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
+ 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
+optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-pyamf: Contentviews - Decodes AMF files')
+makedepends=('git')
+checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
+  'python2-pytest-runner' 'python2-pytest-timeout')
+provides=('python2-libmproxy' 'python2-netlib' 'pathod')
+conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
+replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -e 's/, *<[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  python2 setup.py ptr
+}
+ 
+package() {
+  cd mitmproxy
+  python2 setup.py install 

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

2016-04-10 Thread Felix Yan
Date: Monday, April 11, 2016 @ 05:07:52
  Author: fyan
Revision: 170306

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 +
 1 file changed, 53 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-11 03:07:26 UTC (rev 170305)
+++ PKGBUILD2016-04-11 03:07:52 UTC (rev 170306)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.16
-pkgrel=4
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
- 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
- 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
- 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-pytest-runner' 'pathod' 'python2-mock')
-provides=('python2-libmproxy')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-prepare() {
-  # Let's remove all the upper bounds
-  sed -e 's/, <[0-9=.]*//' \
-  -e '/netlib/s/.*/"netlib>={}".format(version.MINORVERSION),/' \
-  -i mitmproxy/setup.py
-}
-
-check() {
-  cd "$srcdir/$pkgname"
-  # http2 tests currently fail
-  # https://github.com/mitmproxy/mitmproxy/issues/936
-  python2 setup.py ptr || warning "Tests failed"
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 170305, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-11 03:07:52 UTC (rev 170306)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.17
+pkgrel=1
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-blinker' 'python2-click' 'python2-configargparse' 
'python2-construct'
+ 'python2-cryptography' 'python2-flask' 'python2-h2' 'python2-hpack'
+ 'python2-html2text' 'python2-hyperframe' 'python2-lxml' 
'python2-pillow'
+ 'python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-pyperclip' 'python2-requests' 'python2-six' 'python2-tornado'
+ 'python2-urwid' 'python2-watchdog' 'python2-enum34' 
'python2-ipaddress')
+optdepends=('python2-cssutils: Contentviews - Beautifies CSS files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-pyamf: Contentviews - Decodes AMF files')
+makedepends=('git')
+checkdepends=('python2-beautifulsoup4' 'python2-harparser' 'python2-mock'
+  'python2-pytest-runner' 'python2-pytest-timeout')
+provides=('python2-libmproxy' 'python2-netlib' 'pathod')
+conflicts=('python2-libmproxy' 'python2-netlib' 'pathod')
+replaces=('python2-libmproxy' 'python2-netlib' 'pathod')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd mitmproxy
+
+  # Let's remove all the upper bounds, use system certificate store and 
ssl.match_hostname
+  sed -e '/certifi/d' \
+  -e '/backports.ssl_match_hostname/d' \
+  -e 's/, <[0-9=.]*//' \
+  -i setup.py
+  sed -e '/import certifi/d' \
+  -e 's|certifi.where()|"/etc/ssl/certs/ca-certificates.crt"|' \
+  -e 's/from backports import ssl_match_hostname/import ssl as 
ssl_match_hostname/' \
+  -i netlib/tcp.py
+}
+
+check() {
+  cd mitmproxy
+  python2 setup.py ptr
+}
+ 
+package() {
+  cd mitmproxy
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2016-04-07 Thread Felix Yan
Date: Thursday, April 7, 2016 @ 09:29:41
  Author: fyan
Revision: 169623

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   85 ++---
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-07 07:29:23 UTC (rev 169622)
+++ PKGBUILD2016-04-07 07:29:41 UTC (rev 169623)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.16
-pkgrel=3
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
- 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
- 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
- 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-pytest-runner' '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.5.0, <3.6/lxml>=3.5.0, <3.7/' \
-  -e 's/h2>=2.1.0, <2.2/h2>=2.1.0, <2.3/' \
-  -i mitmproxy/setup.py
-}
-
-check() {
-  cd "$srcdir/$pkgname"
-  # http2 tests currently fail
-  # https://github.com/mitmproxy/mitmproxy/issues/936
-  python2 setup.py ptr || warning "Tests failed"
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 169622, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-07 07:29:41 UTC (rev 169623)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.16
+pkgrel=4
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
+ 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
+ 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
+ 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-pytest-runner' 'pathod' 'python2-mock')
+provides=('python2-libmproxy')
+source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  # Let's remove all the upper bounds
+  sed -e 's/, <[0-9=.]*//' \
+  -e '/netlib/s/.*/"netlib>={}".format(version.MINORVERSION),/' \
+  -i mitmproxy/setup.py
+}
+
+check() {
+  cd "$srcdir/$pkgname"
+  # http2 tests currently fail
+  # https://github.com/mitmproxy/mitmproxy/issues/936
+  python2 setup.py ptr || warning "Tests failed"
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2016-03-31 Thread Felix Yan
Date: Thursday, March 31, 2016 @ 08:05:45
  Author: fyan
Revision: 169005

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   82 +++--
 1 file changed, 42 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-31 06:04:54 UTC (rev 169004)
+++ PKGBUILD2016-03-31 06:05:45 UTC (rev 169005)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.16
-pkgrel=2
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
- 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
- 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
- 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-pytest-runner' '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.5.0, <3.6/lxml>=3.5.0, <3.7/' mitmproxy/setup.py
-}
-
-check() {
-  cd "$srcdir/$pkgname"
-  # http2 tests currently fail
-  # https://github.com/mitmproxy/mitmproxy/issues/936
-  python2 setup.py ptr || warning "Tests failed"
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 169004, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-31 06:05:45 UTC (rev 169005)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.16
+pkgrel=3
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
+ 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
+ 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
+ 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-pytest-runner' '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.5.0, <3.6/lxml>=3.5.0, <3.7/' \
+  -e 's/h2>=2.1.0, <2.2/h2>=2.1.0, <2.3/' \
+  -i mitmproxy/setup.py
+}
+
+check() {
+  cd "$srcdir/$pkgname"
+  # http2 tests currently fail
+  # https://github.com/mitmproxy/mitmproxy/issues/936
+  python2 setup.py ptr || warning "Tests failed"
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2016-03-19 Thread Felix Yan
Date: Friday, March 18, 2016 @ 05:21:57
  Author: fyan
Revision: 167111

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   76 -
 1 file changed, 40 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-18 04:21:39 UTC (rev 167110)
+++ PKGBUILD2016-03-18 04:21:57 UTC (rev 167111)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.16
-pkgrel=1
-pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
-arch=('any')
-url="http://mitmproxy.org/;
-license=('GPL')
-depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
- 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
- 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
- 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
-optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
-'python2-protobuf: Contentviews - Extended content decoding'
-'python2-cssutils: Contentviews - Beautifies CSS files')
-makedepends=('git')
-checkdepends=('python2-pytest-runner' 'pathod' 'python2-mock')
-provides=('python2-libmproxy')
-source=("git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-check() {
-  cd "$srcdir/$pkgname"
-  # http2 tests currently fail
-  # https://github.com/mitmproxy/mitmproxy/issues/936
-  python2 setup.py ptr || warning "Tests failed"
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 167110, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-18 04:21:57 UTC (rev 167111)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.16
+pkgrel=2
+pkgdesc="SSL-capable man-in-the-middle HTTP proxy"
+arch=('any')
+url="http://mitmproxy.org/;
+license=('GPL')
+depends=('python2-netlib' 'python2-h2' 'python2-tornado' 
'python2-configargparse'
+ 'python2-pyperclip' 'python2-blinker' 'python2-pyparsing' 
'python2-html2text'
+ 'python2-construct' 'python2-six' 'python2-pillow' 'python2-watchdog'
+ 'python2-click' 'python2-urwid' 'python2-lxml' 'python2-setuptools')
+optdepends=('python2-pyamf: Contentviews - Decodes AMF files'
+'python2-protobuf: Contentviews - Extended content decoding'
+'python2-cssutils: Contentviews - Beautifies CSS files')
+makedepends=('git')
+checkdepends=('python2-pytest-runner' '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.5.0, <3.6/lxml>=3.5.0, <3.7/' mitmproxy/setup.py
+}
+
+check() {
+  cd "$srcdir/$pkgname"
+  # http2 tests currently fail
+  # https://github.com/mitmproxy/mitmproxy/issues/936
+  python2 setup.py ptr || warning "Tests failed"
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2016-01-13 Thread Felix Yan
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
===
--- PKGBUILD2016-01-14 06:59:05 UTC (rev 156386)
+++ PKGBUILD2016-01-14 06:59:35 UTC (rev 156387)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-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)
+++ PKGBUILD2016-01-14 06:59:35 UTC (rev 156387)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+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
+}


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

2015-11-09 Thread Felix Yan
Date: Tuesday, November 10, 2015 @ 02:27:41
  Author: fyan
Revision: 146455

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-11-10 01:27:19 UTC (rev 146454)
+++ PKGBUILD2015-11-10 01:27:41 UTC (rev 146455)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Simon 'ALSimon' Gilliot 
-# Contributor: Olivier Biesmans 
-
-pkgname=mitmproxy
-pkgver=0.13
-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-pyperclip' 'python2-blinker' 'python2-setuptools'
- 'python2-urwid' 'python2-lxml' 'python2-pillow'
- 'python2-html2text')
-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')
-
-check() {
-  cd "$srcdir/$pkgname"
-  nosetests2
-}
- 
-package() {
-  cd "$srcdir/$pkgname"
-  python2 setup.py install --root="$pkgdir" -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 146454, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-11-10 01:27:41 UTC (rev 146455)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Simon 'ALSimon' Gilliot 
+# Contributor: Olivier Biesmans 
+
+pkgname=mitmproxy
+pkgver=0.14
+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-pyparsing' 
+ 'python2-configargparse' 'python2-tornado'
+ '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')
+
+check() {
+  cd "$srcdir/$pkgname"
+  nosetests2
+}
+ 
+package() {
+  cd "$srcdir/$pkgname"
+  python2 setup.py install --root="$pkgdir" -O1
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 08:50:46
  Author: fyan
Revision: 137267

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 06:50:35 UTC (rev 137266)
+++ PKGBUILD2015-07-22 06:50:46 UTC (rev 137267)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@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
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 137266, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 06:50:46 UTC (rev 137267)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
+# Contributor: Olivier Biesmans olivier at biesmans dot fr
+
+pkgname=mitmproxy
+pkgver=0.13
+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')
+makedepends=('git')
+checkdepends=('python2-nose' 'pathod' 'python2-mock')  # python2-html2text
+provides=('python2-libmproxy')
+source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+check() {
+  cd $srcdir/$pkgname
+  nosetests2 || warning Failures should be related to missing html2text
+}
+ 
+package() {
+  cd $srcdir/$pkgname
+  python2 setup.py install --root=$pkgdir -O1
+}


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

2015-07-22 Thread Felix Yan
Date: Wednesday, July 22, 2015 @ 09:30:32
  Author: fyan
Revision: 137271

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-22 07:30:20 UTC (rev 137270)
+++ PKGBUILD2015-07-22 07:30:32 UTC (rev 137271)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
-# Contributor: Olivier Biesmans olivier at biesmans dot fr
-
-pkgname=mitmproxy
-pkgver=0.13
-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')
-makedepends=('git')
-checkdepends=('python2-nose' 'pathod' 'python2-mock')  # python2-html2text
-provides=('python2-libmproxy')
-source=(git+https://github.com/mitmproxy/mitmproxy.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-check() {
-  cd $srcdir/$pkgname
-  nosetests2 || warning Failures should be related to missing html2text
-}
- 
-package() {
-  cd $srcdir/$pkgname
-  python2 setup.py install --root=$pkgdir -O1
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 137270, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-07-22 07:30:32 UTC (rev 137271)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@gilliot.fr
+# Contributor: Olivier Biesmans olivier at biesmans dot fr
+
+pkgname=mitmproxy
+pkgver=0.13
+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-pyperclip' 'python2-blinker' 'python2-setuptools'
+ 'python2-urwid' 'python2-lxml' 'python2-pillow'
+ 'python2-html2text')
+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')
+
+check() {
+  cd $srcdir/$pkgname
+  nosetests2
+}
+ 
+package() {
+  cd $srcdir/$pkgname
+  python2 setup.py install --root=$pkgdir -O1
+}


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

2015-06-11 Thread Felix Yan
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
===
--- PKGBUILD2015-06-11 12:49:10 UTC (rev 135191)
+++ PKGBUILD2015-06-11 12:49:33 UTC (rev 135192)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@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)
+++ PKGBUILD2015-06-11 12:49:33 UTC (rev 135192)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@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
+}


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

2015-05-26 Thread Felix Yan
Date: Wednesday, May 27, 2015 @ 03:26:02
  Author: fyan
Revision: 134206

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-27 01:25:43 UTC (rev 134205)
+++ PKGBUILD2015-05-27 01:26:02 UTC (rev 134206)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@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
-}

Copied: mitmproxy/repos/community-any/PKGBUILD (from rev 134205, 
mitmproxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-27 01:26:02 UTC (rev 134206)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@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
+}


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

2015-05-25 Thread Felix Yan
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
===
--- PKGBUILD2015-05-26 05:56:10 UTC (rev 134131)
+++ PKGBUILD2015-05-26 05:56:21 UTC (rev 134132)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Simon 'ALSimon' Gilliot si...@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)
+++ PKGBUILD2015-05-26 05:56:21 UTC (rev 134132)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Simon 'ALSimon' Gilliot si...@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
+}