From e2ed3bb969481b15c2cf08e32dbd6867a2b54b5e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 24 Mar 2018 00:55:01 -0300 Subject: [PATCH] python-ripe-atlas-cousteau: update to 1.4.2. Closes: #12872 [via git-merge-pr] --- srcpkgs/python-ripe-atlas-cousteau/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-ripe-atlas-cousteau/template b/srcpkgs/python-ripe-atlas-cousteau/template index f9c28cdb12a..34de9316812 100644 --- a/srcpkgs/python-ripe-atlas-cousteau/template +++ b/srcpkgs/python-ripe-atlas-cousteau/template @@ -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 " -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* }