diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-02-20 22:31:03 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-02-20 22:31:18 +0100 |
commit | 0517580bb3741c5107045dc9444b0811fefbe257 (patch) | |
tree | 79b9753845f3f3fa4de39972e979b57be02488f5 /sci-libs/datasets | |
parent | dev-lang/go: rename BV to GO_PV (diff) | |
download | gentoo-0517580bb3741c5107045dc9444b0811fefbe257.tar.gz gentoo-0517580bb3741c5107045dc9444b0811fefbe257.tar.bz2 gentoo-0517580bb3741c5107045dc9444b0811fefbe257.zip |
sci-libs/datasets: add 2.15.0, drop 2.14.7
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/datasets')
-rw-r--r-- | sci-libs/datasets/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/datasets/datasets-2.15.0.ebuild (renamed from sci-libs/datasets/datasets-2.14.7.ebuild) | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/datasets/Manifest b/sci-libs/datasets/Manifest index aedfb1428ab5..42abdebf934c 100644 --- a/sci-libs/datasets/Manifest +++ b/sci-libs/datasets/Manifest @@ -1 +1 @@ -DIST datasets-2.14.7.gh.tar.gz 2145270 BLAKE2B b3196f75bd52432091052e63ccfc538072b30bead213c7ddc549724c8efedacdf6bb8934574220ee62e27a48240a769ad5e79c4e39cad92538dc6947f7f9bd2b SHA512 87ecaec34670af5b4879aaa85e730fc4ba376028e7ca033a556aec9ac55156f11252dd130c12dc160d5c3d5618fa8888072e46c7dcc01eed9c0e2e07657b0b74 +DIST datasets-2.15.0.gh.tar.gz 2147191 BLAKE2B eadf0133f0baa9f0469a51f28e00d3656b2b799ed1ff221ad6df39640c9777ccd46b706e46898ffa0597bc43288ee5991410d5c6d0a2cb3b814658c92d779a68 SHA512 589ca7992d58007c556558ef0889354fe34821f55e79025ea475d08c105428fe84c77c9183ec0028d8e60b25ba0ea8565bd8c6003a85bb6472d1cb4a247142e2 diff --git a/sci-libs/datasets/datasets-2.14.7.ebuild b/sci-libs/datasets/datasets-2.15.0.ebuild index 0fab7cd550c4..52af2f93ac88 100644 --- a/sci-libs/datasets/datasets-2.14.7.ebuild +++ b/sci-libs/datasets/datasets-2.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -52,7 +52,10 @@ BDEPEND="test? ( ') )" -PATCHES=( "${FILESDIR}"/${PN}-2.14.4-tests.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-2.14.4-tests.patch + "${FILESDIR}"/${P}-tests.patch +) distutils_enable_tests pytest |