aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-catkin-pkg-modules/APKBUILD
blob: 5054f478f8eb8197fb644696403e40ebc208a7e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Contributor: Russ Webber <russ@rw.id.au>
# Maintainer: Russ Webber <russ@rw.id.au>
pkgname=py3-catkin-pkg-modules
_pkgname=catkin_pkg_modules
pkgver=0.4.13
pkgrel=0
pkgdesc="Standalone Python library for the catkin build system."
url="http://wiki.ros.org/catkin_pkg"
arch="noarch"
license="BSD-3-Clause"
options="!check" # python deps not packaged: flake8-blind-except flake8-builtins
		 # flake8-class-newline flake8-comprehensions flake8-deprecated
		 # flake8-docstrings flake8-import-order flake8-quotes
depends="py3-docutils py3-dateutil py3-parsing"
makedepends="python3"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="7c8a69adfeceaf0578de76f4bb7c84cef94fa363f3e101981ed97f3f244c65d2dd9c79c3896e0b0bd98d663f38eeac2005aa4a834d03bf5e35813c1bf47817c6  catkin_pkg_modules-0.4.13.tar.gz"