[arch-commits] Commit in python2-netlib/repos (4 files)
Felix Yan
fyan at archlinux.org
Thu Jun 4 10:19:49 UTC 2015
Date: Thursday, June 4, 2015 @ 12:19:49
Author: fyan
Revision: 134756
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
python2-netlib/repos/community-testing-i686/
python2-netlib/repos/community-testing-i686/PKGBUILD
(from rev 134755, python2-netlib/trunk/PKGBUILD)
python2-netlib/repos/community-testing-x86_64/PKGBUILD
(from rev 134755, python2-netlib/trunk/PKGBUILD)
Deleted:
python2-netlib/repos/community-testing-x86_64/PKGBUILD
-----------------------------------+
/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 33 ---------------------------------
3 files changed, 66 insertions(+), 33 deletions(-)
Copied: python2-netlib/repos/community-testing-i686/PKGBUILD (from rev 134755, python2-netlib/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-06-04 10:19:49 UTC (rev 134756)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib"
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 'python2-hpack')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz")
+sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b')
+
+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"
+}
Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD 2015-06-04 10:15:53 UTC (rev 134755)
+++ community-testing-x86_64/PKGBUILD 2015-06-04 10:19:49 UTC (rev 134756)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
-
-pkgname=python2-netlib
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="A collection of network utilities used by pathod and mitmproxy"
-url="https://github.com/mitmproxy/netlib"
-license=('MIT')
-arch=('i686' 'x86_64')
-depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 'python2-hpack')
-makedepends=('python2-setuptools')
-checkdepends=('python2-nose' 'python2-mock' 'pathod')
-source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz")
-sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b')
-
-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"
-}
Copied: python2-netlib/repos/community-testing-x86_64/PKGBUILD (from rev 134755, python2-netlib/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2015-06-04 10:19:49 UTC (rev 134756)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Nicolas Pouillard https://nicolaspouillard.fr
+
+pkgname=python2-netlib
+pkgver=0.12.1
+pkgrel=1
+pkgdesc="A collection of network utilities used by pathod and mitmproxy"
+url="https://github.com/mitmproxy/netlib"
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 'python2-hpack')
+makedepends=('python2-setuptools')
+checkdepends=('python2-nose' 'python2-mock' 'pathod')
+source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz")
+sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b')
+
+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