From 623ee73d661e5ed8475cb264511f683407d87365 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 12 Apr 2020 03:41:30 +0100 Subject: gentoo Easter resync : 12.04.2020 --- dev-python/notify2/Manifest | 5 +---- dev-python/notify2/notify2-0.3.1-r1.ebuild | 2 +- dev-python/notify2/notify2-0.3.1.ebuild | 30 ------------------------------ dev-python/notify2/notify2-0.3.ebuild | 30 ------------------------------ 4 files changed, 2 insertions(+), 65 deletions(-) delete mode 100644 dev-python/notify2/notify2-0.3.1.ebuild delete mode 100644 dev-python/notify2/notify2-0.3.ebuild (limited to 'dev-python/notify2') diff --git a/dev-python/notify2/Manifest b/dev-python/notify2/Manifest index 992a1428a963..b82bce4ffaee 100644 --- a/dev-python/notify2/Manifest +++ b/dev-python/notify2/Manifest @@ -1,6 +1,3 @@ DIST notify2-0.3.1.tar.gz 17792 BLAKE2B 649df1934d1fffb97dabbf2f483204c55427fbede851840d642da2e4e62a9bda9d49670e60f5b2cda36b62ee47b7d0cd861d757d338867547dce3c7d61ddf7b4 SHA512 0b69a64e0a7e4955ee767c975db92c5c60d28c0e54f77498cfb98390771a8f536631fc34e42b5c46c138dfa1054b5516a0809b8e3b0cb9237a39825ddb827109 -DIST notify2-0.3.tar.gz 8798 BLAKE2B 57e1eeaa96b9e5354991db36440abfbf80471887c094e41dd6ccff72f1b1b35524bebf83b44afa455c64cdc3fb7b0ef66d2517ca499340a3d001e796828ff9b6 SHA512 3290a5ff291d5500bcf631094fcf10302b234353eb8c26b91e7cd264238443866aadc15224d51eb6608e16b7ffbc9316d4bc551e5ad9de2a48b12a31b195739f -EBUILD notify2-0.3.1-r1.ebuild 700 BLAKE2B d50495be8f7a580b5c3a313dd9af07b122d563e09f33f108587d9cf8db2f1cee521bfa1001004d7adac359d9f785a3e5a79a94dbfb874c7383479ecfee32f14a SHA512 03e2cf512bd9e5bdf11f0fbbd4864900e2a9cecffb280b6302369f84bd3cf974d2e15cda0a09491d472192f7581d6ca235e1a4a30d516fe2e68b1fa465896bd8 -EBUILD notify2-0.3.1.ebuild 667 BLAKE2B 9cff613acf78a5471cfe73e5210e040fd980dad46ee8f04027b28647924246110373bbd6e343ffa1f6e6941ecb0dec122823ad515d24a65f9b6d1c957c7e096f SHA512 2ba67f532c2df4586b9c157cfa5b830b954bca22d64640bbb1f97839fb699352137f3ac302ba257a881dabf3843a563597c492520aa684193a032839311bd5b0 -EBUILD notify2-0.3.ebuild 662 BLAKE2B 454554f3f692ca9fc5a0cea4c2c231f5a0281ec76bb0b266a1bea9cc257f760ac4cbe70705dbd25bd13d05a038edfc9ece9f26a9dc518057a0aa6486a0b34c9d SHA512 04a55e99124cdd89031ae282dd9d73e4cb9fa13a306c50ea575a0101d1a9877255a648aa1931ca775cf8d3f921ae81ae922856d4989428216391d040fc25abcb +EBUILD notify2-0.3.1-r1.ebuild 695 BLAKE2B 334454f796c3fc9117e9e481a8ddfddd183c57b016c26139525239847e5e2485fbc560800f8629951db1605fb2092848e3d6a364a89a9ebe038f06c016715b9d SHA512 fca37faefda801e7a64ce988fa339ec6d8a8d24a2e2089969ba1fedb579326f311122cfceda62e2fbfbd6c4da39fcd1b3fbf9b492a73651af6e2d1d9cced7f78 MISC metadata.xml 465 BLAKE2B 477ef3b148c7916372b0c12fc450dc9bacb59c609a3e3e005be6f8d5a268661405744c16180b336e34f4782f7e3a38ba17e63747d46199d0eb161e23d8415eaa SHA512 8024b5c580d09b74bf6a258dad507bec09d0c7bbbd10861bc2f866dd71acd7a858e7175dcb1d670cfdbade64da3f607667434a8587de6ceaeee7da028ce332ba diff --git a/dev-python/notify2/notify2-0.3.1-r1.ebuild b/dev-python/notify2/notify2-0.3.1-r1.ebuild index d91edd3ff6af..a660cccca0e5 100644 --- a/dev-python/notify2/notify2-0.3.1-r1.ebuild +++ b/dev-python/notify2/notify2-0.3.1-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 arm ppc ppc64 x86" IUSE="examples" RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" diff --git a/dev-python/notify2/notify2-0.3.1.ebuild b/dev-python/notify2/notify2-0.3.1.ebuild deleted file mode 100644 index 5441744a028f..000000000000 --- a/dev-python/notify2/notify2-0.3.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) - -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 ~ppc ~ppc64 ~x86" -IUSE="examples" - -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" - -python_test() { - virtx ${EPYTHON} test_notify2.py -} - -python_install_all() { - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi - distutils-r1_python_install_all -} diff --git a/dev-python/notify2/notify2-0.3.ebuild b/dev-python/notify2/notify2-0.3.ebuild deleted file mode 100644 index 745ef3a38a03..000000000000 --- a/dev-python/notify2/notify2-0.3.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) - -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 ppc ppc64 x86" -IUSE="examples" - -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]" - -python_test() { - virtx ${EPYTHON} test_notify2.py -} - -python_install_all() { - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* - fi - distutils-r1_python_install_all -} -- cgit v1.2.3