Package Summary

Tags No category tags.
Version 0.9.0
License GPL
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/locusrobotics/catkin_virtualenv.git
VCS Type git
VCS Version master
Last Updated 2023-06-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Basic catkin_virtualenv test.

Additional Links

No additional links.

Maintainers

  • Paul Bovbel

Authors

  • Paul Bovbel
README
No README found. See repository README.
CHANGELOG

Changelog for package test_catkin_virtualenv

0.8.0 (2022-02-23)

0.9.0 (2023-02-22)

  • 0.8.0
  • Update changelogs
  • Contributors: Gary Servin

0.7.0 (2020-10-02)

0.6.1 (2020-08-24)

  • Correct dependencies and autoformat (#72)
    • Remove python-virtualenv dep
    • Add python2-dev
    • Lint
  • Contributors: Paul Bovbel

0.6.0 (2020-07-14)

  • Don\'t require catkin_package to be called before catkin_generate_virtualenv (#67)
  • Remove user specific paths (#63)

    • Remove user specific paths
    • Change working directory of venv_lock command

    * Lock catkin_virtualenv base requirements Co-authored-by: Paul Bovbel <paul@bovbel.com>

  • RST-3172 Refactor catkin_virtualenv to allow locking dependencies (#55)

    • Remove unused options
    • Fix regex for comments
    • Migrate scripts
    • Remove old code
    • Move common requirements to an export file
    • Minor cleanup
    • Remove requirement-parsing unit tests
    • Fix logging config
    • Fix test builds
    • Generate lock files
    • Fix tests
    • Move dh-virtualenv functions into separate file
    • Fix roslint
    • Update docs
    • Update requirements
    • CMake comments
    • Fix pip-args
    • README fixup
    • Correct ARG_LOCK_FILE handling
    • Remove headers
    • Use set comprehension
    • Add migration doc
    • Respin
  • Contributors: David V. Lu!!, Paul Bovbel

0.5.0 (2019-06-21)

0.4.1 (2019-06-11)

0.4.0 (2019-03-18)

0.3.0 (2019-01-16)

  • Python3 re-enable, add PYTHON_VERSION support (#33)
    • replace PYTHON_VERSION_MAJOR with PYTHON_VERSION
    • Simplify nose usage for python3
    • Check for venv module directly rather than munging major version
  • Contributors: Paul Bovbel

0.2.2 (2018-12-04)

  • Merge repeated requirements (#32)
  • Contributors: Paul Bovbel

0.2.1 (2018-06-04)

0.2.0 (2018-05-03)

0.1.6 (2018-01-10)

0.1.5 (2018-01-10)

  • Drop strict requirements
  • Contributors: Paul Bovbel

0.1.4 (2017-12-03)

  • Fix cmake lint errors
  • Add XML schema, README badges, fix travis config for debian jessie, and remove legacy scripts
  • Merge pull request #5 from gavanderhoorn/manifest_fix Remove stray \'s\' from test package manifests.
  • Remove stray \'s\' from test package manifests.
  • Contributors: Paul Bovbel, gavanderhoorn

0.1.3 (2017-11-27)

0.1.2 (2017-11-23)

  • Drop rosbash dependency and move python scripts into cmake directory
  • More tweaks to get nosetests working in python3
  • Contributors: Paul Bovbel

0.1.1 (2017-11-22)

0.1.0 (2017-11-22)

  • Fix trusty support
  • Contributors: Paul Bovbel

0.0.1 (2017-11-22)

  • Add license
  • Overhaul virtualenv generation and add Python 3 support (#1)
    • Rewrite build_venv in python
    • Use dh_virtualenv to do the heavy lifting; embed new version of dh_virtualenv internally
    • Update CMake to generate virtualenv appropriately for install and devel space
  • Initial implementation
  • Contributors: Paul Bovbel

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_catkin_virtualenv at answers.ros.org

Package Summary

Tags No category tags.
Version 0.9.0
License GPL
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/locusrobotics/catkin_virtualenv.git
VCS Type git
VCS Version master
Last Updated 2023-06-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Basic catkin_virtualenv test.

Additional Links

No additional links.

Maintainers

  • Paul Bovbel

Authors

  • Paul Bovbel
README
No README found. See repository README.
CHANGELOG

Changelog for package test_catkin_virtualenv

0.8.0 (2022-02-23)

0.9.0 (2023-02-22)

  • 0.8.0
  • Update changelogs
  • Contributors: Gary Servin

0.7.0 (2020-10-02)

0.6.1 (2020-08-24)

  • Correct dependencies and autoformat (#72)
    • Remove python-virtualenv dep
    • Add python2-dev
    • Lint
  • Contributors: Paul Bovbel

0.6.0 (2020-07-14)

  • Don\'t require catkin_package to be called before catkin_generate_virtualenv (#67)
  • Remove user specific paths (#63)

    • Remove user specific paths
    • Change working directory of venv_lock command

    * Lock catkin_virtualenv base requirements Co-authored-by: Paul Bovbel <paul@bovbel.com>

  • RST-3172 Refactor catkin_virtualenv to allow locking dependencies (#55)

    • Remove unused options
    • Fix regex for comments
    • Migrate scripts
    • Remove old code
    • Move common requirements to an export file
    • Minor cleanup
    • Remove requirement-parsing unit tests
    • Fix logging config
    • Fix test builds
    • Generate lock files
    • Fix tests
    • Move dh-virtualenv functions into separate file
    • Fix roslint
    • Update docs
    • Update requirements
    • CMake comments
    • Fix pip-args
    • README fixup
    • Correct ARG_LOCK_FILE handling
    • Remove headers
    • Use set comprehension
    • Add migration doc
    • Respin
  • Contributors: David V. Lu!!, Paul Bovbel

0.5.0 (2019-06-21)

0.4.1 (2019-06-11)

0.4.0 (2019-03-18)

0.3.0 (2019-01-16)

  • Python3 re-enable, add PYTHON_VERSION support (#33)
    • replace PYTHON_VERSION_MAJOR with PYTHON_VERSION
    • Simplify nose usage for python3
    • Check for venv module directly rather than munging major version
  • Contributors: Paul Bovbel

0.2.2 (2018-12-04)

  • Merge repeated requirements (#32)
  • Contributors: Paul Bovbel

0.2.1 (2018-06-04)

0.2.0 (2018-05-03)

0.1.6 (2018-01-10)

0.1.5 (2018-01-10)

  • Drop strict requirements
  • Contributors: Paul Bovbel

0.1.4 (2017-12-03)

  • Fix cmake lint errors
  • Add XML schema, README badges, fix travis config for debian jessie, and remove legacy scripts
  • Merge pull request #5 from gavanderhoorn/manifest_fix Remove stray \'s\' from test package manifests.
  • Remove stray \'s\' from test package manifests.
  • Contributors: Paul Bovbel, gavanderhoorn

0.1.3 (2017-11-27)

0.1.2 (2017-11-23)

  • Drop rosbash dependency and move python scripts into cmake directory
  • More tweaks to get nosetests working in python3
  • Contributors: Paul Bovbel

0.1.1 (2017-11-22)

0.1.0 (2017-11-22)

  • Fix trusty support
  • Contributors: Paul Bovbel

0.0.1 (2017-11-22)

  • Add license
  • Overhaul virtualenv generation and add Python 3 support (#1)
    • Rewrite build_venv in python
    • Use dh_virtualenv to do the heavy lifting; embed new version of dh_virtualenv internally
    • Update CMake to generate virtualenv appropriately for install and devel space
  • Initial implementation
  • Contributors: Paul Bovbel

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_catkin_virtualenv at answers.ros.org

Package Summary

Tags No category tags.
Version 0.9.0
License GPL
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/locusrobotics/catkin_virtualenv.git
VCS Type git
VCS Version master
Last Updated 2023-06-07
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Basic catkin_virtualenv test.

Additional Links

No additional links.

Maintainers

  • Paul Bovbel

Authors

  • Paul Bovbel
README
No README found. See repository README.
CHANGELOG

Changelog for package test_catkin_virtualenv

0.8.0 (2022-02-23)

0.9.0 (2023-02-22)

  • 0.8.0
  • Update changelogs
  • Contributors: Gary Servin

0.7.0 (2020-10-02)

0.6.1 (2020-08-24)

  • Correct dependencies and autoformat (#72)
    • Remove python-virtualenv dep
    • Add python2-dev
    • Lint
  • Contributors: Paul Bovbel

0.6.0 (2020-07-14)

  • Don\'t require catkin_package to be called before catkin_generate_virtualenv (#67)
  • Remove user specific paths (#63)

    • Remove user specific paths
    • Change working directory of venv_lock command

    * Lock catkin_virtualenv base requirements Co-authored-by: Paul Bovbel <paul@bovbel.com>

  • RST-3172 Refactor catkin_virtualenv to allow locking dependencies (#55)

    • Remove unused options
    • Fix regex for comments
    • Migrate scripts
    • Remove old code
    • Move common requirements to an export file
    • Minor cleanup
    • Remove requirement-parsing unit tests
    • Fix logging config
    • Fix test builds
    • Generate lock files
    • Fix tests
    • Move dh-virtualenv functions into separate file
    • Fix roslint
    • Update docs
    • Update requirements
    • CMake comments
    • Fix pip-args
    • README fixup
    • Correct ARG_LOCK_FILE handling
    • Remove headers
    • Use set comprehension
    • Add migration doc
    • Respin
  • Contributors: David V. Lu!!, Paul Bovbel

0.5.0 (2019-06-21)

0.4.1 (2019-06-11)

0.4.0 (2019-03-18)

0.3.0 (2019-01-16)

  • Python3 re-enable, add PYTHON_VERSION support (#33)
    • replace PYTHON_VERSION_MAJOR with PYTHON_VERSION
    • Simplify nose usage for python3
    • Check for venv module directly rather than munging major version
  • Contributors: Paul Bovbel

0.2.2 (2018-12-04)

  • Merge repeated requirements (#32)
  • Contributors: Paul Bovbel

0.2.1 (2018-06-04)

0.2.0 (2018-05-03)

0.1.6 (2018-01-10)

0.1.5 (2018-01-10)

  • Drop strict requirements
  • Contributors: Paul Bovbel

0.1.4 (2017-12-03)

  • Fix cmake lint errors
  • Add XML schema, README badges, fix travis config for debian jessie, and remove legacy scripts
  • Merge pull request #5 from gavanderhoorn/manifest_fix Remove stray \'s\' from test package manifests.
  • Remove stray \'s\' from test package manifests.
  • Contributors: Paul Bovbel, gavanderhoorn

0.1.3 (2017-11-27)

0.1.2 (2017-11-23)

  • Drop rosbash dependency and move python scripts into cmake directory
  • More tweaks to get nosetests working in python3
  • Contributors: Paul Bovbel

0.1.1 (2017-11-22)

0.1.0 (2017-11-22)

  • Fix trusty support
  • Contributors: Paul Bovbel

0.0.1 (2017-11-22)

  • Add license
  • Overhaul virtualenv generation and add Python 3 support (#1)
    • Rewrite build_venv in python
    • Use dh_virtualenv to do the heavy lifting; embed new version of dh_virtualenv internally
    • Update CMake to generate virtualenv appropriately for install and devel space
  • Initial implementation
  • Contributors: Paul Bovbel

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged test_catkin_virtualenv at answers.ros.org