diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-12-15 18:09:03 +0000 |
commit | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch) | |
tree | 4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-python/inotifyx | |
parent | b284a3168fa91a038925d2ecf5e4791011ea5e7d (diff) |
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-python/inotifyx')
-rw-r--r-- | dev-python/inotifyx/Manifest | 2 | ||||
-rw-r--r-- | dev-python/inotifyx/inotifyx-0.2.2.ebuild | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/inotifyx/Manifest b/dev-python/inotifyx/Manifest index 9576ad2e8b1a..84576b908936 100644 --- a/dev-python/inotifyx/Manifest +++ b/dev-python/inotifyx/Manifest @@ -1,3 +1,3 @@ DIST inotifyx-0.2.2.tar.gz 11831 BLAKE2B 66acaa3ac972c8c722f9552bb674f86a6d0ea8819e73654b9a43e74f311bd8b569ecc9fc0196166ecc89eb5cf16cc3b87ee72638ad48a9e5413f26c4975e298d SHA512 a00a947da2bd31d9b867f21666aceed48b0bf9be6b1b3643676450ed68bd71400601e57e004bcd45e93274cabf933694887797f3a4e334ce6924236763112c56 -EBUILD inotifyx-0.2.2.ebuild 484 BLAKE2B 0f103dbee2760eb957cc994886d3692b25ec864d05903aa2a59c7c011372db6327e3c7ef2c142fe7000606864c336a8ece434458e9f1480258e13b384f86d8e4 SHA512 1e578d8e65506f87eb0a4d129cb4dfb26503830e1ac398ae75e0685976cbca64ce2770d1fc49ef03264cf07f2e735c02322b4ebee8ac068b1338f1114efd9d0c +EBUILD inotifyx-0.2.2.ebuild 508 BLAKE2B fcb392cdad15572b7b99897928d1518cd4d27d0c36a38349b10107179244e1676b591dec24964aed15b009388764685a93262c31fd22e2d10dba2f57f7972a90 SHA512 fb7860d61572027442475c9a95a9e85aac34446ad8d93c1beb77b857e9e95adf73bebc4cb20f0c11d22ca0d73d76ba364ddbb3baa8ec03f5c0af17a256c6a283 MISC metadata.xml 325 BLAKE2B 95c3686f920461287205583a98837099317f34fbdc2e2de3376d9087909fb57732b563ca3b67a647a4620fe6b7191b712c5d13a2f1c843c6627c8724db906acd SHA512 60447839a97f75c1649cdf8ef33333a70fafce89882c97ee3222996834246ce2bb92605c2b47fb1ae57507b8dd4192aaaf90c7d2bafbfd1fad4103a07c7b6a7d diff --git a/dev-python/inotifyx/inotifyx-0.2.2.ebuild b/dev-python/inotifyx/inotifyx-0.2.2.ebuild index ebaafa18716c..75739d4401eb 100644 --- a/dev-python/inotifyx/inotifyx-0.2.2.ebuild +++ b/dev-python/inotifyx/inotifyx-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,6 +14,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" +RESTRICT="!test? ( test )" python_test() { esetup.py test |