commit: 7673453f6db5296bc8372a25b475de2176a4aa61 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue May 2 12:13:36 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue May 2 12:15:27 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7673453f
sci-libs/scikits_video: treeclean Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-libs/scikits_video/metadata.xml | 19 ------------- .../scikits_video-1.1.11_p20200115.ebuild | 32 ---------------------- 2 files changed, 51 deletions(-) diff --git a/sci-libs/scikits_video/metadata.xml b/sci-libs/scikits_video/metadata.xml deleted file mode 100644 index bdfe14284..000000000 --- a/sci-libs/scikits_video/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Science Project</name> - </maintainer> - <longdescription lang="en"> - Scikit-video is designed for easy video processing using Python. It is - modeled in the spirit of other successful scikits such as scikit-learn - and scikit-image. This project aims to provide an all-in-one solution to - make video algorithms easy to access for students, engineers, - instructors, and researchers. - </longdescription> - <upstream> - <remote-id type="pypi">scikit-video</remote-id> - <remote-id type="github">scikit-video/scikit-video</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-libs/scikits_video/scikits_video-1.1.11_p20200115.ebuild b/sci-libs/scikits_video/scikits_video-1.1.11_p20200115.ebuild deleted file mode 100644 index bb8efaa24..000000000 --- a/sci-libs/scikits_video/scikits_video-1.1.11_p20200115.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -MY_PN="scikit-video" -MY_HASH="87c7113a84b50679d9853ba81ba34b557f516b05" - -DESCRIPTION="Video processing in Python" -HOMEPAGE="https://scikit-image.org/" -SRC_URI="https://github.com/scikit-video/scikit-video/archive/${MY_HASH}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - media-video/ffmpeg - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/scipy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - sci-libs/scikit-learn[${PYTHON_USEDEP}] - media-video/mediainfo -" - -S="${WORKDIR}/${MY_PN}-${MY_HASH}" - -distutils_enable_tests pytest
