SwordArMor-gentoo-overlay/net-analyzer/blaeu/blaeu-1.1.8.ebuild
Alarig Le Lay 4d500dc9d2
net-analyzer/blaeu: Version bump to 1.1.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2022-07-04 14:02:06 +02:00

29 lines
651 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
HOMEPAGE="https://framagit.org/bortzmeyer/blaeu"
SRC_URI="https://framagit.org/bortzmeyer/${PN}/-/archive/release-${PV}/${PN}-release-${PV}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/cymruwhois[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
mv ${PN}-release-${PV} ${P}
}