mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
python-mysqlclient: update to 1.3.14.
This commit is contained in:
parent
c237ec0a99
commit
978c7f7817
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-mysqlclient'
|
# Template file for 'python-mysqlclient'
|
||||||
pkgname=python-mysqlclient
|
pkgname=python-mysqlclient
|
||||||
version=1.3.13
|
version=1.3.14
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mysqlclient-${version}"
|
wrksrc="mysqlclient-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/PyMySQL/mysqlclient-python"
|
homepage="https://github.com/PyMySQL/mysqlclient-python"
|
||||||
distfiles="${PYPI_SITE}/m/mysqlclient/mysqlclient-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/m/mysqlclient/mysqlclient-${version}.tar.gz"
|
||||||
checksum=ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f
|
checksum=3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b
|
||||||
|
|
||||||
python3-mysqlclient_package() {
|
python3-mysqlclient_package() {
|
||||||
pycompile_module="MySQLdb _mysql_exceptions.py"
|
pycompile_module="MySQLdb _mysql_exceptions.py"
|
||||||
|
|
Loading…
Add table
Reference in a new issue