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

Felix Yan felixonmars at archlinux.org
Tue Aug 16 03:18:19 UTC 2016


    Date: Tuesday, August 16, 2016 @ 03:18:18
  Author: felixonmars
Revision: 186827

archrelease: copy trunk to community-any

Added:
  httpbin/repos/community-any/PKGBUILD
    (from rev 186826, httpbin/trunk/PKGBUILD)
Deleted:
  httpbin/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-16 03:17:59 UTC (rev 186826)
+++ PKGBUILD	2016-08-16 03:18:18 UTC (rev 186827)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=httpbin
-pkgname=(httpbin python2-httpbin)
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="HTTP Request and Response Service"
-arch=('any')
-url="https://github.com/Runscope/httpbin"
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 'python2-flask'
-             'python-markupsafe' 'python2-markupsafe' 'python-itsdangerous' 'python2-itsdangerous'
-             'python-six' 'python2-six' 'python-decorator' 'python2-decorator' 'git')
-source=("git+https://github.com/Runscope/httpbin.git#tag=v$pkgver")
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a httpbin{,-py2}
-}
-
-build() {
-  cd "$srcdir"/httpbin
-  LC_CTYPE=en_US.UTF-8 python setup.py build
-
-  cd "$srcdir"/httpbin-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/httpbin
-  python test_httpbin.py
-
-  cd "$srcdir"/httpbin-py2
-  python2 test_httpbin.py
-}
-
-package_httpbin() {
-  depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 'python-six' 'python-decorator')
-
-  cd httpbin
-  LC_CTYPE=en_US.UTF-8 python setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-httpbin() {
-  depends=('python2-flask' 'python2-markupsafe' 'python2-itsdangerous' 'python2-six' 'python2-decorator')
-
-  cd httpbin-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: httpbin/repos/community-any/PKGBUILD (from rev 186826, httpbin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-08-16 03:18:18 UTC (rev 186827)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=httpbin
+pkgname=(httpbin python2-httpbin)
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="HTTP Request and Response Service"
+arch=('any')
+url="https://github.com/Runscope/httpbin"
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-flask' 'python2-flask'
+             'python-markupsafe' 'python2-markupsafe' 'python-itsdangerous' 'python2-itsdangerous'
+             'python-six' 'python2-six' 'python-decorator' 'python2-decorator' 'git')
+source=("git+https://github.com/Runscope/httpbin.git#tag=v$pkgver")
+sha256sums=('SKIP')
+
+prepare() {
+  cp -a httpbin{,-py2}
+}
+
+build() {
+  cd "$srcdir"/httpbin
+  LC_CTYPE=en_US.UTF-8 python setup.py build
+
+  cd "$srcdir"/httpbin-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/httpbin
+  python test_httpbin.py
+
+  cd "$srcdir"/httpbin-py2
+  python2 test_httpbin.py
+}
+
+package_httpbin() {
+  depends=('python-flask' 'python-markupsafe' 'python-itsdangerous' 'python-six' 'python-decorator')
+
+  cd httpbin
+  LC_CTYPE=en_US.UTF-8 python setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-httpbin() {
+  depends=('python2-flask' 'python2-markupsafe' 'python2-itsdangerous' 'python2-six' 'python2-decorator')
+
+  cd httpbin-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list