aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-dispatcher
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-18 07:53:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-18 07:54:58 +0000
commit8442c01e5c250e2d1d56b377f7148f3a205643f1 (patch)
treecd0749319fb3597adf061975ab22463bc780725e /testing/py-dispatcher
parent4d5eb37bc791703fd1feaccabd0bf43f00b6d9b5 (diff)
testing/py-dispatcher -> testing/py3-pydispatcher rename
Diffstat (limited to 'testing/py-dispatcher')
-rw-r--r--testing/py-dispatcher/APKBUILD51
1 files changed, 0 insertions, 51 deletions
diff --git a/testing/py-dispatcher/APKBUILD b/testing/py-dispatcher/APKBUILD
deleted file mode 100644
index e500ee657b3..00000000000
--- a/testing/py-dispatcher/APKBUILD
+++ /dev/null
@@ -1,51 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-_name=PyDispatcher
-pkgname=py-dispatcher
-pkgver=2.0.5
-pkgrel=4
-pkgdesc="Loosely-coupled message passing between Python objects (signal senders and receivers)"
-url="https://sourceforge.net/projects/python-pydispatcher/"
-arch="noarch"
-license="GPL"
-depends=""
-makedepends="python2-dev python3-dev py-setuptools"
-install=""
-subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
-source="https://pypi.python.org/packages/source/P/PyDispatcher/PyDispatcher-$pkgver.tar.gz"
-builddir="$srcdir/PyDispatcher-$pkgver"
-
-build() {
- cd "$builddir"
- python2 setup.py build || return 1
- python3 setup.py build || return 1
-}
-
-package() {
- mkdir -p "$pkgdir"
-}
-
-_py2() {
- replaces="$pkgname"
- depends="${depends//py-/py2-}"
- _py python2
-}
-
-_py3() {
- depends="${depends//py-/py3-}"
- _py python3
-}
-
-_py() {
- local python="$1"
- pkgdesc="$pkgdesc (for $python)"
- depends="$depends $python"
- install_if="$pkgname=$pkgver-r$pkgrel $python"
-
- cd "$builddir"
- $python setup.py install --prefix=/usr --root="$subpkgdir"
-}
-
-md5sums="1b9c2ca33580c2770577add7130b0b28 PyDispatcher-2.0.5.tar.gz"
-sha256sums="5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf PyDispatcher-2.0.5.tar.gz"
-sha512sums="b361463f006a775e1f22cfe07520951649f76c26be35a80ca016620c8ef466129c4abeafe42f0ffdc605e7523287b1e804967f19d951089d24e052fe10d88e6f PyDispatcher-2.0.5.tar.gz"