* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-sshlibrary/
@ 2016-08-21 18:56 Tim Harder
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder @ 2016-08-21 18:56 UTC (permalink / raw
To: gentoo-commits
commit: d5e73dc6a72d1dd142fe2b47926ea9f7a1c3c33a
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 18:51:22 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 18:56:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e73dc6
dev-python/robotframework-sshlibrary: bump to 2.1.2
dev-python/robotframework-sshlibrary/Manifest | 1 +
.../robotframework-sshlibrary-2.1.2.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/robotframework-sshlibrary/Manifest b/dev-python/robotframework-sshlibrary/Manifest
index 03103df..bb3aa5f 100644
--- a/dev-python/robotframework-sshlibrary/Manifest
+++ b/dev-python/robotframework-sshlibrary/Manifest
@@ -1,2 +1,3 @@
DIST robotframework-sshlibrary-2.0.2.tar.gz 86160 SHA256 e4b96e018459dcd5549586c8df49c2a5befd552fe543887702b67f8be42a324d SHA512 749629f8b6463acb011dd01cc11d1268fadff190b483ccd3545f02752d47c6eff734657e6a0dc64e5d95edcb424aa0506cc68c3b2b5b4d81955ff27efd2a0c8e WHIRLPOOL 4201cfa30db2ec9460a54c24877658311f929163b04b67faf1fc191d0929efec3bfe1e10471705c68467a8c312320b8fc2d6c6d8196adb5dda66845ea3d82c44
DIST robotframework-sshlibrary-2.1.1.tar.gz 87787 SHA256 9f7c7f1a830363a6756867550903fe4f5324ff57cf95651a59f9298f438776cd SHA512 4ad97ff53c071831a4bdea1f54c281fc4e19903695feee23db9c8a443f95413a56f3c30f4d4decf19cef86986557020ccfde9269cde3b2437d93f549f5f40f4a WHIRLPOOL 59fa6d69805deec19f26c168f26ec1071a0cd6636c83546c28592a964592b79a5add23c125806c85414d392ab696fe4f42479e54a8ee6c7eadab51861bd315e4
+DIST robotframework-sshlibrary-2.1.2.tar.gz 93314 SHA256 aebb57c7b4495f0a3b53e4c111400cdd9d7ebfdfb62af82ca720c727de95803d SHA512 06dbbdd5ac8ee8123ad3c41a18a5205abed27da59166e370bed89b2e5e04a4289d0adab0e3543ec74fa37a6d3c73c7121ab220a9762e3cd495587f3dcba94e6b WHIRLPOOL 82fa2024549163b69698bbb53cc3427a8f45cccfb49c513e315b0ad25fdd2f32a6ab7de2b4440c2f4da06933fa5611804872772cae845ec572b8f946cbae4a96
diff --git a/dev-python/robotframework-sshlibrary/robotframework-sshlibrary-2.1.2.ebuild b/dev-python/robotframework-sshlibrary/robotframework-sshlibrary-2.1.2.ebuild
new file mode 100644
index 0000000..d5c7a2e
--- /dev/null
+++ b/dev-python/robotframework-sshlibrary/robotframework-sshlibrary-2.1.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A test library for Robot Framework that enables SSH and SFTP"
+HOMEPAGE="https://code.google.com/p/robotframework-sshlibrary/ https://pypi.python.org/pypi/robotframework-sshlibrary/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/paramiko-1.8.0[${PYTHON_USEDEP}]
+ dev-python/robotframework[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-sshlibrary/
@ 2016-08-21 19:03 Tim Harder
0 siblings, 0 replies; 3+ messages in thread
From: Tim Harder @ 2016-08-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 257658bac2670a9a78bc8f8461fcb3c989e24332
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 18:59:47 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 18:59:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=257658ba
dev-python/robotframework-sshlibrary: update upstream metadata
dev-python/robotframework-sshlibrary/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/robotframework-sshlibrary/metadata.xml b/dev-python/robotframework-sshlibrary/metadata.xml
index 3eb4b0e..1ab302f 100644
--- a/dev-python/robotframework-sshlibrary/metadata.xml
+++ b/dev-python/robotframework-sshlibrary/metadata.xml
@@ -6,7 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
- <remote-id type="google-code">robotframework-sshlibrary</remote-id>
+ <remote-id type="github">robotframework/SSHLibrary</remote-id>
<remote-id type="pypi">robotframework-sshlibrary</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-sshlibrary/
@ 2017-02-14 19:09 Manuel Rüger
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Rüger @ 2017-02-14 19:09 UTC (permalink / raw
To: gentoo-commits
commit: baec20c97b63990e9be917d372324cfe68f7b700
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 19:09:04 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 14 19:09:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baec20c9
dev-python/robotframework-sshlibrary: Version bump to 2.1.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/robotframework-sshlibrary/Manifest | 1 +
.../robotframework-sshlibrary-2.1.3.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/robotframework-sshlibrary/Manifest b/dev-python/robotframework-sshlibrary/Manifest
index bb3aa5f8a2..527e7d02c3 100644
--- a/dev-python/robotframework-sshlibrary/Manifest
+++ b/dev-python/robotframework-sshlibrary/Manifest
@@ -1,3 +1,4 @@
DIST robotframework-sshlibrary-2.0.2.tar.gz 86160 SHA256 e4b96e018459dcd5549586c8df49c2a5befd552fe543887702b67f8be42a324d SHA512 749629f8b6463acb011dd01cc11d1268fadff190b483ccd3545f02752d47c6eff734657e6a0dc64e5d95edcb424aa0506cc68c3b2b5b4d81955ff27efd2a0c8e WHIRLPOOL 4201cfa30db2ec9460a54c24877658311f929163b04b67faf1fc191d0929efec3bfe1e10471705c68467a8c312320b8fc2d6c6d8196adb5dda66845ea3d82c44
DIST robotframework-sshlibrary-2.1.1.tar.gz 87787 SHA256 9f7c7f1a830363a6756867550903fe4f5324ff57cf95651a59f9298f438776cd SHA512 4ad97ff53c071831a4bdea1f54c281fc4e19903695feee23db9c8a443f95413a56f3c30f4d4decf19cef86986557020ccfde9269cde3b2437d93f549f5f40f4a WHIRLPOOL 59fa6d69805deec19f26c168f26ec1071a0cd6636c83546c28592a964592b79a5add23c125806c85414d392ab696fe4f42479e54a8ee6c7eadab51861bd315e4
DIST robotframework-sshlibrary-2.1.2.tar.gz 93314 SHA256 aebb57c7b4495f0a3b53e4c111400cdd9d7ebfdfb62af82ca720c727de95803d SHA512 06dbbdd5ac8ee8123ad3c41a18a5205abed27da59166e370bed89b2e5e04a4289d0adab0e3543ec74fa37a6d3c73c7121ab220a9762e3cd495587f3dcba94e6b WHIRLPOOL 82fa2024549163b69698bbb53cc3427a8f45cccfb49c513e315b0ad25fdd2f32a6ab7de2b4440c2f4da06933fa5611804872772cae845ec572b8f946cbae4a96
+DIST robotframework-sshlibrary-2.1.3.tar.gz 92733 SHA256 ab1daa49d38934ad57433500c1e177b4f3b3a16f5218a687a6061014343dabcb SHA512 3159ea396757341ce5b37fc3db41db4dd052327750cea3a463e5109013a72fa285c1d3c33b9c43a017fc4c180042e32e957a24c9962f5de385a262562cacc52e WHIRLPOOL 17d6dc30fe2bcbe2d0002365ff410ebf9108c17816dd11b0f232432f454b5dd155200904969bd8fd3a79cfa15c0467525c3ec67ce41c8c4db9dc92ae7575919f
diff --git a/dev-python/robotframework-sshlibrary/robotframework-sshlibrary-2.1.3.ebuild b/dev-python/robotframework-sshlibrary/robotframework-sshlibrary-2.1.3.ebuild
new file mode 100644
index 0000000000..5c9c71a0bb
--- /dev/null
+++ b/dev-python/robotframework-sshlibrary/robotframework-sshlibrary-2.1.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A test library for Robot Framework that enables SSH and SFTP"
+HOMEPAGE="https://github.com/robotframework/SSHLibrary https://pypi.python.org/pypi/robotframework-sshlibrary/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-python/paramiko-1.8.0[${PYTHON_USEDEP}]
+ dev-python/robotframework[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-14 19:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-21 18:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-sshlibrary/ Tim Harder
-- strict thread matches above, loose matches on Subject: below --
2016-08-21 19:03 Tim Harder
2017-02-14 19:09 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox