Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/pysam/, sci-biology/pysam/files/
Date: Sat, 02 Sep 2017 12:46:07
Message-Id: 1504356342.02fbd9cb160ec37e7a85eb4349717237e120aeeb.soap@gentoo
1 commit: 02fbd9cb160ec37e7a85eb4349717237e120aeeb
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 12:45:42 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 12:45:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=02fbd9cb
7
8 sci-biology/pysam: Remove old
9
10 .../pysam/files/pysam-0.8.3-cython-0.23.patch | 32 ----------------------
11 sci-biology/pysam/metadata.xml | 8 ------
12 sci-biology/pysam/pysam-0.7.5.ebuild | 25 -----------------
13 3 files changed, 65 deletions(-)
14
15 diff --git a/sci-biology/pysam/files/pysam-0.8.3-cython-0.23.patch b/sci-biology/pysam/files/pysam-0.8.3-cython-0.23.patch
16 deleted file mode 100644
17 index d14fec5a8..000000000
18 --- a/sci-biology/pysam/files/pysam-0.8.3-cython-0.23.patch
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -Patch for building with Cython 0.23
22 -See also
23 -https://github.com/pysam-developers/pysam/issues/164
24 -
25 ---- pysam-0.8.3/pysam/chtslib.pxd
26 -+++ pysam-0.8.3/pysam/chtslib.pxd
27 -@@ -363,7 +363,7 @@
28 - hFILE *hfile
29 - void *voidp
30 -
31 -- ctypedef enum htsFormatCategory:
32 -+ cdef enum htsFormatCategory:
33 - unknown_category
34 - sequence_data # Sequence data -- SAM, BAM, CRAM, etc
35 - variant_data # Variant calling data -- VCF, BCF, etc
36 -@@ -371,14 +371,14 @@
37 - region_list # Coordinate intervals or regions -- BED, etc
38 - category_maximum
39 -
40 -- ctypedef enum htsExactFormat:
41 -+ cdef enum htsExactFormat:
42 - unknown_format
43 - binary_format
44 - text_format
45 - sam, bam, bai, cram, crai, vcf, bcf, csi, gzi, tbi, bed
46 - format_maximum
47 -
48 -- ctypedef enum htsCompression:
49 -+ cdef enum htsCompression:
50 - no_compression, gzip, bgzf, custom
51 - compression_maximum
52 -
53
54 diff --git a/sci-biology/pysam/metadata.xml b/sci-biology/pysam/metadata.xml
55 deleted file mode 100644
56 index 3ff9cd0b0..000000000
57 --- a/sci-biology/pysam/metadata.xml
58 +++ /dev/null
59 @@ -1,8 +0,0 @@
60 -<?xml version='1.0' encoding='UTF-8'?>
61 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 -<pkgmetadata>
63 - <maintainer type="project">
64 - <email>sci-biology@g.o</email>
65 - <name>Gentoo Biology Project</name>
66 - </maintainer>
67 -</pkgmetadata>
68
69 diff --git a/sci-biology/pysam/pysam-0.7.5.ebuild b/sci-biology/pysam/pysam-0.7.5.ebuild
70 deleted file mode 100644
71 index ef596c29d..000000000
72 --- a/sci-biology/pysam/pysam-0.7.5.ebuild
73 +++ /dev/null
74 @@ -1,25 +0,0 @@
75 -# Copyright 1999-2015 Gentoo Foundation
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -PYTHON_COMPAT=( python2_7 )
81 -
82 -inherit distutils-r1
83 -
84 -DESCRIPTION="Python interface for the SAM/BAM sequence alignment and mapping format"
85 -HOMEPAGE="http://code.google.com/p/pysam http://pypi.python.org/pypi/pysam"
86 -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
87 -
88 -LICENSE="MIT"
89 -SLOT="0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE=""
92 -
93 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
94 - <=sci-biology/samtools-0.1.19-r2[${PYTHON_USEDEP}]"
95 -
96 -python_compile() {
97 - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
98 - distutils-r1_python_compile
99 -}