* [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools-intervals/
@ 2021-01-03 6:31 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2021-01-03 6:31 UTC (permalink / raw
To: gentoo-commits
commit: e4dbbb39070f7a427379fbbc8bcab4bb24394df9
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan 2 13:22:41 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan 3 06:25:30 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e4dbbb39
sci-biology/deeptools-intervals: new dep
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
.../deeptools-intervals-0.1.9.ebuild | 18 ++++++++++++++++++
sci-biology/deeptools-intervals/metadata.xml | 11 +++++++++++
2 files changed, 29 insertions(+)
diff --git a/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild b/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
new file mode 100644
index 000000000..1eecdd1b9
--- /dev/null
+++ b/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
@@ -0,0 +1,18 @@
+# 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="Constructing interval trees with associated exon/annotation information"
+HOMEPAGE="https://github.com/deeptools/deeptools_intervals"
+SRC_URI="https://github.com/deeptools/deeptools_intervals/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+S="${WORKDIR}/${PN//-/_}-${PV}"
diff --git a/sci-biology/deeptools-intervals/metadata.xml b/sci-biology/deeptools-intervals/metadata.xml
new file mode 100644
index 000000000..08881e6e4
--- /dev/null
+++ b/sci-biology/deeptools-intervals/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci-biology@gentoo.org</email>
+ <name>Gentoo Biology Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">fidelram/deepTools_intervals</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools-intervals/
@ 2023-01-13 7:56 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2023-01-13 7:56 UTC (permalink / raw
To: gentoo-commits
commit: 1a6a11935660571034093947f1f2a7aa979f34ef
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Jan 13 07:55:29 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Jan 13 07:55:29 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1a6a1193
sci-biology/deeptools-intervals: update EAPI 7 -> 8
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild b/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
index 1eecdd1b9..38f9aea0f 100644
--- a/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
+++ b/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools-intervals/
@ 2023-03-06 4:23 Horea Christian
0 siblings, 0 replies; 4+ messages in thread
From: Horea Christian @ 2023-03-06 4:23 UTC (permalink / raw
To: gentoo-commits
commit: 28e13faae5552df828a4a1bfba3781c4052f7266
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Mar 6 04:23:44 2023 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Mar 6 04:23:44 2023 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=28e13faa
sci-biology/deeptools-intervals: update upstream metadata
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
sci-biology/deeptools-intervals/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/deeptools-intervals/metadata.xml b/sci-biology/deeptools-intervals/metadata.xml
index 08881e6e4..853bd539c 100644
--- a/sci-biology/deeptools-intervals/metadata.xml
+++ b/sci-biology/deeptools-intervals/metadata.xml
@@ -6,6 +6,6 @@
<name>Gentoo Biology Project</name>
</maintainer>
<upstream>
- <remote-id type="github">fidelram/deepTools_intervals</remote-id>
+ <remote-id type="github">deeptools/deeptools_intervals</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools-intervals/
@ 2025-02-06 14:03 Nowa Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Nowa Ammerlaan @ 2025-02-06 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 84d7af692c54669fc86cd40fbc774a527544c21e
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Nov 11 14:58:05 2024 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Thu Feb 6 13:54:30 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=84d7af69
sci-biology/deeptools-intervals: py3.12 compat
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild b/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
index 38f9aea0f..5b967300a 100644
--- a/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
+++ b/sci-biology/deeptools-intervals/deeptools-intervals-0.1.9.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{11..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-06 14:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 14:03 [gentoo-commits] proj/sci:master commit in: sci-biology/deeptools-intervals/ Nowa Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-03-06 4:23 Horea Christian
2023-01-13 7:56 Horea Christian
2021-01-03 6:31 Horea Christian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox