public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pandas-datareader/
@ 2023-03-22 13:36 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-03-22 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     160eb67b9ff7f9f44147a56b444c440c9d36a64e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 13:36:12 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 13:36:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=160eb67b

dev-python/pandas-datareader: treeclean

Closes: https://bugs.gentoo.org/798162
Closes: https://bugs.gentoo.org/895614
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-python/pandas-datareader/Manifest              |  1 -
 dev-python/pandas-datareader/metadata.xml          | 17 ---------
 .../pandas-datareader-0.10.0.ebuild                | 41 ----------------------
 profiles/package.mask                              |  7 ----
 4 files changed, 66 deletions(-)

diff --git a/dev-python/pandas-datareader/Manifest b/dev-python/pandas-datareader/Manifest
deleted file mode 100644
index 0b71a54a2998..000000000000
--- a/dev-python/pandas-datareader/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pandas-datareader-0.10.0.tar.gz 259641 BLAKE2B b8a5c7aaa76b30abd9297c820638731fc5d81b5ee2cd1a016c1d8d10dc237708b913a4ec505b9a703b02f470413725f58fa4cbf54ba70113bfae5d0ffb0875b9 SHA512 b078122c6c0a614aa5b55151446b830dba64382b0570761ac80baaf362ef8121fac2c4b53b8cacc367bf985ef1ecc16d44041f1d1f4b13fc1024fe6ab74f1d0b

diff --git a/dev-python/pandas-datareader/metadata.xml b/dev-python/pandas-datareader/metadata.xml
deleted file mode 100644
index bd97f464e506..000000000000
--- a/dev-python/pandas-datareader/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>python@gentoo.org</email>
-		<name>Python</name>
-	</maintainer>
-	<longdescription lang="en">
-		Up to date remote data access for pandas, which works for multiple versions of
-		pandas and lets you extract data from a wide range of Internet sources directly
-		into a pandas DataFrame.
-	</longdescription>
-	<upstream>
-		<remote-id type="github">pydata/pandas-datareader</remote-id>
-		<remote-id type="pypi">pandas-datareader</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/dev-python/pandas-datareader/pandas-datareader-0.10.0.ebuild b/dev-python/pandas-datareader/pandas-datareader-0.10.0.ebuild
deleted file mode 100644
index 936b33336323..000000000000
--- a/dev-python/pandas-datareader/pandas-datareader-0.10.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit distutils-r1
-
-DESCRIPTION="Pandas DataFrame extraction from a wide range of Internet sources"
-HOMEPAGE="https://github.com/pydata/pandas-datareader"
-SRC_URI="https://github.com/pydata/pandas-datareader/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-PROPERTIES="test_network"
-RESTRICT="test"
-
-RDEPEND="
-	dev-python/lxml[${PYTHON_USEDEP}]
-	>=dev-python/pandas-0.19.2[${PYTHON_USEDEP}]
-	dev-python/requests[${PYTHON_USEDEP}]
-	doc? (
-		dev-python/ipython[${PYTHON_USEDEP}]
-		dev-python/matplotlib[${PYTHON_USEDEP}]
-	)"
-BDEPEND="
-	test? ( dev-python/wrapt[${PYTHON_USEDEP}] )"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest
-
-python_test() {
-	local deselect=(
-		# looks like minor numpy incompatibility
-		pandas_datareader/tests/yahoo/test_yahoo.py::TestYahoo::test_get_data_null_as_missing_data
-	)
-	epytest pandas_datareader --only-stable --skip-requires-api-key \
-		${deselect[@]/#/--deselect }
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 64a94841cb9e..00583056bdc7 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -339,13 +339,6 @@ dev-python/quex
 dev-java/jboss-modules
 dev-java/sac
 
-# Michał Górny <mgorny@gentoo.org> (2023-02-20)
-# No declared Python 3.11 support.  Multiple failing tests (probably due
-# to being online tests).  Last release in 2021, upstream CI is all red.
-# No revdeps.
-# Removal on 2023-03-22.  Bug #895614.
-dev-python/pandas-datareader
-
 # Florian Schmaus <flow@gentoo.org> (2023-02-09)
 # Leftovers from net-im/jabber-base. Unused and obsolete.
 # Removal on 2023-03-09.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-22 13:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22 13:36 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/pandas-datareader/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox