python-ripe-atlas-cousteau: update to 1.4.2.

Closes: #12872 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-24 00:55:01 -03:00 committed by Michael Aldridge
parent d3e1471e88
commit e2ed3bb969
1 changed files with 6 additions and 6 deletions

View File

@ -1,25 +1,25 @@
# Template file for 'python-ripe-atlas-cousteau'
pkgname=python-ripe-atlas-cousteau
version=1.4.1
version=1.4.2
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"
depends="python-dateutil python-socketIO-client"
short_desc="Python2 wrapper around RIPE ATLAS API"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://github.com/RIPE-NCC/ripe-atlas-cousteau"
distfiles="https://github.com/RIPE-NCC/ripe-atlas-cousteau/archive/v${version}.tar.gz"
checksum=1125638c2d05bafdbb17fa9aeda7d88ba433effdebf126d5ede0fbf5f93b270c
distfiles="https://github.com/RIPE-NCC/ripe-atlas-cousteau/archive/${version}.tar.gz"
checksum=91bfaaafe7561ccc7b91f555a5004c467d615b9f404739496a4ed6a22fcb07b7
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"
depends="python3-dateutil python3-socketIO-client"
pkg_install() {
vmove usr/lib/python3*
}