From: "Mike Gilbert (floppym)" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/pysam: pysam-0.6-r1.ebuild ChangeLog pysam-0.6.ebuild
Date: Mon, 30 Jun 2014 04:27:29 +0000 (UTC) [thread overview]
Message-ID: <20140630042729.6BDA12004E@flycatcher.gentoo.org> (raw)
floppym 14/06/30 04:27:29
Modified: ChangeLog
Added: pysam-0.6-r1.ebuild
Removed: pysam-0.6.ebuild
Log:
Convert to distutils-r1. Depend on setuptools.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.4 sci-biology/pysam/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/pysam/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/pysam/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/pysam/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-biology/pysam/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 11 Mar 2013 16:50:14 -0000 1.3
+++ ChangeLog 30 Jun 2014 04:27:29 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for sci-biology/pysam
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/ChangeLog,v 1.3 2013/03/11 16:50:14 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/pysam/ChangeLog,v 1.4 2014/06/30 04:27:29 floppym Exp $
+
+*pysam-0.6-r1 (30 Jun 2014)
+
+ 30 Jun 2014; Mike Gilbert <floppym@gentoo.org> +pysam-0.6-r1.ebuild,
+ -pysam-0.6.ebuild:
+ Convert to distutils-r1. Depend on setuptools.
11 Mar 2013; Justin Lecher <jlec@gentoo.org> metadata.xml:
Drop Andrey as maintainer so that bugs get assigned to sci-biology directly
@@ -13,4 +19,3 @@
29 Jan 2012; Andrey Kislyuk <weaver@gentoo.org> +pysam-0.6.ebuild,
+metadata.xml:
New package, ebuild written by me
-
1.1 sci-biology/pysam/pysam-0.6-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/pysam/pysam-0.6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/pysam/pysam-0.6-r1.ebuild?rev=1.1&content-type=text/plain
Index: pysam-0.6-r1.ebuild
===================================================================
# Copyright 1999-2014 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.1 2014/06/30 04:27:29 floppym 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"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
python_compile() {
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}
reply other threads:[~2014-06-30 4:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20140630042729.6BDA12004E@flycatcher.gentoo.org \
--to=floppym@gentoo.org \
--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