[med-svn] [python-pyfasta] 01/06: Inject python-pyfasta

Andreas Tille tille at debian.org
Wed Dec 27 16:58:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-pyfasta.

commit 9ab9bcce442b7f58fc0131a8700b843a788e36fc
Author: Andreas Tille <tille at debian.org>
Date:   Tue Oct 13 21:07:05 2015 +0000

    Inject python-pyfasta
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 31 +++++++++++++++++++++++++++++++
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 7 files changed, 98 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2484141
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-pyfasta (0.5.2-1) UNRELEASED; urgency=medium
+
+  * Initial upload (Closes: #??)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 13 Oct 2015 17:02:08 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a26b2d2
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,47 @@
+Source: python-pyfasta
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.7),
+               python-setuptools,
+               python-nose,
+               python-numpy,
+               python3-all,
+               python3-setuptools,
+               python3-nose,
+               python3-numpy
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/python-pyfasta/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/python-pyfasta/trunk/
+Homepage: https://pypi.python.org/pypi/pyfasta/
+
+Package: python-pyfasta
+Architecture: all
+Depends: ${misc:Depends},
+         ${python:Depends}
+Description: fast, memory-efficient Python 2 access to fasta sequence files
+ In bioinformatics, FASTA format is a text-based format for representing
+ either nucleotide sequences or peptide sequences, in which nucleotides
+ or amino acids are represented using single-letter codes. The format
+ also allows for sequence names and comments to precede the sequences.
+ The format originates from the FASTA software package, but has now
+ become a standard in the field of bioinformatics.
+ .
+ This package provides the Python 2 modules to access fasta files.
+
+Package: python3-pyfasta
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends}
+Description: fast, memory-efficient Python 3 access to fasta sequence files
+ In bioinformatics, FASTA format is a text-based format for representing
+ either nucleotide sequences or peptide sequences, in which nucleotides
+ or amino acids are represented using single-letter codes. The format
+ also allows for sequence names and comments to precede the sequences.
+ The format originates from the FASTA software package, but has now
+ become a standard in the field of bioinformatics.
+ .
+ This package provides the Python 3 modules to access fasta files.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d2d428e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyfasta
+Upstream-Contact: Brent Pedersen <bpederse at gmail.com>
+Source: https://pypi.python.org/pypi/pyfasta
+
+Files: *
+Copyright: 2011-2015 Brent Pedersen <bpederse at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..beb7314
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=pyfasta
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bda404f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/pypi/pyfasta .*/pyfasta-([0-9.]+).tar.[xgb]z2?

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-pyfasta.git



More information about the debian-med-commit mailing list