Package Details: python-sqlglot 23.12.1-1

Git Clone URL: https://aur.archlinux.org/python-sqlglot.git (read-only, click to copy)
Package Base: python-sqlglot
Description: An easily customizable SQL parser and transpiler
Upstream URL: https://github.com/tobymao/sqlglot
Keywords: parser python sql
Licenses: MIT
Submitter: loonies
Maintainer: loonies
Last Packager: loonies
Votes: 0
Popularity: 0.000000
First Submitted: 2023-03-26 14:57 (UTC)
Last Updated: 2024-04-28 11:50 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

gaogao_qwq commented on 2024-04-27 12:22 (UTC) (edited on 2024-04-27 12:22 (UTC) by gaogao_qwq)

Seems like 20.2.0 cannot be used as mycli's dep anymore. Latest package version is 23.12.1, can it be updated if convenient?

loonies commented on 2023-12-20 21:17 (UTC) (edited on 2023-12-20 21:18 (UTC) by loonies)

@BryanLiang, I don't have problems building without python-pip

$ pacman -Q python-pip                                                                                                                                                    
error: package 'python-pip' was not found

$ makepkg -c                                                                                                                                                              
==> Making package: python-sqlglot 20.2.0-1 (Wed 20 Dec 2023)                                                                                                                  
==> Checking runtime dependencies...                                                                                                                                                           
==> Checking buildtime dependencies...                                                                                                                                                         
==> Retrieving sources...                                                                                                                                                                      
  -> Found python-sqlglot-20.2.0.tar.gz                                                                                                                                                        
==> Validating source files with sha256sums...                                                                                                                                                 
    python-sqlglot-20.2.0.tar.gz ... Passed                                                                                                                                                    
==> Extracting sources...                                                                                                                                                                      
  -> Extracting python-sqlglot-20.2.0.tar.gz with bsdtar                                                                                                                                       
==> Starting build()...
--- SNIP ---
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-sqlglot"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-sqlglot 20.2.0-1 (Wed 20 Dec 2023)
==> Cleaning up...

loonies commented on 2023-12-06 18:26 (UTC)

@BryanLiang I'm going to take a look

BryanLiang commented on 2023-11-02 09:48 (UTC)

Could you please add python-pip as the make dependency? python-pip is required to build this package, but it is not included in python or python-setuptools.