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

Felix Yan felixonmars at archlinux.org
Sun Sep 15 07:29:17 UTC 2019


    Date: Sunday, September 15, 2019 @ 07:29:17
  Author: felixonmars
Revision: 510681

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-15 07:29:13 UTC (rev 510680)
+++ PKGBUILD	2019-09-15 07:29:17 UTC (rev 510681)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flex
-pkgver=6.14.0
-pkgrel=2
-pkgdesc="Swagger schema validator"
-url="https://github.com/pipermerriam/flex"
-license=('BSD')
-arch=('any')
-depends=('python-six' 'python-yaml' 'python-validate-email' 'python-rfc3987' 'python-requests'
-         'python-strict-rfc3339' 'python-click' 'python-jsonpointer')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest-runner' 'python-factory-boy' 'python-responses' 'python-pytest-httpbin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz")
-sha512sums=('4e3ab6cfc0d4ce214d1fe8565739bf80c6d0e083053770e57e3ba7b91560b264227ac39d1bacc724876f0555a55ed57ddc3b6b4e9b28a2605618f5e99b7d1d5c')
-
-prepare() {
-  sed -i 's/<2/<3/' flex-$pkgver/setup.py
-}
-
-build() {
-  cd flex-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd flex-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd flex-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-flex/repos/community-any/PKGBUILD (from rev 510680, python-flex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-15 07:29:17 UTC (rev 510681)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flex
+pkgver=6.14.1
+pkgrel=1
+pkgdesc="Swagger schema validator"
+url="https://github.com/pipermerriam/flex"
+license=('BSD')
+arch=('any')
+depends=('python-six' 'python-yaml' 'python-validate-email' 'python-rfc3987' 'python-requests'
+         'python-strict-rfc3339' 'python-click' 'python-jsonpointer')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner' 'python-factory-boy' 'python-responses' 'python-pytest-httpbin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pipermerriam/flex/archive/v$pkgver.tar.gz")
+sha512sums=('7164f70db2095041f878e2be95467aefc7c5b0b38b9792bd74127dc0769f24e99dd6d5df48a076bfb819462aa8216fd16313e5ebfa0e881ea3094d38ad409c40')
+
+prepare() {
+  sed -i 's/<2/<3/' flex-$pkgver/setup.py
+}
+
+build() {
+  cd flex-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd flex-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd flex-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list