From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B18D358974 for ; Mon, 1 Feb 2016 11:13:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1168721C044; Mon, 1 Feb 2016 11:13:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D8D721C00B for ; Mon, 1 Feb 2016 11:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D723340D17 for ; Mon, 1 Feb 2016 11:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22BAF8F8 for ; Mon, 1 Feb 2016 11:13:24 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1454325200.a0f8a2f129008659cc02a35370f8d7a00267d931.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/whatportis/Manifest net-misc/whatportis/whatportis-0.4.ebuild X-VCS-Directories: net-misc/whatportis/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a0f8a2f129008659cc02a35370f8d7a00267d931 X-VCS-Branch: master Date: Mon, 1 Feb 2016 11:13:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1723a14e-f0f8-4441-a801-9f37d135f084 X-Archives-Hash: f4debde6bc12babf5eab064a00bbbf54 commit: a0f8a2f129008659cc02a35370f8d7a00267d931 Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 30 16:01:12 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Feb 1 11:13:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f8a2f1 net-misc/whatportis: Version Bump Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> net-misc/whatportis/Manifest | 1 + net-misc/whatportis/whatportis-0.4.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest index 9a3c20f..7bffe4f 100644 --- a/net-misc/whatportis/Manifest +++ b/net-misc/whatportis/Manifest @@ -1,2 +1,3 @@ DIST whatportis-0.2.tar.gz 256884 SHA256 08735b4e1898cf64880ee2c08a5da74b3b81d65c44a67b44440fbe305012c8ec SHA512 5e28b7bc19fcf939ef61af3225cac314cdc0a02ba941663310ea4881fed6f23926b5fd5198295085e19acf0f856de1351d03308ddbaa02bea1e7fed372e3c13d WHIRLPOOL c81fb346e274269c7527b061bc5b6da01f988425746fb1b1c3414b9b88ea9ded70a674cfa7757af41229a1597687361b4b59512b4c853739d3d45058b448ca14 DIST whatportis-0.3.tar.gz 258221 SHA256 661920d3038127502c438189e0d4f068290de28360206bf4c20a66b0b6bd878b SHA512 cff214d07c3f84b8eb040809930fffaf0c590ea2a922d9a6d58b71442afd0201360d292bbc05c2fe6756cfa72c9eb1fa96dcd5e4777067a2a7d5de1ae351f910 WHIRLPOOL 4504a91dbeebaebb219ded2705f573ee67f7ffc72e333281106e68bc1c1732eac0c86cb0e9b20e55f248373d089b3ce38352cfaaf8aefdf3a58af87e3771fb5b +DIST whatportis-0.4.tar.gz 258876 SHA256 b03793a9871125f8bc72996941fe40a6efaa78c5c640e3d68d599d24599c9eb9 SHA512 c786d25fc25da1cd21b6f9251584a2968618c9e700c7b2dbad2fcfadfe89ea1600c0d27c9d1e3435a3cbb7338db492a5d820364006400c9a99986904793a5a12 WHIRLPOOL 42c04da9eb5235c8ba085982439632b8645fa2ac5065e05786c126afee024a6f49aa664cb0251c4d91eca65ab8946361c4a634ee824469b8d5368b2ae996221a diff --git a/net-misc/whatportis/whatportis-0.4.ebuild b/net-misc/whatportis/whatportis-0.4.ebuild new file mode 100644 index 0000000..2b25ee8 --- /dev/null +++ b/net-misc/whatportis/whatportis-0.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) + +inherit distutils-r1 + +DESCRIPTION="A command to search port names and numbers" +HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + >=dev-python/click-6.2[${PYTHON_USEDEP}] + >=dev-python/prettytable-0.7.2[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" + +python_test() { + "${EPYTHON}" test_${PN}.py || die +}