Date: Monday, February 6, 2023 @ 01:48:42
  Author: grawlinson
Revision: 1393731

archrelease: copy trunk to community-any

Added:
  python-cython-lint/repos/community-any/PKGBUILD
    (from rev 1393730, python-cython-lint/trunk/PKGBUILD)
Deleted:
  python-cython-lint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-06 01:47:55 UTC (rev 1393730)
+++ PKGBUILD    2023-02-06 01:48:42 UTC (rev 1393731)
@@ -1,53 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-
-pkgname=python-cython-lint
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='A tool to lint Cython files'
-arch=('any')
-url='https://github.com/MarcoGorelli/cython-lint'
-license=('MIT')
-depends=(
-  'python'
-  'cython'
-  'python-tokenize-rt'
-  'python-pycodestyle'
-)
-makedepends=(
-  'git'
-  'python-build'
-  'python-installer'
-  'python-wheel'
-  'python-setuptools'
-)
-checkdepends=('python-pytest')
-_commit='51998cd6d59a93f1f01678e2ce722873eb8ca7af'
-source=("$pkgname::git+$url#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"
-
-  PYTHONPATH="$(pwd)" pytest -v
-}
-
-package() {
-  cd "$pkgname"
-
-  python -m installer --destdir="$pkgdir" dist/*.whl
-
-  # license
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}

Copied: python-cython-lint/repos/community-any/PKGBUILD (from rev 1393730, 
python-cython-lint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-06 01:48:42 UTC (rev 1393731)
@@ -0,0 +1,53 @@
+# Maintainer: George Rawlinson <[email protected]>
+
+pkgname=python-cython-lint
+pkgver=0.12.4
+pkgrel=1
+pkgdesc='A tool to lint Cython files'
+arch=('any')
+url='https://github.com/MarcoGorelli/cython-lint'
+license=('MIT')
+depends=(
+  'python'
+  'cython'
+  'python-tokenize-rt'
+  'python-pycodestyle'
+)
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-wheel'
+  'python-setuptools'
+)
+checkdepends=('python-pytest')
+_commit='70376e0bdd6660977155881105e8492a14adbf20'
+source=("$pkgname::git+$url#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"
+
+  PYTHONPATH="$(pwd)" pytest -v
+}
+
+package() {
+  cd "$pkgname"
+
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # license
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}

Reply via email to