diff options
Diffstat (limited to 'python2-wxmplot/PKGBUILD')
-rwxr-xr-x | python2-wxmplot/PKGBUILD | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/python2-wxmplot/PKGBUILD b/python2-wxmplot/PKGBUILD deleted file mode 100755 index 377643c9..00000000 --- a/python2-wxmplot/PKGBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Maintainer: Erich Eckner <arch at eckner dot net> -pkgname=python2-wxmplot -pkgver=0.9.34 -pkgrel=1 -pkgdesc='A library for plotting in wxPython using matplotlib' -arch=('any') -url='https://pypi.python.org/pypi/wxmplot/0.9.18' -license=('OSI Approved :: MIT License') -groups=() -depends=( - 'python2>=2.7' - 'python2<2.8' - 'wxpython' - 'python2-matplotlib' -) -makedepends=( - 'python2-setuptools' -) -checkdepends=() -optdepends=() -provides=() -conflicts=() -replaces=() -backup=() -options=() -source=( - "${pkgname}-${pkgver}.tar.gz::https://pypi.python.org/packages/99/6a/52f701942cc87fdf205f9720d9190cf119c5cf50dbf7e3031b74f1ce144a/${pkgname#*-}-${pkgver}.tar.gz" -) -sha512sums=('3b53cf427f6016e468206fb503707f6615114f81a8c741c2e425f91fcc6efa5497c608c16afef9a8602ff21fd0af25fdc7322702f931ef1286f9f3a7452ce0f0') - -build() { - - cd ${pkgname#*-}-${pkgver} - python2 setup.py build - -} - -package() { - - cd ${pkgname#*-}-${pkgver} - python2 setup.py install --skip-build --root="${pkgdir}" --prefix=/usr - -} |