summaryrefslogtreecommitdiff
path: root/dev-python/notify2
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/notify2
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/notify2')
-rw-r--r--dev-python/notify2/Manifest3
-rw-r--r--dev-python/notify2/notify2-0.3.1-r2.ebuild40
-rw-r--r--dev-python/notify2/notify2-0.3.1-r3.ebuild2
3 files changed, 2 insertions, 43 deletions
diff --git a/dev-python/notify2/Manifest b/dev-python/notify2/Manifest
index 74058fd0f106..f640d92ef37f 100644
--- a/dev-python/notify2/Manifest
+++ b/dev-python/notify2/Manifest
@@ -1,4 +1,3 @@
DIST notify2-0.3.1.tar.gz 17792 BLAKE2B 649df1934d1fffb97dabbf2f483204c55427fbede851840d642da2e4e62a9bda9d49670e60f5b2cda36b62ee47b7d0cd861d757d338867547dce3c7d61ddf7b4 SHA512 0b69a64e0a7e4955ee767c975db92c5c60d28c0e54f77498cfb98390771a8f536631fc34e42b5c46c138dfa1054b5516a0809b8e3b0cb9237a39825ddb827109
-EBUILD notify2-0.3.1-r2.ebuild 857 BLAKE2B 0f99a3ee46a04f85f5fe67d2d0d01dfd5669b5a626f43720a4f70c318f17373296a7d2b34c52d1e5a8d45e5d7c05f773e59955322e4e56ab4649333006da0fa4 SHA512 2548f4bfbfb8e68954e715f5d70669a5480e509c10062d32fb5888d4cca14ab00271fa65fbb202a989522dd555a0ab61587441ec324c51de52558871386488d8
-EBUILD notify2-0.3.1-r3.ebuild 858 BLAKE2B 5b32b0a22efa19614b35cc086d906e775b6649c04f66a42ecbc45c70349bfcd2ba89472eae432fd4ecea516594008136cce4d48201e4bf4a13142aa93c6f08d3 SHA512 72ba016b3758a18185c458373f72240855dd192aaae65701e73671706fbc9e3a3550bdd46a833ec015f74e3f2eefa767cc4f85c5919726c653c80cc006014311
+EBUILD notify2-0.3.1-r3.ebuild 852 BLAKE2B 1fe93518519774cf7cd41bb5d7df0a5efb87fbb39cf6366f9ff358366fa5fb336635602de2b44367d8159355770de3bf8d8c1d951db1538cebb8ffa992e5e0a2 SHA512 b9917b2d8354438466fd84738d7324294d373b98921a23cdb468c93c281d56d61b64f306745325bb7ea50ad5f882ec68fd43ae596cc945903a76d6a16ab6bc92
MISC metadata.xml 490 BLAKE2B 7627e5eb7c44257e2d495d2fc86e455e88eebe9a6d9a02491580b558224549bb9f93cfcb2f623375006537826599e81e8a2c5bb844930dee2381c40182cb3fcf SHA512 159eb84765ef2e160b602cb8725364c0e15efd3f42f6939643e38f271d1a5bc3ff610b24bc775cbd8a189faa796cda4652537ee19ab4678c805c7a90b11e1478
diff --git a/dev-python/notify2/notify2-0.3.1-r2.ebuild b/dev-python/notify2/notify2-0.3.1-r2.ebuild
deleted file mode 100644
index 2e66f17f4e27..000000000000
--- a/dev-python/notify2/notify2-0.3.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 virtualx
-
-DESCRIPTION="Python interface to DBus notifications"
-HOMEPAGE="https://bitbucket.org/takluyver/pynotify2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
-IUSE="examples"
-
-RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
-BDEPEND="test? (
- dev-python/pygobject[${PYTHON_USEDEP}]
- sys-apps/dbus[X]
- x11-libs/gdk-pixbuf[introspection]
- virtual/notification-daemon
-)"
-
-distutils_enable_tests unittest
-
-src_test() {
- virtx distutils-r1_src_test
-}
-
-python_install_all() {
- if use examples; then
- rm examples/notify2.py || die
- dodoc -r examples
- fi
- distutils-r1_python_install_all
-}
diff --git a/dev-python/notify2/notify2-0.3.1-r3.ebuild b/dev-python/notify2/notify2-0.3.1-r3.ebuild
index 18e4358229b8..e31ed3f3ad6e 100644
--- a/dev-python/notify2/notify2-0.3.1-r3.ebuild
+++ b/dev-python/notify2/notify2-0.3.1-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="examples"
RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"