From: "Alexander Puck Neuwirth" <alexander@neuwirth-informatik.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tigmint/
Date: Tue, 06 May 2025 13:53:00 +0000 (UTC) [thread overview]
Message-ID: <1746539533.9fcd962b2013fb8bf5ee1ddb8754815dbb6c47f8.alexander@gentoo> (raw)
commit: 9fcd962b2013fb8bf5ee1ddb8754815dbb6c47f8
Author: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
AuthorDate: Tue May 6 00:10:45 2025 +0000
Commit: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik <DOT> de>
CommitDate: Tue May 6 13:52:13 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=9fcd962b
sci-biology/tigmint: treeclean
Signed-off-by: Alexander Puck Neuwirth <alexander <AT> neuwirth-informatik.de>
sci-biology/tigmint/metadata.xml | 12 -----
sci-biology/tigmint/tigmint-1.2.4-r1.ebuild | 69 -----------------------------
2 files changed, 81 deletions(-)
diff --git a/sci-biology/tigmint/metadata.xml b/sci-biology/tigmint/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/sci-biology/tigmint/metadata.xml
+++ /dev/null
@@ -1,12 +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>
-</pkgmetadata>
diff --git a/sci-biology/tigmint/tigmint-1.2.4-r1.ebuild b/sci-biology/tigmint/tigmint-1.2.4-r1.ebuild
deleted file mode 100644
index c0ba566bd..000000000
--- a/sci-biology/tigmint/tigmint-1.2.4-r1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-
-inherit distutils-r1
-
-DESCRIPTION="Correct misassemblies using linked reads from 10x Genomics Chromium"
-HOMEPAGE="https://github.com/bcgsc/tigmint https://bcgsc.github.io/tigmint/"
-SRC_URI="https://github.com/bcgsc/tigmint/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="test"
-PROPERTIES="test_network"
-
-RDEPEND="
- dev-python/intervaltree[${PYTHON_USEDEP}]
- dev-python/pybedtools[${PYTHON_USEDEP}]
- sci-biology/pysam[${PYTHON_USEDEP}]
- app-arch/pigz
- app-shells/zsh
- sci-biology/samtools
- sci-biology/minimap2
- sci-biology/seqtk
-"
-
-distutils_enable_tests pytest
-
-src_prepare(){
- # install the executable into /usr/bin
- sed -i Makefile -e 's#prefix=/usr/local#prefix=/usr#'
- default
-}
-
-src_configure(){
- python_setup
- default
-}
-
-# do not run src_compile step as it runs git, makefile2graph, gsed, tred
-
-python_install() {
- # This is a bit unorthodox, but it allows us to get both a symlink from
- # /usr/bin to our script using the correct python implementation
- # *and* to import it from the python shell
- python_domodule bin/*.py
- python_domodule bin/tigmint-arcs-tsv
- python_domodule bin/tigmint-cut
-
- python_doscript bin/*.py
- python_doscript bin/tigmint-arcs-tsv
- python_doscript bin/tigmint-cut
-}
-
-python_install_all() {
- dobin bin/tigmint
- dobin bin/tigmint-make
-}
-
-src_test(){
- default
- distutils-r1_src_test
-}
next reply other threads:[~2025-05-06 13:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-06 13:53 Alexander Puck Neuwirth [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-12 12:28 [gentoo-commits] proj/sci:master commit in: sci-biology/tigmint/ Paul Zander
2023-01-13 7:43 Horea Christian
2021-10-21 8:59 Martin Mokrejs
2021-10-20 13:12 Andrew Ammerlaan
2021-10-19 15:06 Martin Mokrejs
2021-10-19 14:24 Martin Mokrejs
2021-10-17 16:22 Martin Mokrejs
2021-10-17 12:25 Martin Mokrejs
2021-01-05 6:08 Horea Christian
2020-01-10 16:14 Martin Mokrejs
2018-04-21 11:39 Martin Mokrejs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1746539533.9fcd962b2013fb8bf5ee1ddb8754815dbb6c47f8.alexander@gentoo \
--to=alexander@neuwirth-informatik.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox