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

Morten Linderud foxboron at archlinux.org
Wed Oct 7 20:34:29 UTC 2020


    Date: Wednesday, October 7, 2020 @ 20:34:29
  Author: foxboron
Revision: 720969

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 20:34:22 UTC (rev 720968)
+++ PKGBUILD	2020-10-07 20:34:29 UTC (rev 720969)
@@ -1,25 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Jonathan Kotta <jpkotta AT gmail DOT com>
-
-pkgname=python-sqlparse
-pkgver=0.3.1
-pkgrel=1
-pkgdesc='Non-validating SQL parser for Python'
-arch=('any')
-url=https://github.com/andialbrecht/sqlparse
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz")
-sha256sums=('344b539482b75c244ac69fbb160d0f4d63a288a392475c8418ca692c594561f9')
-
-build() {
-  cd sqlparse-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd sqlparse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 720968, python-sqlparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-07 20:34:29 UTC (rev 720969)
@@ -0,0 +1,25 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Jonathan Kotta <jpkotta AT gmail DOT com>
+
+pkgname=python-sqlparse
+pkgver=0.4.0
+pkgrel=1
+pkgdesc='Non-validating SQL parser for Python'
+arch=('any')
+url=https://github.com/andialbrecht/sqlparse
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz")
+sha256sums=('5a39c382738051f02f072c992a9d5ea11b49ffa9bc68e08ca1280e959bc3c29d')
+
+build() {
+  cd sqlparse-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd sqlparse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --skip-build
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list