Skip to content
Commits on Source (5)
bd2k-python-lib for Debian
-------------------------
A series of files were removed from the upstream source tree to achieve repeatable builds
rm -r .eggs/
-- Steffen Moeller <moeller@debian.org> Fri, 13 Jan 2017 19:31:02 +0100
python-bd2k (1.14~alpha1.43-1) UNRELEASED; urgency=medium
python-bd2k (1.14~alpha1.43-1) unstable; urgency=medium
[ Michael R. Crusoe ]
* latest upstream
[ Steffen Moeller ]
* Reupload with no functional changes
* Added prior omitted patch to git repository
* Python3 package is not installable because of a syntax error
* Activated autotests for python2 only.
* Initial release (Closes: #851341)
-- Michael R. Crusoe <michael.crusoe@gmail.com> Sat, 10 Feb 2018 07:38:01 -0800
......@@ -5,29 +5,26 @@ Uploaders: Steffen Moeller <moeller@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper (>= 9),
Build-Depends: debhelper (>= 11~),
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
python-boto,
python-dill,
python-lockfile,
python-mock,
python-pytest,
python-future
# Test not performing correctly for python 3.
# python-boto, python3-boto,
# python-dill, python3-dill,
# python-lockfile, python3-lockfile,
# python-mock, python3-mock,
# python-pytest, python3-pytest
python-future,
python-boto,
python-dill,
python-lockfile,
python-mock,
python-pytest
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-bd2k.git/
Vcs-Git: https://anonscm.debian.org/git/debian-med/python-bd2k.git
Homepage: https://github.com/BD2KGenomics/bd2k-python-lib
#X-Python3-Version: >= 3.2
X-Python3-Version: >= 3.2
X-Python-Version: >= 2.6
Package: python-bd2k
......@@ -39,16 +36,4 @@ Description: utilities for BD2KGenomics (Python 2)
It provides a range of smallish software solutions
like hashes and hash tables or iterators.
.
This package installs the library for Python 2. The
package for Python 3 is currently not installable.
#Package: python3-bd2k
#Architecture: all
#Depends: ${python3:Depends}, ${misc:Depends}
#Description: utilities for BD2KGenomics (Python 3)
# This package provides a range of smallish software solutions
# like hashes and hash tables or iterators that are of importance
# to a range of reverse dependencies of the BD2KGenomics
# repository.
# .
# This package installs the library for Python 3.
This package installs the library for Python 2.
#!/usr/bin/make -f
export DH_VERBOSE = 1
export PYBUILD_NAME=bd2k-python-lib
export PYBUILD_DESTDIR_python2=debian/python-bd2k/
#export PYBUILD_DESTDIR_python2-dbg=debian/python-bd2k-dbg/
export PYBUILD_DESTDIR_python3=debian/python3-bd2k/
#export PYBUILD_DESTDIR_python3-dbg=debian/python3-bd2k-dbg/
export PYBUILD_DISABLE_python3=test
export PYBUILD_NAME=bd2k
%:
dh $@ --with python2,python3 --buildsystem=pybuild
# If you need to rebuild the Sphinx documentation
# Add spinxdoc to the dh --with line
#override_dh_auto_build:
# dh_auto_build
# PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ build/html # HTML generator
# PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman docs/ build/man # Manpage generator
override_dh_auto_clean:
dh_auto_clean
rm -rf src/bd2k.egg-info .cache .pybuild
# boto (for AWS) failed - not followed up for this initial packaging
#override_dh_auto_test:
# echo "Not testing this time."
dh $@ --with python2 --buildsystem=pybuild