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

2022-08-22 Thread George Rawlinson via arch-commits
Date: Tuesday, August 23, 2022 @ 02:09:12
  Author: grawlinson
Revision: 1274899

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1274898, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  159 ++---
 1 file changed, 80 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-08-23 02:05:29 UTC (rev 1274898)
+++ PKGBUILD2022-08-23 02:09:12 UTC (rev 1274899)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A dialect-flexible and configurable SQL linter'
-arch=('any')
-url='https://www.sqlfluff.com'
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='d783e421b714ed989d9e641977ea9b3b6ffaf807'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1274898, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-08-23 02:09:12 UTC (rev 1274899)
@@ -0,0 +1,80 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=1.3.0
+pkgrel=1
+pkgdesc='A dialect-flexible and configurable SQL linter'
+arch=('any')
+url='https://www.sqlfluff.com'
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+  'python-setuptools'
+)
+checkdepends=('python-hypothesis')
+_commit='e3cc251a68bb8ead0fb08415f6047b81f774bfc0'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-07-18 Thread George Rawlinson via arch-commits
Date: Tuesday, July 19, 2022 @ 03:57:55
  Author: grawlinson
Revision: 1254521

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1254520, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 03:57:16 UTC (rev 1254520)
+++ PKGBUILD2022-07-19 03:57:55 UTC (rev 1254521)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='A dialect-flexible and configurable SQL linter'
-arch=('any')
-url='https://www.sqlfluff.com'
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='f6492fe8aac132a872781dd148622afc50750a3f'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1254520, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-19 03:57:55 UTC (rev 1254521)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='A dialect-flexible and configurable SQL linter'
+arch=('any')
+url='https://www.sqlfluff.com'
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='d783e421b714ed989d9e641977ea9b3b6ffaf807'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-07-03 Thread George Rawlinson via arch-commits
Date: Sunday, July 3, 2022 @ 19:20:57
  Author: grawlinson
Revision: 1243832

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1243831, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-03 19:19:50 UTC (rev 1243831)
+++ PKGBUILD2022-07-03 19:20:57 UTC (rev 1243832)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='A dialect-flexible and configurable SQL linter'
-arch=('any')
-url='https://www.sqlfluff.com'
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='9faf106d55ce34a8357a8f377aae98f1f6be7517'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1243831, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-07-03 19:20:57 UTC (rev 1243832)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A dialect-flexible and configurable SQL linter'
+arch=('any')
+url='https://www.sqlfluff.com'
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='f6492fe8aac132a872781dd148622afc50750a3f'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-06-17 Thread George Rawlinson via arch-commits
Date: Saturday, June 18, 2022 @ 00:49:13
  Author: grawlinson
Revision: 1238342

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1238341, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-18 00:48:04 UTC (rev 1238341)
+++ PKGBUILD2022-06-18 00:49:13 UTC (rev 1238342)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.13.2
-pkgrel=1
-pkgdesc='A dialect-flexible and configurable SQL linter'
-arch=('any')
-url='https://www.sqlfluff.com'
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='323c6dc4e1538ad9ddb05fedad1dc9498864154b'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1238341, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-18 00:49:13 UTC (rev 1238342)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='A dialect-flexible and configurable SQL linter'
+arch=('any')
+url='https://www.sqlfluff.com'
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='9faf106d55ce34a8357a8f377aae98f1f6be7517'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-05-22 Thread George Rawlinson via arch-commits
Date: Sunday, May 22, 2022 @ 07:55:12
  Author: grawlinson
Revision: 1209982

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1209981, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-22 07:54:32 UTC (rev 1209981)
+++ PKGBUILD2022-05-22 07:55:12 UTC (rev 1209982)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.13.1
-pkgrel=1
-pkgdesc='A dialect-flexible and configurable SQL linter'
-arch=('any')
-url='https://www.sqlfluff.com'
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='77e283044c2a7d83db22f9df818cea96f8d2e0cb'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1209981, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-22 07:55:12 UTC (rev 1209982)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.13.2
+pkgrel=1
+pkgdesc='A dialect-flexible and configurable SQL linter'
+arch=('any')
+url='https://www.sqlfluff.com'
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='323c6dc4e1538ad9ddb05fedad1dc9498864154b'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-05-06 Thread George Rawlinson via arch-commits
Date: Friday, May 6, 2022 @ 21:43:44
  Author: grawlinson
Revision: 1196067

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1196066, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-05-06 21:43:06 UTC (rev 1196066)
+++ PKGBUILD2022-05-06 21:43:44 UTC (rev 1196067)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.13.0
-pkgrel=1
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='6807ac8172eda5828c86c06641e3b45460cd6664'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1196066, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-05-06 21:43:44 UTC (rev 1196067)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.13.1
+pkgrel=1
+pkgdesc='A dialect-flexible and configurable SQL linter'
+arch=('any')
+url='https://www.sqlfluff.com'
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='77e283044c2a7d83db22f9df818cea96f8d2e0cb'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-04-22 Thread George Rawlinson via arch-commits
Date: Friday, April 22, 2022 @ 22:39:04
  Author: grawlinson
Revision: 1187469

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1187468, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-22 22:38:37 UTC (rev 1187468)
+++ PKGBUILD2022-04-22 22:39:04 UTC (rev 1187469)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.12.0
-pkgrel=1
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='f057b9f1c4604dc0658cdb0031b11d52507687bb'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1187468, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-22 22:39:04 UTC (rev 1187469)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.13.0
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com;
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='6807ac8172eda5828c86c06641e3b45460cd6664'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-04-07 Thread George Rawlinson via arch-commits
Date: Thursday, April 7, 2022 @ 23:31:16
  Author: grawlinson
Revision: 1182922

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1182921, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-04-07 23:30:26 UTC (rev 1182921)
+++ PKGBUILD2022-04-07 23:31:16 UTC (rev 1182922)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.11.2
-pkgrel=1
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='db70cb726926e49a529f84127584d4c39ade0b52'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1182921, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-04-07 23:31:16 UTC (rev 1182922)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com;
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='f057b9f1c4604dc0658cdb0031b11d52507687bb'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-03-26 Thread George Rawlinson via arch-commits
Date: Saturday, March 26, 2022 @ 06:27:59
  Author: grawlinson
Revision: 1176802

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1176801, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-26 06:26:18 UTC (rev 1176801)
+++ PKGBUILD2022-03-26 06:27:59 UTC (rev 1176802)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='5a389a0148909e5094d6ba3e3fc10a7023199f06'
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1176801, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-26 06:27:59 UTC (rev 1176802)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.11.2
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com;
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='db70cb726926e49a529f84127584d4c39ade0b52'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-03-18 Thread George Rawlinson via arch-commits
Date: Friday, March 18, 2022 @ 20:37:39
  Author: grawlinson
Revision: 1159116

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1159115, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-18 20:36:18 UTC (rev 1159115)
+++ PKGBUILD2022-03-18 20:37:39 UTC (rev 1159116)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.11.0
-pkgrel=1
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='e12a81c2a0cccebeead35493a61a1414cd722661' # 0.11.0
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1159115, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-18 20:37:39 UTC (rev 1159116)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.11.1
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com;
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='5a389a0148909e5094d6ba3e3fc10a7023199f06'
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}



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

2022-03-08 Thread George Rawlinson via arch-commits
Date: Tuesday, March 8, 2022 @ 22:03:17
  Author: grawlinson
Revision: 1145614

archrelease: copy trunk to community-any

Added:
  sqlfluff/repos/community-any/PKGBUILD
(from rev 1145613, sqlfluff/trunk/PKGBUILD)
Deleted:
  sqlfluff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-08 22:02:21 UTC (rev 1145613)
+++ PKGBUILD2022-03-08 22:03:17 UTC (rev 1145614)
@@ -1,79 +0,0 @@
-# Maintainer: George Rawlinson 
-# Contributor: Morteza NourelahiAlamdari 
-
-pkgname=sqlfluff
-pkgver=0.10.1
-pkgrel=2
-pkgdesc="A dialect-flexible and configurable SQL linter"
-arch=('any')
-url="https://www.sqlfluff.com;
-license=('MIT')
-depends=(
-  'python'
-  'python-appdirs'
-  'python-cached-property'
-  'python-chardet'
-  'python-click'
-  'python-colorama'
-  'python-diff-cover'
-  'python-jinja'
-  'python-oyaml'
-  'python-pathspec'
-  'python-pytest'
-  'python-regex'
-  'python-tblib'
-  'python-toml'
-  'python-tqdm'
-  'python-typing_extensions'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-wheel'
-  'python-installer'
-)
-checkdepends=('python-hypothesis')
-_commit='73a66ff5172580e6c4bc61f1facb3d366db4e0d9' # 0.10.1
-source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cd "$pkgname"
-
-  python \
--m build \
---wheel \
---no-isolation
-}
-
-check() {
-  cd "$pkgname"
-
-  # skip failing tests for now
-  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
---ignore test/core/plugin_test.py \
---ignore plugins/sqlfluff-templater-dbt \
---ignore plugins/sqlfluff-plugin-example \
---deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
-}
-
-package() {
-  cd "$pkgname"
-
-  python \
--m installer \
---destdir "$pkgdir" \
-dist/*.whl
-
-  # documentation
-  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}

Copied: sqlfluff/repos/community-any/PKGBUILD (from rev 1145613, 
sqlfluff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-08 22:03:17 UTC (rev 1145614)
@@ -0,0 +1,79 @@
+# Maintainer: George Rawlinson 
+# Contributor: Morteza NourelahiAlamdari 
+
+pkgname=sqlfluff
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="A dialect-flexible and configurable SQL linter"
+arch=('any')
+url="https://www.sqlfluff.com;
+license=('MIT')
+depends=(
+  'python'
+  'python-appdirs'
+  'python-cached-property'
+  'python-chardet'
+  'python-click'
+  'python-colorama'
+  'python-diff-cover'
+  'python-jinja'
+  'python-oyaml'
+  'python-pathspec'
+  'python-pytest'
+  'python-regex'
+  'python-tblib'
+  'python-toml'
+  'python-tqdm'
+  'python-typing_extensions'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-wheel'
+  'python-installer'
+)
+checkdepends=('python-hypothesis')
+_commit='e12a81c2a0cccebeead35493a61a1414cd722661' # 0.11.0
+source=("$pkgname::git+https://github.com/sqlfluff/sqlfluff.git#commit=$_commit;)
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cd "$pkgname"
+
+  python \
+-m build \
+--wheel \
+--no-isolation
+}
+
+check() {
+  cd "$pkgname"
+
+  # skip failing tests for now
+  PYTHONPATH="$PWD/src:$PYTHONPATH" pytest \
+--ignore test/core/plugin_test.py \
+--ignore plugins/sqlfluff-templater-dbt \
+--ignore plugins/sqlfluff-plugin-example \
+--deselect 
test/test_testing.py::test_rules__test_helper_has_variable_introspection
+}
+
+package() {
+  cd "$pkgname"
+
+  python \
+-m installer \
+--destdir "$pkgdir" \
+dist/*.whl
+
+  # documentation
+  install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}