diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-08 00:00:57 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-08 00:00:57 +0100 |
commit | 5181ced3f3566a9610b85922b083c8f84f20d78f (patch) | |
tree | d7eb288527e8bc248dd17ff874995d8bffe06704 /dev-python/partd | |
parent | 7bcfea9c5e79a425a62a66bba477b9d3c0d7fdd0 (diff) |
gentoo auto-resync : 08:05:2024 - 00:00:57
Diffstat (limited to 'dev-python/partd')
-rw-r--r-- | dev-python/partd/Manifest | 2 | ||||
-rw-r--r-- | dev-python/partd/partd-1.4.2.ebuild | 35 |
2 files changed, 37 insertions, 0 deletions
diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest index e0a45077c79d..1fe268d00423 100644 --- a/dev-python/partd/Manifest +++ b/dev-python/partd/Manifest @@ -1,3 +1,5 @@ DIST partd-1.4.1.tar.gz 36272 BLAKE2B 032f30988468d68b5b8a18ceeb28f75c6807bae8ec57a88c50beb1c4ed2f99721d5f50e1002cf74376867f54f5c5dbdaf823b999f8680766f13e8f5f9df74801 SHA512 0bf285a33731d3c000e6c2c1958cda0df21c3a2be31694ac31ce0cc45aa2b31b8631f962c25b9ecac3831474abb5872748bd3348f99e13faadee467a1f164492 +DIST partd-1.4.2.tar.gz 21029 BLAKE2B 47f4129beb7062415f6b7af8b1ad88faa299692abd6691bbb5ae56c991685d3c7ae7cab809c3ea67e90fc054c6018e1ed36ef0cb5be3c755eca06f1bc90fcfbc SHA512 ae7af568ea5c2c6127ea01bcb2a6703305f126414ecce8c648a14d39fd8dac987f6356011b6a61a1b1441f14a189a098bf9fe35f978a5794959e5da409668d2b EBUILD partd-1.4.1.ebuild 881 BLAKE2B ca47bd2f853a476e8f03961c686a0a62e88bae0ebf383b03241d447dddd68750c2d4653bf29e738f0e99873d636ba39f37eaa3d1d5671427604a78d5072fe699 SHA512 410053411cda955fe5366645520899b56271ab0c613000480d83f3e792cd6a0db402dd2387c52ff2afa75150778bdae5e024165dbead0ab02f7418e8f46971d5 +EBUILD partd-1.4.2.ebuild 772 BLAKE2B c6ed5f847fe55be363e11157b363e0f5f37c49f8ed813bd038780c77e1cebcedc23c4abca7cd62ecc31f4a615a482b6d63681a6db75708be0e30154343480b1e SHA512 5bc3767e23dfe0b79af099e532c59b6f9dad5818d53fdd572ab353725a12d53c948416a8bdaf4b6533c446a1833b92d2b402156828f802599be1522886900c06 MISC metadata.xml 694 BLAKE2B 88b82b21fce3071b0208928c6f19cc319887b09f56d643a534cd74a8e197047255cef8faa9b8dbbc1e776cc155c74c00c5f98f721fb2e95482a105e6e6f44481 SHA512 5dd00f370e902bfb80a4b483a209851f0f4ae7dd3b794a43e4724a366a1c4513147ecee581ce55ddd09b3c8c254e06073cf90a174d8eb87fe5991c1882c5e6b3 diff --git a/dev-python/partd/partd-1.4.2.ebuild b/dev-python/partd/partd-1.4.2.ebuild new file mode 100644 index 000000000000..8ee284590257 --- /dev/null +++ b/dev-python/partd/partd-1.4.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Appendable key-value storage" +HOMEPAGE=" + https://github.com/dask/partd/ + https://pypi.org/project/partd/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/locket[${PYTHON_USEDEP}] + dev-python/toolz[${PYTHON_USEDEP}] +" +BDEPEND=" + >=dev-python/versioneer-0.20[${PYTHON_USEDEP}] + test? ( + dev-python/blosc[${PYTHON_USEDEP}] + >=dev-python/numpy-1.20.0[${PYTHON_USEDEP}] + >=dev-python/pandas-1.3[${PYTHON_USEDEP}] + dev-python/pyzmq[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |