mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/py3-sqlalchemy: upgrade to 1.3.8
This commit is contained in:
parent
428c14f861
commit
6eaa71eee6
@ -1,61 +1,33 @@
|
||||
# Contributor: Drew DeVault <sir@cmpwn.com>
|
||||
# Maintainer: Drew DeVault <sir@cmpwn.com>
|
||||
pkgname=py-sqlalchemy
|
||||
pkgname=py3-sqlalchemy
|
||||
_pkgname=SQLAlchemy
|
||||
pkgver=1.3.2
|
||||
pkgrel=1
|
||||
pkgver=1.3.8
|
||||
pkgrel=0
|
||||
pkgdesc="An object relational mapper for Python"
|
||||
url="https://pypi.python.org/pypi/SQLAlchemy"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
makedepends="python2-dev python3-dev py2-setuptools py3-setuptools"
|
||||
makedepends="python3-dev py3-setuptools"
|
||||
checkdepends="
|
||||
pytest py3-pytest py2-mock py3-mock py2-pytest-xdist py3-pytest-xdist
|
||||
py3-pytest py3-mock py3-pytest-xdist
|
||||
"
|
||||
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"
|
||||
|
||||
prepare() {
|
||||
cd "$builddir"
|
||||
cp -r "$builddir" "$builddir"-py3
|
||||
}
|
||||
replaces="py-sqlalchemy" # Backwards compatibility
|
||||
provides="py-sqlalchemy=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build
|
||||
cd "$builddir"-py3
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
pytest-2 -n $JOBS
|
||||
cd "$builddir"-py3
|
||||
pytest-3 -n $JOBS
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
_py2() {
|
||||
cd "$builddir"
|
||||
replaces="$pkgname"
|
||||
_py python2
|
||||
}
|
||||
|
||||
_py3() {
|
||||
cd "$builddir"
|
||||
_py python3
|
||||
}
|
||||
|
||||
_py() {
|
||||
local python="$1"
|
||||
pkgdesc="$pkgdesc ${python:6:1}"
|
||||
depends="$depends $python"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel $python"
|
||||
$python setup.py install --prefix=/usr --root="$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="fbbcff21e722a26a914d701cce430fcc5dac503fffb65e385e86754f39b585b5a4c6b4914533bc4adfe48269130e9b5c1c8c539aa60481c721c2ce7cfedca1bf SQLAlchemy-1.3.2.tar.gz"
|
||||
sha512sums="150f8b5220a58a91814fcfd1dc87e2a2082628c8bbbf01878cad9a2642d4257dcc45c5d578573bef828b3d05e316c7fa1cb268053fe62dce4cc442b7b080b0d0 SQLAlchemy-1.3.8.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user