diff --git a/debian/changelog b/debian/changelog index c6cbb115..2d3b20e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ - (0.0.1-1) unstable; urgency=low +swh-sword (0.0.1-1) unstable; urgency=low - * + * Bootstrap version - -- AUTHOR-NAME + -- Antoine R. Dumont (@ardumont) Mon, 22 May 2017 20:14:03 +0200 diff --git a/debian/control b/debian/control index 10661d1e..609565cd 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,17 @@ -Source: +Source: swh-sword Maintainer: Software Heritage developers Section: python Priority: optional Build-Depends: debhelper (>= 9), dh-python, python3-all, - python3-nose, - python3-setuptools, + python3-aiohttp, python3-swh.core, - python3-swh.storage, python3-vcversioner Standards-Version: 3.9.6 Homepage: https://forge.softwareheritage.org/diffusion// -Package: python3- +Package: python3-swh.sword Architecture: all Depends: ${misc:Depends}, ${python3:Depends} -Description: Software Heritage +Description: Software Heritage SWORD Server diff --git a/requirements-swh.txt b/requirements-swh.txt index 2d1bbce8..c98c9677 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -1 +1,2 @@ # Add here internal Software Heritage dependencies, one per line. +swh.core >= 0.0.14 diff --git a/requirements.txt b/requirements.txt index 151b9267..2c0ea447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,8 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html vcversioner + +aiohttp +retrying +click