Magellan Linux

Contents of /branches/R11-unstable/core/systemd-python/systemd-python-234-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32093 - (show annotations) (download)
Mon Apr 29 11:36:10 2019 UTC (4 years, 11 months ago) by niro
File size: 562 byte(s)
-release branches/R11-unstable
1 # $Id$
2
3 PNAME="systemd-python"
4 PVER="234"
5 PBUILD="r1"
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"