sci-biology/biopandas: Remove last-rited pkg

Closes: https://bugs.gentoo.org/878721
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-03-29 15:49:25 +01:00
parent 23fcd16fcb
commit 6b1bd1e54a
4 changed files with 0 additions and 50 deletions

View File

@@ -716,11 +716,6 @@ app-misc/rmlint
# Removal on 2024-03-28. Bug #888235.
dev-python/boto
# Michał Górny <mgorny@gentoo.org> (2024-02-27)
# Still depends on dev-python/nose. No reverse dependencies.
# Removal on 2024-03-28. Bug #878721.
sci-biology/biopandas
# Sam James <sam@gentoo.org> (2024-02-18)
# Lots of changes, including a port to a new build system. Needs lots of testing.
=sys-apps/gentoo-functions-1*

View File

@@ -1 +0,0 @@
DIST biopandas-0.4.1.gh.tar.gz 5330292 BLAKE2B 78b783ed77bbd8e6efd115a108f99c502fd71ef4c231746575599828699dac1de85125273df1af74d0bd51e092751113474ef2baf312a184e23b3057cd21222a SHA512 e08694fad927a5ac096b2cd78f641a2af262ebfc7351fc4dc37e5df39e98a6e984ccab26718109f18eed988a4a4af5b29d19c5cf3e8e2d794246b1410a9b5440

View File

@@ -1,28 +0,0 @@
# 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

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-biology@gentoo.org</email>
<name>Gentoo Biology Project</name>
</maintainer>
<upstream>
<remote-id type="pypi">biopandas</remote-id>
<maintainer status="unknown">
<email>mail@sebastianraschka.com</email>
<name>Sebastian Raschka</name>
</maintainer>
<remote-id type="github">BioPandas/biopandas</remote-id>
</upstream>
</pkgmetadata>