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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Maxim Karasev
aports
Commits
6c71e9cd
"README.md" did not exist on "4b9d0361e5bfafb8cf0d2322dcdc347f674f21f8"
Commit
6c71e9cd
authored
8 years ago
by
Fabian Affolter
Committed by
Jakub Jirutka
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py-sqlalchemy: upgrade to 1.1.3 and fix abuild
parent
a445e9de
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py-sqlalchemy/APKBUILD
+12
-14
12 additions, 14 deletions
community/py-sqlalchemy/APKBUILD
with
12 additions
and
14 deletions
community/py-sqlalchemy/APKBUILD
+
12
−
14
View file @
6c71e9cd
...
...
@@ -2,25 +2,22 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname
=
py-sqlalchemy
_pkgname
=
SQLAlchemy
pkgver
=
1.
0.14
pkgver
=
1.
1.3
pkgrel
=
0
pkgdesc
=
"object relational mapper for
p
ython"
pkgdesc
=
"
An
object relational mapper for
P
ython"
url
=
"http://pypi.python.org/pypi/SQLAlchemy"
arch
=
"all"
license
=
"MIT"
depends
=
""
makedepends
=
"python2-dev py-setuptools python3-dev"
install
=
""
subpackages
=
"py3-
${
pkgname
/py-/
}
:_py3 py2-
${
pkgname
/py-/
}
:_py2"
subpackages
=
"py3-
${
pkgname
#py-
}
:_py3 py2-
${
pkgname
#py-
}
:_py2"
source
=
"https://files.pythonhosted.org/packages/source/
${
_pkgname
:0:1
}
/
$_pkgname
/
$_pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$_pkgname
-
$pkgver
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
python2 setup.py build
||
return
1
python3 setup.py build
||
return
1
python3 setup.py build
||
return
1
}
package
()
{
...
...
@@ -28,8 +25,9 @@ package() {
}
_py
()
{
local
python
=
$1
pkgdesc
=
"
$pkgdesc
-
$python
"
local
python
=
"
$1
"
pkgdesc
=
"
$pkgdesc
${
python
:6:1
}
"
depends
=
"
$depends
$python
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
$python
"
cd
"
$builddir
"
...
...
@@ -37,14 +35,14 @@ _py() {
}
_py2
()
{
_py python2
replaces
=
"
$pkgname
"
_py python2
}
_py3
()
{
_py python3
}
md5sums
=
"
173c9d1ea5cf51893e65d213c280bd2a
SQLAlchemy-1.
0.14
.tar.gz"
sha256sums
=
"
da4d1a39c1e99c7fecc2aaa3a050094b6aa7134de7d89f77e6216e7abd1705b3
SQLAlchemy-1.
0.14
.tar.gz"
sha512sums
=
"
ae504f413ca8d803e90f4bb383a32196e9242764c966b42a0dcb
ac
9
6a
a75cd716079e9acd9ed2e4ab621a1224de4675af5407cacc95de47331a3befdbc1ab662
SQLAlchemy-1.
0.14
.tar.gz"
md5sums
=
"
d3a1e8d18f1e51a561db339b847ede0f
SQLAlchemy-1.
1.3
.tar.gz"
sha256sums
=
"
8b0ed90292a294e17d24482c9328abe69eb8e3143e2bd7103b6fadae2562638f
SQLAlchemy-1.
1.3
.tar.gz"
sha512sums
=
"
b35994f5dc005db7ddc82b353f1cec639e081f5965177e83f7b834af34fdcdfabcf35b45
ac6a
ea3366168c7b0a0d3e95e86b7e84e715e1483039806e976f9e48
SQLAlchemy-1.
1.3
.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