diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-07 12:37:21 +0100 |
commit | b8c7370a682e4e29cda623222d17a790c01c3642 (patch) | |
tree | f6caa14689bd00a5760eadaa381ff41e50ef3c1b /sci-mathematics/libpoly | |
parent | 8a4997a7e2d1e36c089d4d76935b5a902d98d3d0 (diff) |
gentoo auto-resync : 07:08:2024 - 12:37:20
Diffstat (limited to 'sci-mathematics/libpoly')
-rw-r--r-- | sci-mathematics/libpoly/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/libpoly/libpoly-0.1.11.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/libpoly/Manifest b/sci-mathematics/libpoly/Manifest index 714ee03cb2c2..5a80cc07e07e 100644 --- a/sci-mathematics/libpoly/Manifest +++ b/sci-mathematics/libpoly/Manifest @@ -1,3 +1,3 @@ DIST libpoly-0.1.11.tar.gz 614216 BLAKE2B 42a2510a6a9f94e7170b5df97ec8f2b7b29cb9c95bd13c8c7abebc9e7db7fedcbeb7a928f22d173e154180acc199e081323d2f1cb23264bf31ac1bfc88494dc8 SHA512 df08a6bab33e27023316972e2496801cea4959faf403b5df8314fa45b4541cd1352583a44084bea130c1e3ca4ed86de032f7f96eeb915599f178e80976a68f7a -EBUILD libpoly-0.1.11.ebuild 1420 BLAKE2B a06e8d45e5885b9f13d3cae64dbb4f0e8ce2b5b41c4168473e936109eddb5619baa41707be07ef7a8af0e4da178fba7de4840a1afdf498e51db3c4194c848ede SHA512 f61dda49c1f0a05e62cb4008d5b34b8ae6cdd0ec07be557cf76140e64350b88cacf12fc33494e7017d9064490ecb0049eb54dc4f94418328f0d7eb85a972e971 +EBUILD libpoly-0.1.11.ebuild 1421 BLAKE2B e051ed4f1cb76dd319f455e54f06c1603afe3fabf6de22c74b6d263b1bff63bc6c571dab755de7a50e7ce054bc56ea0e80b1b467cd48ae65bfe2386727ad593b SHA512 c482b290c9235643fc8e67a67d2ffd570b6c14cc5a4ad17c7ca366e0391556d5bfb06c4904cde7be4817faaee9f8ff2f11a47097cff5548433f21522c53fbd7d MISC metadata.xml 757 BLAKE2B baf8c7cb139dff0a4fd382eee7583f5f921209ffcddcac77a85086bb5214bc24bc875343f4f4f363e3e72e8077361e2864419c05c28338df4e9dd80b5dc4ce97 SHA512 0d9b28c2900d806f2b4df86eb69e9a3c1491a564559d80fdf78fa77673634a1735a391beb89599caea26f3af1a22880cb91e0611297e9fa811e85495eb12ff02 diff --git a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild index f83360e390fa..53f135b36c03 100644 --- a/sci-mathematics/libpoly/libpoly-0.1.11.ebuild +++ b/sci-mathematics/libpoly/libpoly-0.1.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 cmake |