summaryrefslogtreecommitdiff
path: root/dev-python/notify-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-17 01:16:38 +0000
commit53cba99042fa967e2a93da9f8db806fe2d035543 (patch)
tree9780d3b87dfc6bdebc6b7b7d15af1ecb813c6853 /dev-python/notify-python
parent71deace00d1a2b091313fe137ab7092418c6f87c (diff)
gentoo resync : 17.02.2020
Diffstat (limited to 'dev-python/notify-python')
-rw-r--r--dev-python/notify-python/Manifest2
-rw-r--r--dev-python/notify-python/notify-python-0.1.1-r3.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/notify-python/Manifest b/dev-python/notify-python/Manifest
index 4318b7cff013..c884979645fe 100644
--- a/dev-python/notify-python/Manifest
+++ b/dev-python/notify-python/Manifest
@@ -1,4 +1,4 @@
AUX notify-python-0.1.1-libnotify-0.7.patch 916 BLAKE2B 22fbcd4a8c1931fe78a342d5d82df71664f803d6eb935003c0f0e46bc7f562b10b038983744ba16b883db72895ad7f1ef57d9fadb3c9c6f93219b94aa47ce89e SHA512 1b8c1e315ecd842925335d2115a941df47569a9557e79eca734a051e838418d0fe0d315e4f8b41de219662271dbb6e1faa8398374d1728e92263c84feb0ccc66
DIST notify-python-0.1.1.tar.bz2 214514 BLAKE2B 7e7496b817abedc5577751a6525ca928c6f7e8cc51aeac810a0927e46533d93d4da73b5f76846a68cde025dae24000601a5745eb93037b149177d4941cbdaffc SHA512 67021af81d77b6a1ead4ee2a0ab4e8684c2b60c672ab7aa09a8f89d71cf646453d9be76455ac28616d70645019946db1731a7021fbb91fe66d9e057fcb3815a0
-EBUILD notify-python-0.1.1-r3.ebuild 1284 BLAKE2B 57e8e944df94b61a35b94fb3ebfe4a4a07f8d05daee93940736a2072fb91e37bf1fdf1ddb3c67660d1b8ed36d34196a366754d9c6eec832dd2641403c1f34533 SHA512 49aceb588cdce6ab75292b5cdccd9f17f542016dd2c0e5d5e54e291775849a22fb7c6d13a03511b126c2062a68f7b06a5ce431844e4487663171bbb30aa463f5
+EBUILD notify-python-0.1.1-r3.ebuild 1289 BLAKE2B e4165f5688022b99fe7315b91f5cd7dc15678711a71eae3c000306d366fa68f9e60971956da0a6872d34c8df42d9e3ebe37938613cb0c3887ef8627849b8e685 SHA512 2a2186036a079591497b5dcaea5f74a1a8470153f042f35ade01d9d69e755c8ec0618c53fff451bf78cb0ae00a5dca0c567ae7225befa8aa930acfad5da34a76
MISC metadata.xml 246 BLAKE2B 3a28b3bb42a0352827a446ea608867a7782fe682458527ef441a528a22c9f951dc203639934a69ffb520f63aadce3037df28bf8c5304b3a5921b336142f9f246 SHA512 3245fb694492b2f698fb63aac02e66fb8a94fe35eabda45df4790bec043a1ea552e112315334001902f070093bb73e7b741aa3004757404aed97ebdb86cc9fbc
diff --git a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
index fe0d5ed06b6d..027123fbb0e6 100644
--- a/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
+++ b/dev-python/notify-python/notify-python-0.1.1-r3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
-inherit autotools-utils eutils python-r1
+inherit autotools-utils eutils ltprune python-r1
DESCRIPTION="Python bindings for libnotify"
HOMEPAGE="http://www.galago-project.org/"