mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/py-pymysql: new aport
https://pypi.python.org/pypi/PyMySQL Pure Python MySQL Client
This commit is contained in:
parent
45dddefb08
commit
e47906aa35
28
testing/py-pymysql/APKBUILD
Normal file
28
testing/py-pymysql/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Contributor: Thomas Boerger <thomas@webhippie.de>
|
||||
# Maintainer: Thomas Boerger <thomas@webhippie.de>
|
||||
pkgname=py-pymysql
|
||||
_pkgname=PyMySQL
|
||||
pkgver=0.7.5
|
||||
pkgrel=0
|
||||
pkgdesc="Pure Python MySQL Client"
|
||||
url="https://pypi.python.org/pypi/PyMySQL"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python"
|
||||
makedepends="python-dev py-setuptools"
|
||||
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="a87650294d868d6fc7dc81ac4248f873 py-pymysql-0.7.5.tar.gz"
|
||||
sha256sums="5006c7cf25cdf56f0c01ab21b8255ae5753464678c84ea8d00444667cc7a34ef py-pymysql-0.7.5.tar.gz"
|
||||
sha512sums="f7eab00c2507542794153337d6b26daa5109ebc5dc171f186d72a48d7c43cbea1fbf8fd8110c40529b521635b9a1272027c0f69ea566d4e7637631f1c172b7d4 py-pymysql-0.7.5.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user