python-mysqlclient: update to 1.3.13
This commit is contained in:
parent
53cf63a29f
commit
4310e355d8
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-mysqlclient'
|
||||
pkgname=python-mysqlclient
|
||||
version=1.3.12
|
||||
revision=2
|
||||
version=1.3.13
|
||||
revision=1
|
||||
wrksrc="mysqlclient-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="MySQLdb _mysql_exceptions.py"
|
||||
|
@ -9,10 +9,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
|||
makedepends="libmysqlclient-devel python-devel python3-devel zlib-devel libressl-devel"
|
||||
short_desc="Python2 interface to MySQL/MariaDB"
|
||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/PyMySQL/mysqlclient-python"
|
||||
distfiles="${PYPI_SITE}/m/mysqlclient/mysqlclient-${version}.tar.gz"
|
||||
checksum=2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5
|
||||
checksum=ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f
|
||||
|
||||
python3-mysqlclient_package() {
|
||||
pycompile_module="MySQLdb _mysql_exceptions.py"
|
||||
|
|
Loading…
Reference in New Issue