Magellan Linux

Contents of /trunk/core/systemd-python/systemd-python-231-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26999 - (show annotations) (download)
Fri Nov 6 12:39:16 2015 UTC (8 years, 7 months ago) by niro
File size: 562 byte(s)
-fixed dependencies
1 # $Id$
2
3 PNAME="systemd-python"
4 PVER="231"
5 PBUILD="r2"
6
7 PCAT="dev-python"
8
9 DESCRIPTION="Python bindings for systemd."
10 HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd"
11
12 DEPEND=">= sys-apps/systemd-227
13 >= dev-lang/python-2.7
14 >= dev-python/lxml-3.4"
15
16 SRCFILE="v${PVER}.tar.gz"
17 SRCDIR="${BUILDDIR}/python-systemd-${PVER}"
18
19 sminclude python
20
21 SRC_URI=(
22 https://github.com/systemd/python-systemd/archive/${SRCFILE}
23 mirror://${PNAME}/${SRCFILE}
24 )
25
26 UP2SEPERATOR="v"
27 UP2DATE="updatecmd https://github.com/systemd/python-systemd/releases | highesttarball gz"