From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- sci-misc/vitables/Manifest | 4 ++- sci-misc/vitables/vitables-3.0.0-r2.ebuild | 4 +-- sci-misc/vitables/vitables-3.0.2.ebuild | 40 ++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 sci-misc/vitables/vitables-3.0.2.ebuild (limited to 'sci-misc/vitables') diff --git a/sci-misc/vitables/Manifest b/sci-misc/vitables/Manifest index d8de7dd202d9..ae246935131e 100644 --- a/sci-misc/vitables/Manifest +++ b/sci-misc/vitables/Manifest @@ -1,3 +1,5 @@ DIST ViTables-3.0.0.tar.gz 860411 BLAKE2B 7ef5a7ac681ac7d0d2544987080478deba39db275dc0559db48d0375ebd83f260eb37dc3b9e99b131fd427b81668b882f15549e6f1955615f9dee5927c6cc57d SHA512 0ab0a3529f70111f6d2c1a765398d0c05607e2839a353670eebfa26bedd2092a33afe9f1cad14eec5d23f76fc5f54fa6f61e2e4089d9c2f3fd43396dbbbba7b1 -EBUILD vitables-3.0.0-r2.ebuild 909 BLAKE2B 75cc8fbd1e3e57e3057ec2c7ab764071bb80e5877d1d6d264262df6a17d7f927279aafc15d45f55d426d931c6f3bc010f8b41c317824f70a397149f06cae7d21 SHA512 88a9b0f279b00c63451845eed6cae777dcdb7a0eb45a3b4147d12a5a70a8a29bff2f913d9b3a902e3db1b16f63cfe95c78b4b50bf74eeb67c3d664e4d245b05e +DIST ViTables-3.0.2.tar.gz 921231 BLAKE2B 5800cf222260f0d4c4c7c652f8ecab32b764f3555d7a19bc3aca6acdb68648b0b381389737a67f8b2d558ba09dc9f9837103a6c3c27ca6f7b9c0b0ca31bf8978 SHA512 d9b5fc0c5c31cd663a5ce8af415b8e7feef89b5d542933dbb8809961b9bdf325d115238526856f928e8326192e73c8cd84879566d569d70c6418921dac444766 +EBUILD vitables-3.0.0-r2.ebuild 911 BLAKE2B 0c21c4e3f0f78870b274fe9311e8fcc4891d499ef9884f1adc63b9152acf394cc3dfbb6f696c1510840a348b6cc5f691aeac4c731d4b77f6bfb0d778cd3bb2f3 SHA512 ba19b6c130b03552497268fef74e5a731a9d4e3704dbf867fda6d4701751a1c122f26e89e073af7c0111d2398d708479b941717f9a1e4555c4d90d1c00d66922 +EBUILD vitables-3.0.2.ebuild 871 BLAKE2B 4ec706f87683e20878c6d5af838c72b3a673ded2e59c4b96984a16c24c8bada30d1e31f9e55fa3b9b7fd767726e9ac8eb7046b0138e38003e8da3410ca4208b1 SHA512 f9699b5e8d0973d704cb8325986f7c02a6760fbbe07383206bfed5371f4340f4b2d8a07775fa34a056eb8657b17c68cd7c0b0f80f2197bb98c945cc190f3bce7 MISC metadata.xml 637 BLAKE2B 5de3507f0c14fd0a8af230464a40a60f861433cddea38ea9490a00477f7677045845e48465d1684b0e93cc94ad6423b416e4993aabc23c793114c70365f514c6 SHA512 3e891f2f726db29eb10ae7f26e4dd30abeb8cc3d251b119c226cccfa6ca8fc90311dae6b96acd810e95423674fb57017cae938f48e213d4a873da2d9e9ee7789 diff --git a/sci-misc/vitables/vitables-3.0.0-r2.ebuild b/sci-misc/vitables/vitables-3.0.0-r2.ebuild index 0bf8fafb5f12..9dcf272e5e66 100644 --- a/sci-misc/vitables/vitables-3.0.0-r2.ebuild +++ b/sci-misc/vitables/vitables-3.0.0-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 diff --git a/sci-misc/vitables/vitables-3.0.2.ebuild b/sci-misc/vitables/vitables-3.0.2.ebuild new file mode 100644 index 000000000000..d334a4dbd1b0 --- /dev/null +++ b/sci-misc/vitables/vitables-3.0.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_SINGLE_IMPL=1 +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +MY_PN="ViTables" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="A graphical tool for browsing / editing files in both PyTables and HDF5 formats" +HOMEPAGE="https://vitables.org/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + $(python_gen_cond_dep ' + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/numexpr[${PYTHON_USEDEP}] + dev-python/pytables[${PYTHON_USEDEP}] + dev-python/QtPy[gui,${PYTHON_USEDEP}] + ')" +DEPEND="${RDEPEND}" +BDEPEND=" + test? ( + $(python_gen_cond_dep ' +