void-packages/srcpkgs/python-ripe-atlas-sagan/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
906 B
Bash

# Template file for 'ripe-atlas-sagan'
pkgname=python-ripe-atlas-sagan
version=1.1.11
revision=1
noarch=yes
pycompile_module="ripe/atlas/sagan"
wrksrc="ripe.atlas.sagan-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-dateutil python-pytz python-openssl"
short_desc="Python2 parsing library for RIPE Atlas measurement results"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3"
homepage="https://github.com/RIPE-NCC/ripe.atlas.sagan"
distfiles="https://github.com/RIPE-NCC/ripe.atlas.sagan/archive/v${version}.tar.gz"
checksum=9d84c8346366e344b081a95cae684d397e1a8d0cb9be6bb0c3190e5f813ef869
python3-ripe-atlas-sagan_package() {
depends="python3-dateutil python3-pytz python3-openssl"
noarch=yes
pycompile_module="ripe/atlas/sagan"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}