Add dev-python/blaeu
This commit is contained in:
parent
1d6e857249
commit
9a9ef4703b
1
dev-python/blaeu/Manifest
Normal file
1
dev-python/blaeu/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
EBUILD blaeu-9999.ebuild 533 BLAKE2B 79a55f9a5e8b9e2de3ee8401e58e80838758b64dba942c068d00025884db920cad31a89630ca28382036df1c484b6d7d1450383b7a31a0466258175e933268e2 SHA512 5aefc01eb0f377e87ba91aede6fda7ea09ce066e547011e5ccdbed029adbb9995b5a83d0b533b8f5cc90224370d3d2c9ec319881e84344dc9c09eb7d7f3dcc7b
|
20
dev-python/blaeu/blaeu-9999.ebuild
Normal file
20
dev-python/blaeu/blaeu-9999.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="Blaeu, creating measurements on RIPE Atlas probes"
|
||||
HOMEPAGE="https://framagit.org/bortzmeyer/blaeu"
|
||||
EGIT_REPO_URI="https://framagit.org/bortzmeyer/blaeu.git"
|
||||
|
||||
LICENSE="BSD 2-clause Simplified License"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
dev-python/cymruwhois[${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
Loading…
Reference in a new issue