2006-02-23 15:26:10 +00:00
|
|
|
# Description: MySQL interface for Python
|
2019-01-27 16:23:33 +01:00
|
|
|
# URL: https://github.com/PyMySQL/mysqlclient-python
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2017-02-05 16:35:36 +11:00
|
|
|
# Depends on: python-setuptools mysql
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
name=mysql-python
|
2019-01-27 16:23:33 +01:00
|
|
|
version=1.4.1
|
|
|
|
release=1
|
|
|
|
source=(https://github.com/PyMySQL/mysqlclient-python/archive/v1.4.1/$name-$version.tar.gz)
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
build () {
|
2019-01-27 16:23:33 +01:00
|
|
|
cd mysqlclient-python-$version
|
2014-03-25 11:22:28 +01:00
|
|
|
/usr/bin/python setup.py install --root=$PKG --prefix=/usr
|
2014-03-28 18:47:45 +01:00
|
|
|
chmod 0644 $PKG/usr/lib/python2.7/site-packages/*.egg-info/*
|
2006-02-23 15:26:10 +00:00
|
|
|
}
|