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

Morten Linderud foxboron at archlinux.org
Sat Feb 29 13:14:27 UTC 2020


    Date: Saturday, February 29, 2020 @ 13:14:27
  Author: foxboron
Revision: 586855

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-29 13:14:18 UTC (rev 586854)
+++ PKGBUILD	2020-02-29 13:14:27 UTC (rev 586855)
@@ -1,20 +0,0 @@
-# Maintainer:
-# Contributor: Jonathan Kotta <jpkotta AT gmail DOT com>
-
-pkgname=python-sqlparse
-pkgver=0.3.0
-pkgrel=4
-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=('a75fddae009fba1d66786203c9dd3a842aa4415475c466d15484139117108474')
-
-package() {
-  cd sqlparse-$pkgver/
-  python setup.py install --prefix=/usr --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-sqlparse/repos/community-any/PKGBUILD (from rev 586854, python-sqlparse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-29 13:14:27 UTC (rev 586855)
@@ -0,0 +1,25 @@
+# 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
+}



More information about the arch-commits mailing list