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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:20:37 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:20:36
  Author: foutrelis
Revision: 751109

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:20:35 UTC (rev 751108)
+++ PKGBUILD	2020-11-11 15:20:36 UTC (rev 751109)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-flex
-pkgver=6.14.1
-pkgrel=4
-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
-}

Copied: python-flex/repos/community-staging-any/PKGBUILD (from rev 751107, python-flex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:20:36 UTC (rev 751109)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-flex
+pkgver=6.14.1
+pkgrel=5
+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