diff options
Diffstat (limited to 'community/py-mysqldb/APKBUILD')
-rw-r--r-- | community/py-mysqldb/APKBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/py-mysqldb/APKBUILD b/community/py-mysqldb/APKBUILD deleted file mode 100644 index 8cb7045ec5..0000000000 --- a/community/py-mysqldb/APKBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# Contributor: Ćukasz Jendrysik <scadu@yandex.com> -# Maintainer: Francesco Colista <francesco.colista@gmail.com> -pkgname=py-mysqldb -pkgver=1.2.5 -pkgrel=1 -pkgdesc="MySQL database connector for Python (legacy version)" -url="https://github.com/farcepest/MySQLdb1" -arch="all" -license="GPL" -depends="python2" -makedepends="mariadb-connector-c-dev python2-dev py-setuptools" -source="https://files.pythonhosted.org/packages/source/M/MySQL-python/MySQL-python-$pkgver.zip - mariadb.patch" - -builddir="$srcdir"/MySQL-python-$pkgver - -build() { - cd "$builddir" - python2 setup.py build -} - -package() { - cd "$builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="37521c6fd855c4cde495cc8ec085aca79c2d441a6e3710759385bf2e2c17f43d3311cf1166663892829d2e3999c419443c358c7031cdda225ac44611ced188d0 MySQL-python-1.2.5.zip -fcb15e47a1cc5faa9c6ef33826a661d2728a0bd59ee2d35f7046b5079875741574a3a80ff95f86b419fd6ae58d59fce8f391b1d0630aaec034098054683487ca mariadb.patch" |