mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/py3-pymysql: upgrade to 0.9.3
This commit is contained in:
parent
a3057eeaed
commit
08d6d49a07
@ -1,46 +1,27 @@
|
||||
# Contributor: Thomas Boerger <thomas@webhippie.de>
|
||||
# Maintainer: Thomas Boerger <thomas@webhippie.de>
|
||||
pkgname=py-pymysql
|
||||
pkgname=py3-pymysql
|
||||
_pkgname=PyMySQL
|
||||
pkgver=0.9.2
|
||||
pkgrel=1
|
||||
pkgver=0.9.3
|
||||
pkgrel=0
|
||||
pkgdesc="Pure Python MySQL Client"
|
||||
url="https://pypi.python.org/pypi/PyMySQL"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
options="!check" #require mysql for tests
|
||||
makedepends="python2-dev python3-dev py-setuptools"
|
||||
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
|
||||
makedepends="py3-setuptools"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
replaces="py-pymysql" # Backwards compatibility
|
||||
provides="py-pymysql=$pkgver-r$pkgrel" # Backwards compatibility
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python2 setup.py build
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
_py2() {
|
||||
replaces="$pkgname"
|
||||
_py python2
|
||||
}
|
||||
|
||||
_py3() {
|
||||
_py python3
|
||||
}
|
||||
|
||||
_py() {
|
||||
local python="$1"
|
||||
pkgdesc="$pkgdesc (for $python)"
|
||||
depends="$python"
|
||||
install_if="$pkgname=$pkgver-r$pkgrel $python"
|
||||
|
||||
cd "$builddir"
|
||||
$python setup.py install --prefix=/usr --root="$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="4918802808fb12417db682831290adfa5a785ca34da5674b7a8ccc7c942a1de424c3085282912df326131e978daf771d71c6b33aeb3cb2590c70b5ff6e557b07 py-pymysql-0.9.2.tar.gz"
|
||||
sha512sums="2056bc4aca7a600ca50214b399edc6f3068b288c426aecb115db148f645b0ec7e9a1a7134cf67f39d4820ea59a925dc1ce3ed0e383fb5e16e0651e87449824f9 py3-pymysql-0.9.3.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user