From 0b1a4d018ed7758b9e49f6e4b3b38304f91a8cf5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 18 Aug 2022 02:33:40 +0100 Subject: gentoo auto-resync : 18:08:2022 - 02:33:40 --- dev-python/pyinotify/Manifest | 3 +-- dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild | 2 +- dev-python/pyinotify/pyinotify-0.9.6.ebuild | 29 -------------------------- 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 dev-python/pyinotify/pyinotify-0.9.6.ebuild (limited to 'dev-python/pyinotify') diff --git a/dev-python/pyinotify/Manifest b/dev-python/pyinotify/Manifest index ebecb5477699..cea6c887c8c4 100644 --- a/dev-python/pyinotify/Manifest +++ b/dev-python/pyinotify/Manifest @@ -1,4 +1,3 @@ DIST pyinotify-0.9.6.tar.gz 60998 BLAKE2B 7fb55cfe5b2c02682b5842d95859a58f218ab591a4eee689b707e804c6fe8cde4cc1fb3dfbf54a044ff743deefa0ee5551bc6e27ca4dda1c608218a6c24597b2 SHA512 b52de43293b06b32236e90b7c33fac061f3095cd7d4aecec89a099d56020db1a85440ab9dcc8b521238c001fc49a1f37d1b16d621bc1acab4d7273aebcaadbc5 -EBUILD pyinotify-0.9.6-r1.ebuild 775 BLAKE2B 67f4b767545ca6992a20d501f66ffb87abb9bcb355b8306e9c885a30b7a3a16c061dfb42f94f154ef5024579c248fe1ff8e2b0fee24a4923278b2901b47af740 SHA512 4ca4e6660c86c1bbad842a4687fea777df448f052a89e990cda58558aa6302c6dc207c0e716f9714194895f8e7f124f46a304d756e78b06d8a4354bcf7a9e710 -EBUILD pyinotify-0.9.6.ebuild 735 BLAKE2B ce89673e9867029b172ebd469b8908103a05eadf2772347075eb7f919a45f9fd74a7e87e92a06fe667a6faf010600516658915d377a20945984fe517a4b0eb56 SHA512 556b10149750474008f6389d68f4a1e2e982755719e0643a591605490c83aae8b24f707d1f0f930ca1bf1ab1301712782afac90b1b3af61df9f61e868c708cb0 +EBUILD pyinotify-0.9.6-r1.ebuild 767 BLAKE2B f4794fbc8f37c8f8742cb8f38e0e41e4699aea781a55e3ec023d1946c3e7a1c3f7d38fa47f7d73f2c517b1d609fe8ac125713c64d14e8679c5f9b5af8e35579c SHA512 49b62837f95eb03c69950a419dbf5facdb6541be7fd238ff1fed302d0ff7b12169793e0777d773167b7f3034231f264e5c6b0328a537d08bb48c65525e704c18 MISC metadata.xml 392 BLAKE2B 2a93eeba71631eaa13849f4a378cd7e8ddaba38e1e22c8b7baea9e8c81f0e922cde667a9088590b88b0c374f9aad8251bf8f8f2076c3bf4611c1927e941d6987 SHA512 0efd77ede60fbd00ed4b452455fe7bef88e53ddecb5eef808474251f0cd87c8c87749a6f260f76c5dadb2e4d913109602707857a403925b6b20e26f56dfdc9b3 diff --git a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild index 79b5872dce8c..c7921139ed28 100644 --- a/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild +++ b/dev-python/pyinotify/pyinotify-0.9.6-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="examples" python_install_all() { diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild deleted file mode 100644 index 63be1629b761..000000000000 --- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..10} pypy3 ) -PYTHON_REQ_USE="threads(+)" - -inherit distutils-r1 - -DESCRIPTION="Python module used for monitoring filesystems events" -HOMEPAGE=" - https://pypi.org/project/pyinotify/ - https://github.com/seb-m/pyinotify/" -SRC_URI="https://seb.dbzteam.org/pub/pyinotify/releases/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -python_install_all() { - if use examples; then - dodoc -r python3/examples - docompress -x /usr/share/doc/${PF}/examples - fi - - distutils-r1_python_install_all -} -- cgit v1.2.3