Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Revert addition of redundant fields
· 3bc8837e
Andreas Tille
authored
Sep 01, 2019
3bc8837e
Explicitly Depends: python3-intervaltree
· cb4a8c8d
Andreas Tille
authored
Sep 01, 2019
cb4a8c8d
Document issue in autopkgtest as TODO
· e86ca109
Andreas Tille
authored
Sep 01, 2019
e86ca109
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
e86ca109
...
...
@@ -4,7 +4,21 @@ python-intervaltree-bio (1.0.1-5) UNRELEASED; urgency=medium
* debhelper-compat 12
* Standards-Version: 4.4.0
* Remove trailing whitespace in debian/changelog
* Set upstream metadata fields: Contact, Name.
* Explicitly Depends: python3-intervaltree
TODO:
autopkgtest [05:18:21]: test command1: python3 -m pytest --ignore=.pc --verbose --datadir debian/data
autopkgtest [05:18:21]: test command1: [-----------------------
ImportError while loading conftest '/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'.
py._path.local.LocalPath.ImportMismatchError: ('conftest', '/build/python-intervaltree-bio-1.0.1/conftest.py', local('/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'))
autopkgtest [05:18:21]: test command1: -----------------------]
autopkgtest [05:18:22]: test command1: - - - - - - - - - - results - - - - - - - - - -
command1 FAIL non-zero exit status 4
autopkgtest [05:18:22]: test command1: - - - - - - - - - - stderr - - - - - - - - - -
ImportError while loading conftest '/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'.
py._path.local.LocalPath.ImportMismatchError: ('conftest', '/build/python-intervaltree-bio-1.0.1/conftest.py', local('/tmp/autopkgtest.ZfQ6fb/tree/conftest.py'))
autopkgtest [05:18:22]: @@@@@@@@@@@@@@@@@@@@ summary
command1 FAIL non-zero exit status 4
autopkgtest [05:18:22]: Binaries: resetting testbed apt configuration
-- Andreas Tille <tille@debian.org> Wed, 21 Aug 2019 07:53:48 +0200
...
...
debian/control
View file @
e86ca109
...
...
@@ -17,7 +17,8 @@ Homepage: https://github.com/konstantint/intervaltree-bio
Package: python3-intervaltree-bio
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
${python3:Depends},
python3-intervaltree
Description: Interval tree convenience classes for genomic data -- Python 3 library
Convenience classes for loading UCSC genomic annotation records into
a set of interval tree data structures.
...
...
debian/upstream/metadata
deleted
100644 → 0
View file @
46039c30
Name: python-intervaltree-bio
Contact: Konstantin Tretyakov <kt@ut.ee>