Magellan Linux

Contents of /trunk/core/dbus-python/dbus-python-1.2.4-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29813 - (show annotations) (download)
Fri Oct 13 06:59:42 2017 UTC (6 years, 11 months ago) by niro
File size: 990 byte(s)
-python2/python3 rebuild
1 # $Id$
2
3 PNAME="dbus-python"
4 PVER="1.2.4"
5 PBUILD="r2"
6
7 SPLIT_PACKAGES="python2-dbus python3-dbus dbus-python"
8
9 PCAT="dev-python"
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/DBusBindings"
11
12 DEPEND=">= dev-lang/python-2.7
13 >= sys-apps/dbus-1.8
14 >= dev-libs/glib2-2.42
15 >= dev-libs/dbus-glib-0.102"
16
17 SDEPEND=">= dev-util/pkgconfig-0.25
18 >= dev-python/setuptools-20"
19
20 SRCFILE="${PNAME}-${PVER}.tar.gz"
21 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22
23 sminclude python2 python3
24
25 SRC_URI=(
26 http://dbus.freedesktop.org/releases/${PNAME}/${SRCFILE}
27 mirror://${PNAME}/${SRCFILE}
28 )
29
30 UP2SUBDIR="${PNAME}"
31 UP2TARBALL="${PNAME}"
32 UP2DATE="updatecmd_freedesktop dbus gz"
33
34 split_info_python2-dbus()
35 {
36 DESCRIPTION="DBus Python2 bindings."
37 }
38
39 split_info_python3-dbus()
40 {
41 DESCRIPTION="DBus Python3 bindings."
42 }
43
44 split_info_dbus-python()
45 {
46 PVER="9999"
47 PKGTYPE="virtual"
48
49 DESCRIPTION="Transitional package for python2-dbus."
50 HOMEPAGE="http://www.magellan-linux.de/"
51
52 DEPEND=">= dev-python/python2-dbus-1"
53 }