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

Felix Yan felixonmars at archlinux.org
Thu Mar 14 17:01:06 UTC 2019


    Date: Thursday, March 14, 2019 @ 17:01:05
  Author: felixonmars
Revision: 441035

archrelease: copy trunk to community-any

Added:
  python-prance/repos/community-any/PKGBUILD
    (from rev 441034, python-prance/trunk/PKGBUILD)
Deleted:
  python-prance/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  128 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 64 insertions(+), 64 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 17:00:30 UTC (rev 441034)
+++ PKGBUILD	2019-03-14 17:01:05 UTC (rev 441035)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgbase=python-prance
-pkgname=(python-prance python2-prance)
-pkgver=0.14.1
-_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
-pkgrel=1
-pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
-url="https://github.com/jfinkhaeuser/prance"
-license=('custom:MITNFA')
-arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 'python2-chardet' 'python-yaml'
-             'python2-yaml' 'python-flex' 'python2-flex' 'python-click' 'python2-click'
-             'python-requests' 'python2-requests' 'python-six' 'python2-six'
-             'python-semver' 'python2-semver')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-cov' 'python2-pytest-cov')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz"
-        "OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz")
-sha512sums=('7ea82b1283ba63b6af433338f7bb0de90a0a1e484b95e87e085d954a5f96af122bb38e76c6268992696c2a4798f7c876db145e5e1b7f74f2c1913fcd30aa2d56'
-            'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
-
-prepare() {
-  rmdir prance-$pkgver/tests/OpenAPI-Specification
-  ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit prance-$pkgver/tests/OpenAPI-Specification
-
-  cp -a prance-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/prance-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/prance-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/prance-$pkgver
-  pytest
-
-  cd "$srcdir"/prance-$pkgver-py2
-  pytest2
-}
-
-package_python-prance() {
-  depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 'python-requests'
-           'python-six' 'python-semver')
-
-  cd prance-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}
-
-package_python2-prance() {
-  depends=('python2-chardet' 'python2-yaml' 'python2-flex' 'python2-click' 'python2-requests'
-           'python2-six' 'python2-semver')
-
-  cd prance-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-
-  mv "$pkgdir"/usr/bin/prance{,2}
-}

Copied: python-prance/repos/community-any/PKGBUILD (from rev 441034, python-prance/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-14 17:01:05 UTC (rev 441035)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgbase=python-prance
+pkgname=(python-prance python2-prance)
+pkgver=0.15.0
+_openapi_commit=fbe62006211838a8bb7bf2433a1d15f1a5838a03
+pkgrel=1
+pkgdesc="Resolving Swagger/OpenAPI 2.0 and 3.0 Parser"
+url="https://github.com/jfinkhaeuser/prance"
+license=('custom:MITNFA')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 'python2-chardet' 'python-yaml'
+             'python2-yaml' 'python-flex' 'python2-flex' 'python-click' 'python2-click'
+             'python-requests' 'python2-requests' 'python-six' 'python2-six'
+             'python-semver' 'python2-semver')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pytest-cov' 'python2-pytest-cov')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jfinkhaeuser/prance/archive/v$pkgver.tar.gz"
+        "OpenAPI-Specification-$_openapi_commit.tar.gz::https://github.com/OAI/OpenAPI-Specification/archive/$_openapi_commit.tar.gz")
+sha512sums=('db72433011f27b33c40529817216db9e9d5380250e9c71b128c07a80e2b2d5aa0a5418ccb8c68895fc09b6e3f058f639b1adbc87fa2b1343e77c2889af43f4e1'
+            'd7957f1cdaa681b4c163e6e0b35ed6b808f469c3fdbba86a5e7221bb3c0c980415dca145e7f57bcebed75624562e89a893841d17c9e0ff82df4f0ff65ffaa2ae')
+
+prepare() {
+  rmdir prance-$pkgver/tests/OpenAPI-Specification
+  ln -s "$srcdir"/OpenAPI-Specification-$_openapi_commit prance-$pkgver/tests/OpenAPI-Specification
+
+  cp -a prance-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/prance-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/prance-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/prance-$pkgver
+  pytest
+
+  cd "$srcdir"/prance-$pkgver-py2
+  pytest2
+}
+
+package_python-prance() {
+  depends=('python-chardet' 'python-yaml' 'python-flex' 'python-click' 'python-requests'
+           'python-six' 'python-semver')
+
+  cd prance-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-prance() {
+  depends=('python2-chardet' 'python2-yaml' 'python2-flex' 'python2-click' 'python2-requests'
+           'python2-six' 'python2-semver')
+
+  cd prance-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+
+  mv "$pkgdir"/usr/bin/prance{,2}
+}



More information about the arch-commits mailing list