Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
7fbd0a69
Commit
7fbd0a69
authored
2 years ago
by
omni
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-sqlglot: new aport
parent
83d75914
No related branches found
No related tags found
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38517
community/mycli: upgrade to 1.26.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-sqlglot/APKBUILD
+29
-0
29 additions, 0 deletions
community/py3-sqlglot/APKBUILD
with
29 additions
and
0 deletions
community/py3-sqlglot/APKBUILD
0 → 100644
+
29
−
0
View file @
7fbd0a69
# Contributor: omni <omni+alpine@hack.org>
# Maintainer: omni <omni+alpine@hack.org>
pkgname
=
py3-sqlglot
_pkgname
=
sqlglot
pkgver
=
6.0.4
pkgrel
=
0
pkgdesc
=
"Python SQL Parser and Transpiler"
url
=
"https://github.com/tobymao/sqlglot"
arch
=
"noarch"
license
=
"MIT"
depends
=
"python3"
makedepends
=
"py3-setuptools"
options
=
"!check"
# tests are included in the github release tarball but seem to require
# additional aports to be added, see requirements.txt
source
=
"https://files.pythonhosted.org/packages/source/s/sqlglot/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
python3 setup.py build
}
package
()
{
python3 setup.py
install
--prefix
=
/usr
--root
=
"
$pkgdir
"
}
sha512sums
=
"
4f90e0c26138ae1eae84b92c420f70dd6d63e2e3cfdc26ef3df8a80577fdd1dad24034be50cb2a4075769530a013f1de52c8fdfdf110a97aee15f1c3c06abc90 sqlglot-6.0.4.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment