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
This commit is contained in:
Johannes 2016-12-15 11:26:38 +01:00 committed by Alessio Sergi
parent cbb5c440b2
commit 0faa2c5ed6
9 changed files with 141 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# Template file for 'python-IPy'
pkgname=python-IPy
version=0.83
revision=1
build_style=python-module
noarch=yes
pycompile_module="IPy.py"
wrksrc="IPy-${version}"
hostmakedepends="python-setuptools python3-setuptools"
depends="python"
short_desc="Python2 class for handling of IPv4 and IPv6 addresses and networks"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="BSD"
homepage="https://github.com/autocracy/python-ipy"
distfiles="${PYPI_SITE}/I/IPy/IPy-${version}.tar.gz"
checksum=61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8
post_install() {
vlicense COPYING
}
python3-IPy_package() {
short_desc="${short_desc/Python2/Python3}"
noarch=yes
pycompile_module="IPy.py"
depends="python3"
pkg_install() {
vmove usr/lib/python3*
vlicense COPYING
}
}

View File

@ -0,0 +1,26 @@
# 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*
}
}

View File

@ -0,0 +1,26 @@
# 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*
}
}

View File

@ -0,0 +1,31 @@
# Template file for 'python-socketIO-client'
pkgname=python-socketIO-client
version=0.7.2
revision=1
noarch=yes
build_style=python-module
pycompile_module="socketIO_client"
wrksrc="socketIO-client-${version}"
hostmakedepends="python-setuptools python3-setuptools"
depends="python-requests python-six python-websocket-client"
short_desc="Python2 library for socket.io"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="MIT"
homepage="https://pypi.python.org/pypi/socketIO-client"
distfiles="${PYPI_SITE}/s/socketIO-client/socketIO-client-${version}.tar.gz"
checksum=64cd84fba79cf97f28c11e64d1fc42a2221f2d7a4fada05ab381e2d73d74d2c1
post_install() {
vlicense LICENSE
}
python3-socketIO-client_package() {
depends="python3-requests python3-six python3-websocket-client"
short_desc="${short_desc/Python2/Python3}"
noarch=yes
pycompile_module="socketIO_client"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE
}
}

1
srcpkgs/python3-IPy Symbolic link
View File

@ -0,0 +1 @@
python-IPy

View File

@ -0,0 +1 @@
python-ripe-atlas-cousteau

View File

@ -0,0 +1 @@
python-ripe-atlas-sagan

View File

@ -0,0 +1 @@
python-socketIO-client

View File

@ -0,0 +1,23 @@
# Template file for 'ripe-atlas-tools'
pkgname=ripe-atlas-tools
version=2.0.2
revision=1
noarch=yes
build_style=python3-module
pycompile_module="ripe/atlas/tools"
hostmakedepends="python3-setuptools"
depends="
python3-tzlocal python3-yaml python3-six python3-dateutil
python3-ripe-atlas-sagan python3-ripe-atlas-cousteau python3-IPy"
short_desc="The official command-line client for RIPE Atlas"
maintainer="johannes <johannes.brechtmann@gmail.com>"
license="GPL-3"
homepage="https://github.com/ripe-ncc/ripe-atlas-tools"
distfiles="https://github.com/ripe-ncc/${pkgname}/archive/v${version}.tar.gz"
checksum=994f095d79415d7e0df3dc6d5a8dd330161acd7b105eab42e7ae6e7a131b3c2e
post_install() {
vinstall ripe-atlas-bash-completion.sh 644 \
usr/share/bash-completion/completions ripe-atlas-tools
}