summaryrefslogtreecommitdiff
path: root/python-wxutils
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-03-30 20:38:30 +0200
committerErich Eckner <git@eckner.net>2022-03-30 20:38:30 +0200
commitc033e5b6631237f52ce6765f0dc3682b1deb70cf (patch)
tree4f24fdaea0051c8ae38c5efdee08b63bb7fd881f /python-wxutils
parentd8f7ef81dc0d81e7bcac373a51719a5b6b1e84bf (diff)
downloadarchlinuxewe-c033e5b6631237f52ce6765f0dc3682b1deb70cf.tar.xz
removed python-wxmplot & python-wxutils
Diffstat (limited to 'python-wxutils')
-rwxr-xr-xpython-wxutils/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
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
-}