From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF83915802F for ; Fri, 24 Feb 2023 07:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC136E077A; Fri, 24 Feb 2023 07:00:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A177FE077A for ; Fri, 24 Feb 2023 07:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B952340DAD for ; Fri, 24 Feb 2023 07:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2DAE8AE for ; Fri, 24 Feb 2023 07:00:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1677222010.e0cbd19d6d26f1ffcd92b2885a978f4ed90f4512.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/biopandas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/biopandas/Manifest sci-biology/biopandas/biopandas-0.4.1.ebuild sci-biology/biopandas/metadata.xml X-VCS-Directories: sci-biology/biopandas/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e0cbd19d6d26f1ffcd92b2885a978f4ed90f4512 X-VCS-Branch: master Date: Fri, 24 Feb 2023 07:00:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e571a08-a04c-4f58-9173-99ac2b7342ca X-Archives-Hash: a6940d6b620ed7d53a8aedd6f8689eb6 commit: e0cbd19d6d26f1ffcd92b2885a978f4ed90f4512 Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 24 06:59:44 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 24 07:00:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cbd19d sci-biology/biopandas: add 0.4.1 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/biopandas/Manifest | 1 + sci-biology/biopandas/biopandas-0.4.1.ebuild | 28 ++++++++++++++++++++++++++++ sci-biology/biopandas/metadata.xml | 4 ++-- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/sci-biology/biopandas/Manifest b/sci-biology/biopandas/Manifest index 88c904d40ce4..336fb1afefa4 100644 --- a/sci-biology/biopandas/Manifest +++ b/sci-biology/biopandas/Manifest @@ -1 +1,2 @@ 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 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