SwordArMor-gentoo-overlay/net-analyzer/blaeu/blaeu-1.1.3.ebuild

27 lines
653 B
Bash
Raw Normal View History

2018-04-27 10:16:13 +02:00
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
2020-02-20 10:05:14 +01:00
PYTHON_COMPAT=( python3_{6,7,8} )
2018-04-27 10:16:13 +02:00
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"
2019-05-27 10:06:52 +02:00
LICENSE="BSD-2"
2018-04-27 10:16:13 +02:00
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
dev-python/cymruwhois[${PYTHON_USEDEP}]
dev-python/dnspython[${PYTHON_USEDEP}]"
2018-04-27 10:16:13 +02:00
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
mv ${PN}-release-${PV} ${P}
}