mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/scikits_timeseries: Remove last-rited pkg
Closes: https://bugs.gentoo.org/749297 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
@@ -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>
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user