Codebase list ros-bloom / 4bc84f9
Import upstream version 0.9.0+git20200122.790500e, md5 5572907e2dfc5f5b910c295f71c0ac0a Debian Janitor 4 years ago
5 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 language: python
11 python:
22 - "2.7"
3 - "3.4"
3 - "3.4" # When support for 3.4 is removed unpin the PyYAML version below.
44 - "3.6"
5 - "3.7"
6 - "3.8"
57 # command to install dependencies
68 install:
9 - if [ $TRAVIS_PYTHON_VERSION == "3.4" ]; then pip install PyYAML==5.2; fi # Forcing PyYAML 5.2 while we retain Python 3.4 support PyYAML 5.3 and higher does not support python 3.4
710 - pip install PyYAML argparse rosdep vcstools catkin-pkg python-dateutil setuptools
811 - pip install nose coverage pep8
912 - git clone https://github.com/dirk-thomas/empy.git /tmp/empy
11091109 repository, track, distro, new_track, interactive, pretend, tracks_dict,
11101110 override_release_repository_url, override_release_repository_push_url
11111111 )
1112 if 'BLOOM_NO_ROSDISTRO_PULL_REQUEST' not in os.environ:
1112 if 'BLOOM_NO_ROSDISTRO_PULL_REQUEST' not in os.environ and not pretend:
11131113 # Propose github pull request
11141114 info(fmt("@{gf}@!==> @|") +
11151115 "Generating pull request to distro file located at '{0}'"
400400
401401 response = response.lower()
402402 if response not in ['y', 'n', 'q']:
403 error_msg = 'Reponse `' + response + '` was not recognized, ' \
403 error_msg = 'Response `' + response + '` was not recognized, ' \
404404 'please use one of y, Y, n, N.'
405405 error(error_msg)
406406 else:
99 'python-dateutil',
1010 'PyYAML',
1111 'rosdep >= 0.15.0',
12 'rosdistro >= 0.7.5',
12 'rosdistro >= 0.8.0',
1313 'vcstools >= 0.1.22',
1414 ]
1515
00 [DEFAULT]
1 Depends: python-yaml, python-empy, python-argparse, python-rosdep (>= 0.15.0), python-rosdistro (>= 0.7.5), python-vcstools (>= 0.1.22), python-setuptools, python-catkin-pkg (>= 0.4.3)
2 Depends3: python3-yaml, python3-empy, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.7.5), python3-vcstools (>= 0.1.22), python3-setuptools, python3-catkin-pkg (>= 0.4.3)
1 Depends: python-yaml, python-empy, python-argparse, python-rosdep (>= 0.15.0), python-rosdistro (>= 0.8.0), python-vcstools (>= 0.1.22), python-setuptools, python-catkin-pkg (>= 0.4.3)
2 Depends3: python3-yaml, python3-empy, python3-rosdep (>= 0.15.0), python3-rosdistro (>= 0.8.0), python3-vcstools (>= 0.1.22), python3-setuptools, python3-catkin-pkg (>= 0.4.3)
33 Conflicts: python3-bloom
44 Conflicts3: python-bloom
55 Copyright-File: LICENSE.txt
66 Suite: xenial yakkety zesty artful bionic cosmic disco eoan jessie stretch buster
7 Suite3: xenial yakkety zesty artful bionic cosmic disco eoan focal jessie stretch buster
78 X-Python3-Version: >= 3.4