Add dev-python/cymruwhois
This commit is contained in:
parent
9d6efea1ec
commit
1d6e857249
2
dev-python/cymruwhois/Manifest
Normal file
2
dev-python/cymruwhois/Manifest
Normal file
|
@ -0,0 +1,2 @@
|
|||
DIST cymruwhois-1.6.tar.gz 4411 BLAKE2B 6064f460f77ca815cf67f894903608f0d05f9016257fd12c53284b6a50aad47791c6ca6b621d52756036b44d9f78f367663d9a80b9428dde225f48bb4f5a700b SHA512 7ff9a2473d6c8a97b21c2460157a3b51ab9af76ecdb202dd134f063b24344834446b8fda932a09e6fb59b1fcae8e92452e57bc3f5ae070ea25bcafdf39ae051b
|
||||
EBUILD cymruwhois-1.6.ebuild 449 BLAKE2B d492d3f55811a9470622f1cbbb915c1be6531c6c8290d3f880f323075dc837fbe83f72e8e082a1d472b51e58dda02e2f1e9f2a7fb72c8b5b69f9f675e1d3ff1f SHA512 d032c1fd39bbc6353c73954f5d6c89791ba1b422a01d5f6d38c4539cae1e8d164951a0467c47f7ab7ceebb531401e78e0f30e6cb6ee95a6aca6d4f6fef03a914
|
19
dev-python/cymruwhois/cymruwhois-1.6.ebuild
Normal file
19
dev-python/cymruwhois/cymruwhois-1.6.ebuild
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Client for the whois.cymru.com service"
|
||||
HOMEPAGE="https://pythonhosted.org/cymruwhois/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT License (MIT)"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
Loading…
Reference in a new issue