aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-02 14:09:49 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-05-02 14:15:13 +0200
commitb506e998f9c390761f820f8ae2e27521f1c96fde (patch)
tree2c219a1e3626a30835086c64f864f39310db4e56 /sci-biology
parentsci-biology/ncbi-blast+: treeclean (diff)
downloadsci-b506e998f9c390761f820f8ae2e27521f1c96fde.tar.gz
sci-b506e998f9c390761f820f8ae2e27521f1c96fde.tar.bz2
sci-b506e998f9c390761f820f8ae2e27521f1c96fde.zip
sci-biology/ncbi-genome-download: treeclean
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/ncbi-genome-download/Manifest1
-rw-r--r--sci-biology/ncbi-genome-download/metadata.xml11
-rw-r--r--sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild24
3 files changed, 0 insertions, 36 deletions
diff --git a/sci-biology/ncbi-genome-download/Manifest b/sci-biology/ncbi-genome-download/Manifest
deleted file mode 100644
index 57adfb8ee..000000000
--- a/sci-biology/ncbi-genome-download/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ncbi-genome-download-0.3.0.tar.gz 37355 BLAKE2B c8061f29c2130d26ee97e310ce702db304d30794735af26cb2d804db5acb38e32b05b30d7770c195fb627f3d005b33bff038208b49612380de52278823914dc2 SHA512 5bcd6e0d731bc4bb6792821dc6d233e2f7acac6ee6819ddd14014a881d475c43ad084ff000d78e12fc2528d179be0e3db076fbe15da4b83dc6815c37c188ab61
diff --git a/sci-biology/ncbi-genome-download/metadata.xml b/sci-biology/ncbi-genome-download/metadata.xml
deleted file mode 100644
index a394f7ee4..000000000
--- a/sci-biology/ncbi-genome-download/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>freeh4cker@gmail.com</email>
- <name>Bertrand NĂ©ron</name>
- </maintainer>
- <upstream>
- <remote-id type="github">kblin/ncbi-genome-download</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild b/sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild
deleted file mode 100644
index 1afb771c5..000000000
--- a/sci-biology/ncbi-genome-download/ncbi-genome-download-0.3.0.ebuild
+++ /dev/null
@@ -1,24 +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} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Download genomes from the NCBI FTP servers"
-HOMEPAGE="https://github.com/kblin/ncbi-genome-download"
-SRC_URI="https://github.com/kblin/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="test? (
- dev-python/requests-mock[${PYTHON_USEDEP}]
- dev-python/pytest-mock[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest