void-packages/srcpkgs/python-ripe-atlas-cousteau/template
Johannes 0faa2c5ed6 New package: ripe-atlas-tools-2.0.2 (#5215)
* New package: ripe-atlas-tools-2.0.2

The official command-line client for RIPE Atlas.

* New package: python-ripe-atlas-cousteau-1.3

Dependency of ripe-atlas-tools

* New package: python-ripe-atlas-sagan-1.1.11

Dependency of ripe-atlas-tools

* New package: python-socketIO-client-0.7.2

* New package: python-IPy-0.83
2016-12-15 11:26:38 +01:00

26 lines
937 B
Bash

# Template file for 'python-ripe-atlas-cousteau'
pkgname=python-ripe-atlas-cousteau
version=1.3
revision=1
build_style=python-module
noarch=yes
pycompile_module="ripe/atlas/cousteau"
wrksrc="ripe-atlas-cousteau-${version}"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-requests python-dateutil python-socketIO-client"
short_desc="Python2 wrapper around RIPE ATLAS API"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3"
homepage="https://github.com/RIPE-NCC/ripe-atlas-cousteau"
distfiles="https://github.com/RIPE-NCC/ripe-atlas-cousteau/archive/v${version}.tar.gz"
checksum=d18ae2648f0fa685d47efee1a0dc03a9125f6e68e77289ca221c0509b1c53bbd
python3-ripe-atlas-cousteau_package() {
short_desc="${short_desc/Python2/Python3}"
noarch=yes
pycompile_module="ripe/atlas/cousteau"
depends="python3-requests python3-dateutil python3-socketIO-client"
pkg_install() {
vmove usr/lib/python3*
}
}