python-ripe-atlas-sagan: drop package
This commit is contained in:
parent
5cb772d427
commit
51ea18708f
3 changed files with 14 additions and 27 deletions
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'python-ripe-atlas-sagan'
|
||||
pkgname=python-ripe-atlas-sagan
|
||||
version=1.3.0
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="ripe.atlas.sagan-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="ripe/atlas/sagan"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-dateutil python-pytz python-cryptography"
|
||||
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=39d8c0864ec8d790fe46f45cb55020d8603fceb374c77cda46f96b71279af016
|
||||
|
||||
python3-ripe-atlas-sagan_package() {
|
||||
depends="python3-dateutil python3-pytz python3-cryptography"
|
||||
archs=noarch
|
||||
pycompile_module="ripe/atlas/sagan"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
python-ripe-atlas-sagan
|
14
srcpkgs/python3-ripe-atlas-sagan/template
Normal file
14
srcpkgs/python3-ripe-atlas-sagan/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python3-ripe-atlas-sagan'
|
||||
pkgname=python3-ripe-atlas-sagan
|
||||
version=1.3.0
|
||||
revision=3
|
||||
wrksrc="ripe.atlas.sagan-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-dateutil python3-pytz python3-cryptography"
|
||||
short_desc="Python3 parsing library for RIPE Atlas measurement results"
|
||||
maintainer="johannes <johannes.brechtmann@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/RIPE-NCC/ripe.atlas.sagan"
|
||||
distfiles="$PYPI_SITE/r/ripe.atlas.sagan/ripe.atlas.sagan-$version.tar.gz"
|
||||
checksum=0a1d7548032a7521fcde6db6a766a5e01b06968d21691f9c89076561b8416222
|
Loading…
Add table
Add a link
Reference in a new issue