summaryrefslogtreecommitdiff
path: root/dev-python/sdnotify
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-19 17:57:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-19 17:57:29 +0100
commitd473a706836012853193afc7000922601e4ada61 (patch)
tree01c43bd6b2121d90bc97ead47dd7654d9402ea1d /dev-python/sdnotify
parent420eeee727d39d869d864caddb04a80dafda7160 (diff)
gentoo resync : 19.10.2017
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r--dev-python/sdnotify/Manifest2
-rw-r--r--dev-python/sdnotify/sdnotify-0.3.2.ebuild21
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest
index 49123373a2c7..22ec90227631 100644
--- a/dev-python/sdnotify/Manifest
+++ b/dev-python/sdnotify/Manifest
@@ -1,3 +1,5 @@
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
EBUILD sdnotify-0.3.1.ebuild 494 SHA256 0a253c778ca1d87859b646e755befc78c08f8492d4cedbfd166fa67617b37b81 SHA512 84b03e6a9a4a2c0d6bac5ace9dbb999b7d1c422bd94968140ba239949d2d1c939661d047b522439ecdcb93f0af2dbcb80bbc59c7067f739580e37932b1840e23 WHIRLPOOL 3c5b664e55189aca5e751333a3830648f40605d18ac1382b870b79aa27d5da40299166c60db722e35ff224332f7037680c722b7c5696ec122a9c0341811982cb
+EBUILD sdnotify-0.3.2.ebuild 492 SHA256 5e9df2b28006af22a2e2c273230bf3d15eef6e58f766d792148cf10a25897bfa SHA512 f50b40a7a074ba0e3c16360da19d90d4c26b15d91f66cfa93e77042ad95296c239ce962e306a340b617287da4e1f21dc8eaa59829ea67068330cf591459d222b WHIRLPOOL 69dd97e9bc032254636466a74313ab9fc258cfa566edfefe9e9086481502d4d87eef5f82dcdcb4a71711cae142e3c60b4ad1bc1a467df4a10fbc4a60d220da11
MISC metadata.xml 898 SHA256 59c34273b0f1764d7bfa20e025dbb4b9535cb08ebe57b4ce93afa8bc0b8c2b3c SHA512 3bec05dec5e31a37d823081ff5b30fef06ab6a793801e1163d296d8c6b637dcc964379d53e77fdaaa6c55ccd5095018cb5f14c3252f575ba90eeeb93736ee986 WHIRLPOOL 0d4d270004d3aa2d9d7465075fbab82e146b190d16d7bd1413abe57f3bacd62416e730c058a326f65cdd9b2865fad22c3c09fb531caab34622099238e274fa0f
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}"