summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpython-wxmplot/PKGBUILD31
-rwxr-xr-xpython-wxutils/PKGBUILD32
2 files changed, 0 insertions, 63 deletions
diff --git a/python-wxmplot/PKGBUILD b/python-wxmplot/PKGBUILD
deleted file mode 100755
index 6b5b731dd..000000000
--- a/python-wxmplot/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-pkgname=python-wxmplot
-_pkgname="${pkgname#*-}"
-pkgver=0.9.46
-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')
-depends=(
- 'python<3.11'
- 'python>=3.10'
- 'python-matplotlib>=3.0'
- 'python-numpy>=1.12'
- 'python-wxpython>=4.0.3')
-makedepends=(
- 'python-setuptools')
-source=(
- "https://pypi.python.org/packages/4a/cc/4883db984f5c34faf453aa3d6a46a080f927b60c40181dcfbae21ff191f5/${_pkgname}-${pkgver}.tar.gz"
-)
-sha512sums=('c36887988ad2558009a5bc64ef533c9e1b47cb353195a81be7c83bfe58baef15d84ba2f81df98a8540815e5777d6cb755a6345abaf178a25e415b88c71f6ec9d')
-
-build() {
- cd "${_pkgname}-${pkgver}"
- python setup.py build
-}
-
-package() {
- cd "${_pkgname}-${pkgver}"
- python setup.py install --skip-build --root="${pkgdir}" --prefix=/usr
-}
diff --git a/python-wxutils/PKGBUILD b/python-wxutils/PKGBUILD
deleted file mode 100755
index 3f3837a88..000000000
--- a/python-wxutils/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Erich Eckner <arch at eckner dot net>
-pkgname=python-wxutils
-_pkgname="${pkgname#*-}"
-pkgver=0.2.4
-pkgrel=62
-pkgdesc='A library of convenience functions for wxPython'
-arch=('any')
-url='https://pypi.python.org/pypi/wxutils/0.1.2'
-license=('BSD')
-groups=()
-depends=(
- 'python>=3.10'
- 'python<3.11'
- 'python-wxpython'
-)
-makedepends=(
- 'python-setuptools'
-)
-source=(
- "https://pypi.python.org/packages/61/6e/1101de75559b7079e4f3fd2ce0d939cd5995b78acc49881327ba9b219a1b/${_pkgname}-${pkgver}.tar.gz"
-)
-sha512sums=('9217607a23e5e41316ba39e4cae28d0899571d6dd1a4e4c9cb5de1748a778af2d2c575d9da33b26e4a7e81dba70aedb23e78b4fc91970fc8074da3da40903253')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- python setup.py build
-}
-
-package() {
- cd "${_pkgname}-${pkgver}"
- python setup.py install --skip-build --root="${pkgdir}" --prefix=/usr
-}