aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-13 17:09:59 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-18 10:26:41 +0000
commit063e292446fc412626a151c6eefce3ea47fce0cd (patch)
tree8a9d47de2cd822f14d091f550a975b8b031cdfa6
parente06a5887547f8ae9cf2c624e80ab6b5ba6bc5471 (diff)
downloadaports-063e292446fc412626a151c6eefce3ea47fce0cd.tar.bz2
aports-063e292446fc412626a151c6eefce3ea47fce0cd.tar.xz
main/py-dbus: drop testing on python2
- Requires py-gobject3 which is now py3-gobject3
-rw-r--r--main/py-dbus/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/py-dbus/APKBUILD b/main/py-dbus/APKBUILD
index 36dcfe052b..f20333222a 100644
--- a/main/py-dbus/APKBUILD
+++ b/main/py-dbus/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-dbus
_pkgname=dbus-python
pkgver=1.2.12
-pkgrel=0
+pkgrel=1
pkgdesc="Python bindings for DBUS"
url="http://www.freedesktop.org/wiki/Software/DBusBindings"
arch="all"
license="MIT"
depends_dev="py-dbus"
makedepends="dbus-glib-dev python2-dev python3-dev py2-sphinx"
-checkdepends="bash dbus py-gobject3 py-tappy"
+checkdepends="bash dbus py3-gobject3 py3-tappy"
subpackages="$pkgname-dev $pkgname-doc py2-dbus:_py2 py3-dbus:_py3"
source="https://dbus.freedesktop.org/releases/dbus-python/$_pkgname-$pkgver.tar.gz"
@@ -43,8 +43,6 @@ build() {
check() {
cd "$builddir"
- cd "../build-python2"
- make check
cd "../build-python3"
make check
}