* update python-sqlparse to 0.5.1-1
This commit is contained in:
parent
66b7c95773
commit
60e01f9928
18
python/python-sqlparse/.SRCINFO
Normal file
18
python/python-sqlparse/.SRCINFO
Normal file
@ -0,0 +1,18 @@
|
||||
pkgbase = python-sqlparse
|
||||
pkgdesc = Non-validating SQL parser for Python
|
||||
pkgver = 0.5.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/andialbrecht/sqlparse
|
||||
arch = any
|
||||
license = BSD
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-flit-core
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-hatchling
|
||||
depends = python
|
||||
source = python-sqlparse-0.5.1.tar.gz::https://github.com/andialbrecht/sqlparse/archive/0.5.1.tar.gz
|
||||
sha256sums = a9f1a42ca749a019aa98d996b58e917f4c9e1b9ff164610355f35248733767bb
|
||||
|
||||
pkgname = python-sqlparse
|
3
python/python-sqlparse/.nvchecker.toml
Normal file
3
python/python-sqlparse/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[python-sqlparse]
|
||||
source = "pypi"
|
||||
pypi = "sqlparse"
|
@ -3,16 +3,16 @@
|
||||
# Contributor: Jonathan Kotta <jpkotta AT gmail DOT com>
|
||||
|
||||
pkgname=python-sqlparse
|
||||
pkgver=0.4.4
|
||||
pkgrel=2
|
||||
pkgver=0.5.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' 'python-flit-core' 'python-build' 'python-installer' 'python-wheel')
|
||||
makedepends=('python-setuptools' 'python-flit-core' 'python-build' 'python-installer' 'python-wheel' 'python-hatchling')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/andialbrecht/sqlparse/archive/$pkgver.tar.gz")
|
||||
sha256sums=('4cc5b6c4b35190fc741052bf249aa33c5fb8f4c83723aeec87f220bf06bb371a')
|
||||
sha256sums=('a9f1a42ca749a019aa98d996b58e917f4c9e1b9ff164610355f35248733767bb')
|
||||
|
||||
build() {
|
||||
cd sqlparse-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user