diff options
Diffstat (limited to 'dev-python/python-systemd')
| -rw-r--r-- | dev-python/python-systemd/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/python-systemd/metadata.xml | 10 | ||||
| -rw-r--r-- | dev-python/python-systemd/python-systemd-230.ebuild | 26 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/python-systemd/Manifest b/dev-python/python-systemd/Manifest new file mode 100644 index 0000000000000..0850f1f468b1f --- /dev/null +++ b/dev-python/python-systemd/Manifest @@ -0,0 +1 @@ +DIST python-systemd-230.tar.gz 39329 SHA256 656a83ff695f5de7d63411a86ea38601ad5a918595eebd0817d7b8e68642c64d SHA512 3c26c59b9005a45c3aeea8a6838ece9b5aa27dd7394ebe75319c1536b52462a847f18a79fdc8cf3bf6df9a70af63c84d5ff66a9587519dd9a006cc3df4966ce8 WHIRLPOOL 0de7ff6919bdf1c6c9cdafd71944801396157281fae1583bb060da4cf800369f97bb0c9f484f81635ed8b2e170db2bbbecf59adac0470a910167333f93c607e6 diff --git a/dev-python/python-systemd/metadata.xml b/dev-python/python-systemd/metadata.xml new file mode 100644 index 0000000000000..4c7cdda6301a5 --- /dev/null +++ b/dev-python/python-systemd/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>systemd@gentoo.org</email> + </maintainer> + <upstream> + <remote-id type="github">systemd/python-systemd</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-python/python-systemd/python-systemd-230.ebuild b/dev-python/python-systemd/python-systemd-230.ebuild new file mode 100644 index 0000000000000..3ea466f5a5925 --- /dev/null +++ b/dev-python/python-systemd/python-systemd-230.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) + +inherit distutils-r1 + +DESCRIPTION="Python module for native access to the systemd facilities" +HOMEPAGE="https://github.com/systemd/python-systemd" +SRC_URI="https://github.com/systemd/python-systemd/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="sys-apps/systemd" +RDEPEND="${DEPEND} + !sys-apps/systemd[python(-)]" + +src_compile() { + emake systemd/id128-constants.h + distutils-r1_src_compile +} |
