* [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_timeseries/, profiles/
@ 2020-12-16 10:09 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-12-16 10:09 UTC (permalink / raw
To: gentoo-commits
commit: 4da4fabfa35a6449dcbee25f453afab83f8ae164
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 08:37:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 10:09:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da4fabf
sci-libs/scikits_timeseries: Remove last-rited pkg
Closes: https://bugs.gentoo.org/749297
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
profiles/package.mask | 1 -
sci-libs/scikits_timeseries/Manifest | 2 -
sci-libs/scikits_timeseries/metadata.xml | 18 ---------
.../scikits_timeseries-0.91.3-r2.ebuild | 47 ----------------------
4 files changed, 68 deletions(-)
diff --git a/profiles/package.mask b/profiles/package.mask
index 4c86d16afd6..748fe1cdd1d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -387,7 +387,6 @@ media-video/cinelerra
# scikit-optimize, sktime
# Removal in 30 days (Bug #749297)
sci-libs/scikits_optimization
-sci-libs/scikits_timeseries
# Jonas Stein <jstein@gentoo.org> (2020-11-12)
# Adobe will stop distributing Flash Player after 2020-12-31.
diff --git a/sci-libs/scikits_timeseries/Manifest b/sci-libs/scikits_timeseries/Manifest
deleted file mode 100644
index fec2665f128..00000000000
--- a/sci-libs/scikits_timeseries/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST scikits.timeseries-0.91.3-html_docs.zip 907495 BLAKE2B e06c295bb4b093c2d7d5e767a8c03cb71e84ef3207790203c920ad9a9d57488f926c7a761ffb41fbc6829a9847327d40fa202776fa36fe473663066e41ecdee4 SHA512 9fb474e2a13dee865801fa5aa5f05bb74ea2387b7e14d716210898d9b338b63b7f1935f7a5514d72ffcd6f4a8552054094244fab199e18c819815d4b19cd3f23
-DIST scikits.timeseries-0.91.3.tar.gz 323771 BLAKE2B 74c14a1ec903dd02f8b3134867d4e371bac00d1a7b22de38962c3ca27afb603296b415e3ab2f21114b9c34890c24ea10379e5465d557778c6c794470235a311e SHA512 ea7292bf4d9bcce416b6f0e2c99fc40afe97a3a0210c535bd68f43a4a553d8a30cb77ce00f96ffc26340d5ff837faf5d480ea775385769495eccb5a196a88617
diff --git a/sci-libs/scikits_timeseries/metadata.xml b/sci-libs/scikits_timeseries/metadata.xml
deleted file mode 100644
index 49f91d41431..00000000000
--- a/sci-libs/scikits_timeseries/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci@gentoo.org</email>
- <name>Gentoo Science Project</name>
- </maintainer>
- <longdescription lang="en">
- The scikits.timeseries module provides classes and functions for
- manipulating, reporting, and plotting time series of various
- frequencies. The focus is on convenient data access and manipulation
- while leveraging the existing mathematical functionality in numpy
- and scipy.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">pytseries</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild b/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild
deleted file mode 100644
index 0b7cea51568..00000000000
--- a/sci-libs/scikits_timeseries/scikits_timeseries-0.91.3-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-MY_P="${P/scikits_/scikits.}"
-
-DESCRIPTION="SciPy module for manipulating, reporting, and plotting time series"
-HOMEPAGE="http://pytseries.sourceforge.net/index.html"
-SRC_URI="
- mirror://sourceforge/pytseries/${MY_P}.tar.gz
- doc? ( mirror://sourceforge/pytseries/${MY_P}-html_docs.zip )"
-
-LICENSE="BSD eGenixPublic-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-DEPEND="
- dev-python/setuptools[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-RDEPEND="
- dev-python/scipy[${PYTHON_USEDEP}]
- sci-libs/scikits[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/pytables[${PYTHON_USEDEP}]"
-
-S="${WORKDIR}/${MY_P}"
-
-python_test() {
- esetup.py test
-}
-
-python_install() {
- distutils-r1_python_install
- rm "${D}"$(python_get_sitedir)/scikits/__init__.py || die
-}
-
-python_install_all() {
- use doc && HTMLDOCS=( "${WORKDIR}/html" )
- distutils-r1_python_install_all
-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-12-16 10:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-16 10:09 [gentoo-commits] repo/gentoo:master commit in: sci-libs/scikits_timeseries/, profiles/ Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox