package.xml.stamp 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0"?>
  2. <?xml-model
  3. href="http://download.ros.org/schema/package_format3.xsd"
  4. schematypens="http://www.w3.org/2001/XMLSchema"?>
  5. <package format="3">
  6. <name>catkin</name>
  7. <version>0.7.28</version>
  8. <description>Low-level build system macros and infrastructure for ROS.</description>
  9. <maintainer email="dthomas@osrfoundation.org">Dirk Thomas</maintainer>
  10. <license>BSD</license>
  11. <url type="website">http://wiki.ros.org/catkin</url>
  12. <url type="bugtracker">https://github.com/ros/catkin/issues</url>
  13. <url type="repository">https://github.com/ros/catkin</url>
  14. <author>Troy Straszheim</author>
  15. <author>Morten Kjaergaard</author>
  16. <author>Brian Gerkey</author>
  17. <author>Dirk Thomas</author>
  18. <depend condition="$ROS_PYTHON_VERSION == 2">python-argparse</depend>
  19. <depend condition="$ROS_PYTHON_VERSION == 2" version_gt="0.4.3">python-catkin-pkg</depend>
  20. <depend condition="$ROS_PYTHON_VERSION == 3" version_gt="0.4.3">python3-catkin-pkg</depend>
  21. <depend condition="$ROS_PYTHON_VERSION == 2">python-empy</depend>
  22. <depend condition="$ROS_PYTHON_VERSION == 3">python3-empy</depend>
  23. <buildtool_depend>cmake</buildtool_depend>
  24. <buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
  25. <buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_depend>
  26. <buildtool_export_depend>cmake</buildtool_export_depend>
  27. <buildtool_export_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</buildtool_export_depend>
  28. <build_export_depend>google-mock</build_export_depend>
  29. <build_export_depend>gtest</build_export_depend>
  30. <build_export_depend condition="$ROS_PYTHON_VERSION == 2">python-nose</build_export_depend>
  31. <build_export_depend condition="$ROS_PYTHON_VERSION == 3">python3-nose</build_export_depend>
  32. <test_depend condition="$ROS_PYTHON_VERSION == 2">python-mock</test_depend>
  33. <test_depend condition="$ROS_PYTHON_VERSION == 3">python3-mock</test_depend>
  34. <test_depend condition="$ROS_PYTHON_VERSION == 2">python-nose</test_depend>
  35. <test_depend condition="$ROS_PYTHON_VERSION == 3">python3-nose</test_depend>
  36. <export>
  37. <rosdoc config="rosdoc.yaml"/>
  38. <architecture_independent/>
  39. </export>
  40. </package>