From: Manuel RĂ¼ger Date: Thu, 19 Oct 2017 14:27:50 +0000 (+0200) Subject: dev-python/sdnotify: Version bump to 0.3.2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c952e2db7b2090099fc259ba58b3046745a19076;p=gentoo.git dev-python/sdnotify: Version bump to 0.3.2 Package-Manager: Portage-2.3.11, Repoman-2.3.3 --- diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest index d26bbdd3afff..62d020c3ae2c 100644 --- a/dev-python/sdnotify/Manifest +++ b/dev-python/sdnotify/Manifest @@ -1 +1,2 @@ DIST sdnotify-0.3.1.tar.gz 2513 SHA256 e69220d4f6cbb02130f43f929350a80cf51033fde47dcb056fbda71e2dff2d5a SHA512 765e75e727ad5128269bfffd4d3f64666df654adc50965a54f3cd622933aca583faee5453f7fec3a23b6f754f4475522dd96a86ba643984cd72a575ec082709c WHIRLPOOL b43831604022cdd5f605138324cda4e43ee7021993e66afaa73b82eff98c11dc087d5f8f5d1b62073d750cfb84ac9168eca12640dc6149df68506826fcbfc0c4 +DIST sdnotify-0.3.2.tar.gz 2459 SHA256 73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 WHIRLPOOL 4885e8381f83db3901553ea6ab7c49e4c7b64aea73d5ac75fd6ff42c8acf4db578b0f211c6535bd868ff4fc968ace1c94d20b1f6297fea458abbbbcc794e5c9a diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild new file mode 100644 index 000000000000..4d0b1c61f19e --- /dev/null +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Python implementation of systemd's service notification protocol (sd_notify)" +HOMEPAGE="https://github.com/bb4242/sdnotify + https://pypi.python.org/pypi/sdnotify" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}"