public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pysam/
Date: Thu, 30 Apr 2015 20:15:12 +0000 (UTC)	[thread overview]
Message-ID: <1430424871.26603b1f757f06f0c7e234390eecd3f5ea6ddfbd.mmokrejs@gentoo> (raw)

commit:     26603b1f757f06f0c7e234390eecd3f5ea6ddfbd
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Apr 30 20:14:31 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Apr 30 20:14:31 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=26603b1f

sci-biology/pysam: version bump; noted samtools dependencies as mentioned in download page accessible from https://code.google.com/p/pysam/downloads/list ; also added PYTHON_COMPAT for python3

Package-Manager: portage-2.2.18

 sci-biology/pysam/ChangeLog           | 12 ++++++++++++
 sci-biology/pysam/metadata.xml        |  8 ++++++++
 sci-biology/pysam/pysam-0.6-r2.ebuild | 26 ++++++++++++++++++++++++++
 sci-biology/pysam/pysam-0.7.5.ebuild  | 26 ++++++++++++++++++++++++++
 4 files changed, 72 insertions(+)

diff --git a/sci-biology/pysam/ChangeLog b/sci-biology/pysam/ChangeLog
new file mode 100644
index 0000000..4b24154
--- /dev/null
+++ b/sci-biology/pysam/ChangeLog
@@ -0,0 +1,12 @@
+# ChangeLog for sci-biology/pysam
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pysam-0.6-r2 (30 Apr 2015)
+*pysam-0.7.5 (30 Apr 2015)
+
+  30 Apr 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz> +metadata.xml,
+  +pysam-0.6-r2.ebuild, +pysam-0.7.5.ebuild:
+  sci-biology/pysam: version bump; noted samtools dependencies as mentioned in
+  download page accessible from https://code.google.com/p/pysam/downloads/list ;
+  also added PYTHON_COMPAT for python3

diff --git a/sci-biology/pysam/metadata.xml b/sci-biology/pysam/metadata.xml
new file mode 100644
index 0000000..49afc3c
--- /dev/null
+++ b/sci-biology/pysam/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>sci-biology</herd>
+  <upstream>
+    <remote-id type="google-code">pysam</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/sci-biology/pysam/pysam-0.6-r2.ebuild b/sci-biology/pysam/pysam-0.6-r2.ebuild
new file mode 100644
index 0000000..d972ba1
--- /dev/null
+++ b/sci-biology/pysam/pysam-0.6-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/pysam-0.6-r1.ebuild,v 1.2 2015/04/13 06:22:56 jlec Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for the SAM/BAM sequence alignment and mapping format"
+HOMEPAGE="http://code.google.com/p/pysam http://pypi.python.org/pypi/pysam"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	<=sci-biology/samtools-0.1.18"
+
+python_compile() {
+	python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+	distutils-r1_python_compile
+}

diff --git a/sci-biology/pysam/pysam-0.7.5.ebuild b/sci-biology/pysam/pysam-0.7.5.ebuild
new file mode 100644
index 0000000..888734b
--- /dev/null
+++ b/sci-biology/pysam/pysam-0.7.5.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/pysam-0.6-r1.ebuild,v 1.2 2015/04/13 06:22:56 jlec Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4})
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface for the SAM/BAM sequence alignment and mapping format"
+HOMEPAGE="http://code.google.com/p/pysam http://pypi.python.org/pypi/pysam"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	<=sci-biology/samtools-0.1.19"
+
+python_compile() {
+	python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
+	distutils-r1_python_compile
+}


             reply	other threads:[~2015-04-30 20:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 20:15 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-02 16:29 [gentoo-commits] proj/sci:master commit in: sci-biology/pysam/ Martin Mokrejs
2015-05-04 14:02 Justin Lecher
2015-12-04  7:01 Justin Lecher
2016-04-13 10:47 Marius Brehler
2021-01-03  6:31 Horea Christian

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=1430424871.26603b1f757f06f0c7e234390eecd3f5ea6ddfbd.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --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