blob: 312fe5cc0292b50025b717a0e51b4154a3143a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-catkin_tools
pkgdesc = Command line tools for working with catkin
pkgver = 0.9.0
pkgrel = 1
url = https://github.com/catkin/catkin_tools
arch = any
license = Apache
makedepends = python-setuptools
depends = python
depends = python-catkin_pkg
depends = python-osrf_pycommon
depends = python-yaml
provides = python-catkin-tools
conflicts = python2-catkin_tools
conflicts = python-catkin-tools
source = https://github.com/catkin/catkin_tools/archive/0.9.0.tar.gz
sha256sums = 1ded682e4c13ef9aef97ff12472357418eb0c1581db5c319d2594162bfc18652
pkgname = python-catkin_tools
|