* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-01-27 9:26 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-01-27 9:26 UTC (permalink / raw
To: gentoo-commits
commit: 5dcaeba29ca57b80d4274fa9b5e4dc15b32f90f0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 08:12:58 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Jan 27 09:26:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcaeba2
net-misc/whatportis: New package, ebuild written by me
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/whatportis/Manifest | 1 +
net-misc/whatportis/metadata.xml | 15 ++++++++++++++
net-misc/whatportis/whatportis-0.2.ebuild | 33 +++++++++++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
new file mode 100644
index 0000000..7315bb5
--- /dev/null
+++ b/net-misc/whatportis/Manifest
@@ -0,0 +1 @@
+DIST whatportis-0.2.tar.gz 256884 SHA256 08735b4e1898cf64880ee2c08a5da74b3b81d65c44a67b44440fbe305012c8ec SHA512 5e28b7bc19fcf939ef61af3225cac314cdc0a02ba941663310ea4881fed6f23926b5fd5198295085e19acf0f856de1351d03308ddbaa02bea1e7fed372e3c13d WHIRLPOOL c81fb346e274269c7527b061bc5b6da01f988425746fb1b1c3414b9b88ea9ded70a674cfa7757af41229a1597687361b4b59512b4c853739d3d45058b448ca14
diff --git a/net-misc/whatportis/metadata.xml b/net-misc/whatportis/metadata.xml
new file mode 100644
index 0000000..8cc8842
--- /dev/null
+++ b/net-misc/whatportis/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">whatportis</remote-id>
+ <maintainer status="unknown">
+ <email>ncrocfer@gmail.com</email>
+ <name>Nicolas Crocfer</name>
+ </maintainer>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/whatportis/whatportis-0.2.ebuild b/net-misc/whatportis/whatportis-0.2.ebuild
new file mode 100644
index 0000000..f6cbc89
--- /dev/null
+++ b/net-misc/whatportis/whatportis-0.2.ebuild
@@ -0,0 +1,33 @@
+# 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"
+
+#https://github.com/ncrocfer/whatportis/issues/2
+LICENSE="all-rights-reserved"
+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}]"
+
+# https://github.com/ncrocfer/whatportis/issues/1
+RESTRICT="test"
+
+python_test() {
+ "${EPYTHON}" test_${PN}.py || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-01-28 10:22 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-01-28 10:22 UTC (permalink / raw
To: gentoo-commits
commit: af4c404447a6638d24a66743baadf4eec7543907
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 08:36:26 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 10:22:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4c4044
net-misc/whatportis: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/whatportis/Manifest | 1 +
net-misc/whatportis/whatportis-0.3.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
index 7315bb5..9a3c20f 100644
--- a/net-misc/whatportis/Manifest
+++ b/net-misc/whatportis/Manifest
@@ -1 +1,2 @@
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
diff --git a/net-misc/whatportis/whatportis-0.3.ebuild b/net-misc/whatportis/whatportis-0.3.ebuild
new file mode 100644
index 0000000..2b25ee8
--- /dev/null
+++ b/net-misc/whatportis/whatportis-0.3.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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-01-28 10:22 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-01-28 10:22 UTC (permalink / raw
To: gentoo-commits
commit: c8848e2131ffbe639f05bdafef696f95d61abed0
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 08:33:43 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 10:22:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8848e21
net-misc/whatportis: Set license
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/whatportis/whatportis-0.2.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/net-misc/whatportis/whatportis-0.2.ebuild b/net-misc/whatportis/whatportis-0.2.ebuild
index f6cbc89..2a0dfcd 100644
--- a/net-misc/whatportis/whatportis-0.2.ebuild
+++ b/net-misc/whatportis/whatportis-0.2.ebuild
@@ -12,8 +12,7 @@ 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"
-#https://github.com/ncrocfer/whatportis/issues/2
-LICENSE="all-rights-reserved"
+LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-02-01 11:13 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-01 11:13 UTC (permalink / raw
To: gentoo-commits
commit: a0f8a2f129008659cc02a35370f8d7a00267d931
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 16:01:12 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-02-08 10:46 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-08 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 6099ffe2a547182a295e9a1500adafec7aa584dd
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 8 10:46:47 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 8 10:46:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6099ffe2
net-misc/whatportis: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/whatportis/Manifest | 1 +
net-misc/whatportis/whatportis-0.5.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
index 7bffe4f..f1c780b 100644
--- a/net-misc/whatportis/Manifest
+++ b/net-misc/whatportis/Manifest
@@ -1,3 +1,4 @@
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
+DIST whatportis-0.5.tar.gz 218371 SHA256 39f2f66d6b6a408869272f4461933ca97833f1691e390844cc43a25fcef73d20 SHA512 b8fe5da0160df5f6fc5b19c560e07e33c59c155c831a8e0a36254e5de111014d2e607869be45523c8c80c4dba0345ded344a509a11ce70cc0e027c58be7262d1 WHIRLPOOL aeb800e467a0bfe0f0dd92920e2c322d3a2ecf157d777a5a82b09657ea22a99ae3523c080d34a9385fe700397ce39a22d559224b2678b8511a270abca6da7843
diff --git a/net-misc/whatportis/whatportis-0.5.ebuild b/net-misc/whatportis/whatportis-0.5.ebuild
new file mode 100644
index 0000000..27f6a2b
--- /dev/null
+++ b/net-misc/whatportis/whatportis-0.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{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}]
+ >=dev-python/tinydb-3.1.2[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ "${EPYTHON}" test_${PN}.py || die
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-02-09 7:47 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-09 7:47 UTC (permalink / raw
To: gentoo-commits
commit: 77e90c549e8397adb6ab53915cc3d4958699e4a7
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 07:47:30 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 07:47:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77e90c54
net-misc/whatportis: Version Bump
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/whatportis/Manifest | 1 +
net-misc/whatportis/whatportis-0.6.ebuild | 35 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
index f1c780b..0c55dcd 100644
--- a/net-misc/whatportis/Manifest
+++ b/net-misc/whatportis/Manifest
@@ -2,3 +2,4 @@ DIST whatportis-0.2.tar.gz 256884 SHA256 08735b4e1898cf64880ee2c08a5da74b3b81d65
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
DIST whatportis-0.5.tar.gz 218371 SHA256 39f2f66d6b6a408869272f4461933ca97833f1691e390844cc43a25fcef73d20 SHA512 b8fe5da0160df5f6fc5b19c560e07e33c59c155c831a8e0a36254e5de111014d2e607869be45523c8c80c4dba0345ded344a509a11ce70cc0e027c58be7262d1 WHIRLPOOL aeb800e467a0bfe0f0dd92920e2c322d3a2ecf157d777a5a82b09657ea22a99ae3523c080d34a9385fe700397ce39a22d559224b2678b8511a270abca6da7843
+DIST whatportis-0.6.tar.gz 218447 SHA256 d037a5b36629b0775527dea71a95feb99a5e619cca7626abe52edf6590c13602 SHA512 f9a46974618b0c70164de29aa9c57c7d0cb3c0a09626ec3d7d514fe0b88ce50b2acca1f9e949449508a2b170311e470fe9c7f3ed66f0af4ef01fd63dd815b8a2 WHIRLPOOL d02cfa19af5e7cd759bab614b6b10facc17c6f71e2588369ae2864da6706a2c2b2b1c2695eab312023533aa9751e82f5e9f82e99aea1cacde0df29e7339a98af
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild
new file mode 100644
index 0000000..152867f
--- /dev/null
+++ b/net-misc/whatportis/whatportis-0.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{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}]
+ >=dev-python/tinydb-3.1.2[${PYTHON_USEDEP}]
+ >=dev-python/simplejson-3.8.1[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ "${EPYTHON}" test_${PN}.py || die
+}
+
+pkg_postinst() {
+ optfeature "Run ${PN} as a Server" dev-python/flask
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-02-09 9:33 Justin Lecher
0 siblings, 0 replies; 12+ messages in thread
From: Justin Lecher @ 2016-02-09 9:33 UTC (permalink / raw
To: gentoo-commits
commit: db94798e2b6428e25296815385441c132851ba0a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 08:50:34 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 09:33:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db94798e
net-misc/whatportis: Add missing eclass
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
net-misc/whatportis/whatportis-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild
index 152867f..1b1511d 100644
--- a/net-misc/whatportis/whatportis-0.6.ebuild
+++ b/net-misc/whatportis/whatportis-0.6.ebuild
@@ -6,7 +6,7 @@ EAPI=6
PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
-inherit distutils-r1
+inherit distutils-r1 eutils
DESCRIPTION="A command to search port names and numbers"
HOMEPAGE="http://github.com/ncrocfer/whatportis http://pypi.python.org/pypi/whatportis"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2016-10-29 21:17 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2016-10-29 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 475a614de9c97f40b99ba605d946e344174540b0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:03:00 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 21:17:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=475a614d
net-misc/whatportis: Remove Python team from maintainers
net-misc/whatportis/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-misc/whatportis/metadata.xml b/net-misc/whatportis/metadata.xml
index 8cc8842..06e0bd9 100644
--- a/net-misc/whatportis/metadata.xml
+++ b/net-misc/whatportis/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="pypi">whatportis</remote-id>
<maintainer status="unknown">
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2017-03-26 18:50 Michael Orlitzky
0 siblings, 0 replies; 12+ messages in thread
From: Michael Orlitzky @ 2017-03-26 18:50 UTC (permalink / raw
To: gentoo-commits
commit: 8a2dc1fe288dbb1898ff41cf9a5fbd520785c4fb
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 18:37:26 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 18:37:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2dc1fe
net-misc/whatportis: remove old versions 0.2, 0.3, 0.4, and 0.5.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/whatportis/Manifest | 4 ----
net-misc/whatportis/whatportis-0.2.ebuild | 31 -------------------------------
net-misc/whatportis/whatportis-0.3.ebuild | 28 ----------------------------
net-misc/whatportis/whatportis-0.4.ebuild | 28 ----------------------------
net-misc/whatportis/whatportis-0.5.ebuild | 29 -----------------------------
5 files changed, 120 deletions(-)
diff --git a/net-misc/whatportis/Manifest b/net-misc/whatportis/Manifest
index 0c55dcdc84a..26b7c1c328e 100644
--- a/net-misc/whatportis/Manifest
+++ b/net-misc/whatportis/Manifest
@@ -1,5 +1 @@
-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
-DIST whatportis-0.5.tar.gz 218371 SHA256 39f2f66d6b6a408869272f4461933ca97833f1691e390844cc43a25fcef73d20 SHA512 b8fe5da0160df5f6fc5b19c560e07e33c59c155c831a8e0a36254e5de111014d2e607869be45523c8c80c4dba0345ded344a509a11ce70cc0e027c58be7262d1 WHIRLPOOL aeb800e467a0bfe0f0dd92920e2c322d3a2ecf157d777a5a82b09657ea22a99ae3523c080d34a9385fe700397ce39a22d559224b2678b8511a270abca6da7843
DIST whatportis-0.6.tar.gz 218447 SHA256 d037a5b36629b0775527dea71a95feb99a5e619cca7626abe52edf6590c13602 SHA512 f9a46974618b0c70164de29aa9c57c7d0cb3c0a09626ec3d7d514fe0b88ce50b2acca1f9e949449508a2b170311e470fe9c7f3ed66f0af4ef01fd63dd815b8a2 WHIRLPOOL d02cfa19af5e7cd759bab614b6b10facc17c6f71e2588369ae2864da6706a2c2b2b1c2695eab312023533aa9751e82f5e9f82e99aea1cacde0df29e7339a98af
diff --git a/net-misc/whatportis/whatportis-0.2.ebuild b/net-misc/whatportis/whatportis-0.2.ebuild
deleted file mode 100644
index dbce401ecb8..00000000000
--- a/net-misc/whatportis/whatportis-0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A command to search port names and numbers"
-HOMEPAGE="https://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}]"
-
-# https://github.com/ncrocfer/whatportis/issues/1
-RESTRICT="test"
-
-python_test() {
- "${EPYTHON}" test_${PN}.py || die
-}
diff --git a/net-misc/whatportis/whatportis-0.3.ebuild b/net-misc/whatportis/whatportis-0.3.ebuild
deleted file mode 100644
index 9129f1249ae..00000000000
--- a/net-misc/whatportis/whatportis-0.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A command to search port names and numbers"
-HOMEPAGE="https://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
-}
diff --git a/net-misc/whatportis/whatportis-0.4.ebuild b/net-misc/whatportis/whatportis-0.4.ebuild
deleted file mode 100644
index 9129f1249ae..00000000000
--- a/net-misc/whatportis/whatportis-0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="A command to search port names and numbers"
-HOMEPAGE="https://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
-}
diff --git a/net-misc/whatportis/whatportis-0.5.ebuild b/net-misc/whatportis/whatportis-0.5.ebuild
deleted file mode 100644
index 135efc5c49e..00000000000
--- a/net-misc/whatportis/whatportis-0.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="A command to search port names and numbers"
-HOMEPAGE="https://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}]
- >=dev-python/tinydb-3.1.2[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- "${EPYTHON}" test_${PN}.py || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2018-05-20 23:26 Aaron Bauman
0 siblings, 0 replies; 12+ messages in thread
From: Aaron Bauman @ 2018-05-20 23:26 UTC (permalink / raw
To: gentoo-commits
commit: 570c94680c4b47c9801c3b31cc9346efcc02bf7d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 20 12:12:40 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 20 23:25:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570c9468
net-misc/whatportis: use HTTPS
net-misc/whatportis/whatportis-0.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild
index 70742fd21db..fbf6ed61361 100644
--- a/net-misc/whatportis/whatportis-0.6.ebuild
+++ b/net-misc/whatportis/whatportis-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit distutils-r1 eutils
DESCRIPTION="A command to search port names and numbers"
-HOMEPAGE="https://github.com/ncrocfer/whatportis http://pypi.org/project/whatportis/"
+HOMEPAGE="https://github.com/ncrocfer/whatportis https://pypi.org/project/whatportis/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2018-06-26 19:51 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 61349c785a19d0073396181f8a080893d5f3aa58
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:29:40 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:50:51 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61349c78
net-misc/whatportis: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
net-misc/whatportis/whatportis-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild
index fbf6ed61361..42c5493ddff 100644
--- a/net-misc/whatportis/whatportis-0.6.ebuild
+++ b/net-misc/whatportis/whatportis-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1 eutils
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/
@ 2018-06-26 19:51 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 5cf28a5a8b8ae2d5847b48948364901ddcd39b6e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:30:09 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:50:52 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf28a5a
Revert "net-misc/whatportis: Support python3.6"
This reverts commit d288718e7fc728e712d722bc6284fe2d9d6d0abc.
net-misc/whatportis/whatportis-0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/whatportis/whatportis-0.6.ebuild b/net-misc/whatportis/whatportis-0.6.ebuild
index 42c5493ddff..fbf6ed61361 100644
--- a/net-misc/whatportis/whatportis-0.6.ebuild
+++ b/net-misc/whatportis/whatportis-0.6.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
inherit distutils-r1 eutils
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2018-06-26 19:51 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 11:13 [gentoo-commits] repo/gentoo:master commit in: net-misc/whatportis/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2018-06-26 19:51 Pacho Ramos
2018-06-26 19:51 Pacho Ramos
2018-05-20 23:26 Aaron Bauman
2017-03-26 18:50 Michael Orlitzky
2016-10-29 21:17 Michał Górny
2016-02-09 9:33 Justin Lecher
2016-02-09 7:47 Justin Lecher
2016-02-08 10:46 Justin Lecher
2016-01-28 10:22 Justin Lecher
2016-01-28 10:22 Justin Lecher
2016-01-27 9:26 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox