From f600d271165c10673bc5bbb10a07d7734d487dd2 Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 3 Apr 2022 15:34:58 -0700 Subject: [PATCH] sci-visualization/plots: Stop excluding tests The maintainer merged the change upstream. Cheers! Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ryan Fox --- sci-visualization/plots/Manifest | 2 +- sci-visualization/plots/plots-9999.ebuild | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/sci-visualization/plots/Manifest b/sci-visualization/plots/Manifest index e28be04..8a9a15c 100644 --- a/sci-visualization/plots/Manifest +++ b/sci-visualization/plots/Manifest @@ -1,4 +1,4 @@ DIST plots-0.6.1.tar.gz 816362 BLAKE2B 0569b56319c258c8c4eaa1755639249bce8c633e4f64d5b0bc22f7972a90138b9f557bc2a1919285d864e2e7abed573ddda84f7cd82bd8dfb02be52bca1e8881 SHA512 641dbe09ef61de629990f0c892ff947d43ad3dc2385ec87340454f8da780b13d2e805c31eaf66060375bf9222bed29e5201b4474b8d38239e521b6636a588011 EBUILD plots-0.6.1.ebuild 904 BLAKE2B 25a209a871b5d84f5d43ee480f8fdd1b7228031e7f7b756943076e6519226d0918dbc178c25012d6afbd7bb129a98636576069ae84f2fd2cbe70ce527a8443d4 SHA512 8483246e9289c6acc653f920430bcc50846369fcd27c0d8660fba4a3c3f6eb9a7d433c41c6b3ec90cbef56c5dc19b5823a6376a71e5254dcf5929f6dadd405ea -EBUILD plots-9999.ebuild 904 BLAKE2B 25a209a871b5d84f5d43ee480f8fdd1b7228031e7f7b756943076e6519226d0918dbc178c25012d6afbd7bb129a98636576069ae84f2fd2cbe70ce527a8443d4 SHA512 8483246e9289c6acc653f920430bcc50846369fcd27c0d8660fba4a3c3f6eb9a7d433c41c6b3ec90cbef56c5dc19b5823a6376a71e5254dcf5929f6dadd405ea +EBUILD plots-9999.ebuild 799 BLAKE2B a5c7db0a52ac21f9ee48799dd673dd01c0938457a8e2422710e1270d262b011e5731227e0a649bd37cdf14409725cabdc8a910cb24eecb3d648bee687e035473 SHA512 d4214d4f4e7975b5a582687a1dd7a1aca451ee9ae5ca9a370218685057043fc033f35ca211cf7c3d04cce59a009e864ce30177629f461cfebcdd19e36c809f5d MISC metadata.xml 324 BLAKE2B 2ce3b06025a482512b009aca09ed4cd00652cf589f4254e40a7b3fde2cb0c1fe075a7b081f64aaf200903c28b326186fe6b48cde072812c835ff8ed18f260c36 SHA512 3f24074d387a3ec1e3187492c94c65f5c83947f046d5ab169604b34f1bdf62712f7f0002328ac81b526ebcf08ffb636ce473a41868f91f0d2ac322a7cdf4cbee diff --git a/sci-visualization/plots/plots-9999.ebuild b/sci-visualization/plots/plots-9999.ebuild index 2ef6c7c..1dbed91 100644 --- a/sci-visualization/plots/plots-9999.ebuild +++ b/sci-visualization/plots/plots-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 @@ -35,9 +35,4 @@ RDEPEND=" " BDEPEND="" -src_prepare() { - default - sed -i "s/find_packages()/find_packages(exclude=['tests'])/" "${S}/setup.py" -} - distutils_enable_tests pytest