From 4003c614d3c4b320c45ab1f4b817459d4709443b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 24 Feb 2023 09:47:15 +0000 Subject: gentoo auto-resync : 24:02:2023 - 09:47:15 --- sci-biology/biopandas/Manifest | 4 +++- sci-biology/biopandas/biopandas-0.4.1.ebuild | 28 ++++++++++++++++++++++++++++ sci-biology/biopandas/metadata.xml | 4 ++-- 3 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 sci-biology/biopandas/biopandas-0.4.1.ebuild (limited to 'sci-biology/biopandas') diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest index 5d803512b7ab..0b5bde56bed0 100644 --- a/sci-biology/biopandas/Manifest +++ b/sci-biology/biopandas/Manifest @@ -1,3 +1,5 @@ DIST biopandas-0.2.7.tar.gz 255846 BLAKE2B b8c6a66f51a00266bc1a271ecfe00b4cfddd24b9766e63e2ad4187048ddd8f985d70eb8083b1be3887a0fd9b666c97553029ecd90c7b73ae882e5347bbc54d2e SHA512 cf4f12601b7f63ca3d5e9a17c6628e4975968f722c9db72e32c00e80ec335c5bf6a928a5f887b16ecd316c49b298d77634cbe1c4ef1ca505379b1de5335e2569 +DIST biopandas-0.4.1.gh.tar.gz 5330292 BLAKE2B 78b783ed77bbd8e6efd115a108f99c502fd71ef4c231746575599828699dac1de85125273df1af74d0bd51e092751113474ef2baf312a184e23b3057cd21222a SHA512 e08694fad927a5ac096b2cd78f641a2af262ebfc7351fc4dc37e5df39e98a6e984ccab26718109f18eed988a4a4af5b29d19c5cf3e8e2d794246b1410a9b5440 EBUILD biopandas-0.2.7.ebuild 1030 BLAKE2B 9e6532e22646eb0d8f5d4f916490d6d08218db61feab06d4778ae6a1fdff916531aea5ca05d4405da109ef02c9068d43ad696714fccc2b4b6ff2db641b91b4eb SHA512 179f13e3c0599965f6179dbae0be86f7da3f8f87dcd066be03ea9ae506c5f121fc4d2378c53a52d28800827e9a790f1f395397211e15cec5c458bd01edfa53a4 -MISC metadata.xml 537 BLAKE2B 3a84070766aa469d204a25e3dec6864db46db27a681327124b208f64b782b598d3b46b4495e08c3e9fd0484980ce1966b498cfd74d81f8d20849f6e531e0bc3e SHA512 13055720124f4586a2949140068976090fe90d997035a8426ee0833c0df9eb082abe838312d44df78c2b28ab16a9cd48df181a2082496278243e4b0e5f8fd25a +EBUILD biopandas-0.4.1.ebuild 669 BLAKE2B c8169a146ac2a23317152e374df3a72545399c4dd162a6b9c0394c40e83eb296cf09ddc35a02237b0894bede3573247467376240ee50abe5558bf183a7e65486 SHA512 47eb4221c05e2819deff8598c6f3e67d53c6cd7de40ada5a6d1b97b206c6bdaa9240cd1f2c4f3b1ad2aab66ff62c02a9179667353f9bd4e412ac3b703074493d +MISC metadata.xml 541 BLAKE2B 45092856329b54575afe8a96a334b0face2c980cea240f57135c5a631088f114944a3c80ffde509af7e3a14c3a17652c8df4828919474e6b9961b93b51c8abbf SHA512 aafea3a1194d6cebddcf3b3d42a7c26a510c360259ffcf49c16f2de8742f1d24097cfeccd2e33a1d8d30a3c63fb5ca0a21469bac3c30aad6a4d41136f87cc4df diff --git a/sci-biology/biopandas/biopandas-0.4.1.ebuild b/sci-biology/biopandas/biopandas-0.4.1.ebuild new file mode 100644 index 000000000000..50fe601ed514 --- /dev/null +++ b/sci-biology/biopandas/biopandas-0.4.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..11} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Molecular Structures in Pandas DataFrames" +HOMEPAGE=" + https://rasbt.github.io/biopandas/ + https://github.com/BioPandas/biopandas + https://pypi.org/project/biopandas/ +" +SRC_URI="https://github.com/BioPandas/biopandas/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] +" + +distutils_enable_tests nose diff --git a/sci-biology/biopandas/metadata.xml b/sci-biology/biopandas/metadata.xml index 1b4a0fc84ad0..5133b4eff6ab 100644 --- a/sci-biology/biopandas/metadata.xml +++ b/sci-biology/biopandas/metadata.xml @@ -6,11 +6,11 @@ Gentoo Biology Project - BioPandas + biopandas mail@sebastianraschka.com Sebastian Raschka - rasbt/biopandas + BioPandas/biopandas -- cgit v1.2.3