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

Morten Linderud foxboron at archlinux.org
Thu Oct 8 19:36:57 UTC 2020


    Date: Thursday, October 8, 2020 @ 19:36:57
  Author: foxboron
Revision: 721921

archrelease: copy trunk to community-any

Added:
  python-sqlparse/repos/community-any/PKGBUILD
    (from rev 721920, 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-08 19:36:50 UTC (rev 721920)
+++ PKGBUILD	2020-10-08 19:36:57 UTC (rev 721921)
@@ -1,25 +0,0 @@
-# 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
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 721920, python-sqlparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-08 19:36:57 UTC (rev 721921)
@@ -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.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=('f75cdec98a4cc8296890279d744e1ae8618bb14dbad77e3d0637f0d7bb5d6535')
+
+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