net-misc/netcalc: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
This commit is contained in:
parent
9112793e09
commit
58db763dad
1
net-misc/netcalc/Manifest
Normal file
1
net-misc/netcalc/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST netcalc-0.6.2.tar.gz 14914 BLAKE2B 17e99aa7bee3cb27b00a63dcfe0d8378f15b0147fcb058763daadcbd06b3407756b7ba0e050f2755f0b7df354abb121b97a91cbd717be59b0e877776a4e5ed87 SHA512 7b563bf125521e01770ff1682cf333f335971e0fcca8ec26410d3a1601a86e57ca81ed5f7fcefcbcdd2706dc88569a11165bfb789fd6ee9ebcdd3889d3dc70e1
|
8
net-misc/netcalc/metadata.xml
Normal file
8
net-misc/netcalc/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>alarig@swordarmor.fr</email>
|
||||
<name>Alarig Le Lay</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
23
net-misc/netcalc/netcalc-0.6.2.ebuild
Normal file
23
net-misc/netcalc/netcalc-0.6.2.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Advanced network calculator and address planning helper"
|
||||
HOMEPAGE="https://pypi.org/project/netcalc/
|
||||
https://github.com/israel-lugo/netcalc"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=dev-python/netaddr-0.7.12[${PYTHON_USEDEP}]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
Loading…
Reference in a new issue