aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/ruffus')
-rw-r--r--sci-biology/ruffus/Manifest1
-rw-r--r--sci-biology/ruffus/metadata.xml15
-rw-r--r--sci-biology/ruffus/ruffus-2.8.4.ebuild26
3 files changed, 0 insertions, 42 deletions
diff --git a/sci-biology/ruffus/Manifest b/sci-biology/ruffus/Manifest
deleted file mode 100644
index 41e7eb0b2..000000000
--- a/sci-biology/ruffus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ruffus-2.8.4.tar.gz 12147217 BLAKE2B 742fdb060d9c7bad6ee9ce9c602c72d205f3442bb8d33b7b455198bca2c84cbc275098f17e103650b18f70ab624cd6f491f6138d6d3906e4697dd010bedc93c7 SHA512 5f38ad4ca5aca007e63b59be6117af85618bc27e8d98cc3b32add82ac48766c37b3fb2633a28c98941397ab3154553ba57509b321d2c80d01c753ac189f092e7
diff --git a/sci-biology/ruffus/metadata.xml b/sci-biology/ruffus/metadata.xml
deleted file mode 100644
index 1a91c19c5..000000000
--- a/sci-biology/ruffus/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>mmokrejs@fold.natur.cuni.cz</email>
- <name>Martin Mokrejs</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-biology@gentoo.org</email>
- <name>Gentoo Biology Project</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">ruffus</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-biology/ruffus/ruffus-2.8.4.ebuild b/sci-biology/ruffus/ruffus-2.8.4.ebuild
deleted file mode 100644
index beda7db9a..000000000
--- a/sci-biology/ruffus/ruffus-2.8.4.ebuild
+++ /dev/null
@@ -1,26 +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
-
-DESCRIPTION="Python module to support computational pipelines"
-HOMEPAGE="http://www.ruffus.org.uk"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-# TODO: why does this not work: Duplicate pipeline
-RESTRICT="test"
-
-RDEPEND="
- media-gfx/graphviz
-"
-
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest