summaryrefslogtreecommitdiff
path: root/python3-mysql/Pkgfile
blob: 5a30f210dd2283ff95a91ab4e8b4168c65874386 (plain)
    1 # Description: MySQL interface for Python
    2 # URL:         https://github.com/PyMySQL/mysqlclient-python
    3 # Maintainer:  Juergen Daubert, jue at crux dot nu
    4 # Depends on:  python3-setuptools mysql
    5 
    6 name=python3-mysql
    7 version=2.0.0
    8 release=1
    9 source=(https://github.com/PyMySQL/mysqlclient-python/archive/v$version/python-$version.tar.gz)
   10 
   11 build () {
   12     cd mysqlclient-python-$version
   13     /usr/bin/python3 setup.py install --root=$PKG --prefix=/usr
   14 }

Generated by cgit