* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2015-08-17 8:44 Ian Delaney
0 siblings, 0 replies; 11+ messages in thread
From: Ian Delaney @ 2015-08-17 8:44 UTC (permalink / raw
To: gentoo-commits
commit: 8fd86c0182fa1ef3f3320b194f30fe9797585bd2
Author: Ian Delaney <idella4 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:44:32 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:44:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd86c01
dev-python/robotframework: bump, rm old
Package-Manager: portage-2.2.20
dev-python/robotframework/Manifest | 3 +--
dev-python/robotframework/robotframework-2.8.6.ebuild | 15 ---------------
...otframework-2.8.5.ebuild => robotframework-2.9.ebuild} | 6 ++++--
3 files changed, 5 insertions(+), 19 deletions(-)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index 38683cc..96d6918 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1,3 +1,2 @@
-DIST robotframework-2.8.5.tar.gz 591686 SHA256 ea4d261f97fc4f4421616e10e228d8b748c24b8121d4be9dd03db3ba9fb0ed67 SHA512 194540254d686d70bc3e51b88d4fc3236d7d81910b2a712c71a9936a70d4bf79f36c5b90536339bedc821372830f3549476ba1e9f0a73efe37d3499c4754daee WHIRLPOOL 92e43102f8a3d8532cb5082e5b980de5ec54cc426e341b93832ac9a0f90617e7b84ae508c01c095baadb19149afbc30b25017638c1ac76e54323faab3144db91
-DIST robotframework-2.8.6.tar.gz 378985 SHA256 3bb560a8b1331a96dbdc99704f68c04052eae6021e242d8e28f9a9e9f8258442 SHA512 42e8ca60037b68be5a6f67254c4fb44819e23479fe8713ad2e13c9ea077de627dd4a4a5a06000b7c331be88ca490a5cc91a73bfd22ea06f278587a13a15f76e6 WHIRLPOOL 40c1bdf665a03a8732811a71aa7d9c4b7c40ddb62600fee6b62c9faeb169ad960d4afb84171d65593511248e0c64167257019fcfefd283de1e9f8faa9b1af758
DIST robotframework-2.8.7.tar.gz 393256 SHA256 a8b0dff36129fa262a393965071940a2072f35278b028ce8cd72c8849206cd55 SHA512 523cc923ec0566f4bb8d4bb4d96627f6d6378b3e9921e0a995addfc80b917719279545b5623df2df9b11027ddb3e72624456918667495d9b413d276090b73c79 WHIRLPOOL 7f888ec719d2c6030a1f1ccb57eae2b56ee440c717544ca8057691fcaa3861a801c11df961a21a5146bddf8c2192d0ad9bb20c1538053335d95738d696a0518c
+DIST robotframework-2.9.tar.gz 420364 SHA256 13a0340864e8c7735302ce39f8d3f9d01bed7db7c055e55043396242a615d8f1 SHA512 10068012da1e1fc5409dfa199f6a37c61e71e01bad5e880729704c77007d9ad4f4369476f2df7a908132fa1774a2ce3716a7de3448fb176aabe50377935f6f35 WHIRLPOOL c0adda94e4d576807bf33cc999b02b08f083a6d817869e540adc84e3722ab30e52aa73d22079c5b22ba16845bace6f96995542fdeebef679c754bd5723bd55a3
diff --git a/dev-python/robotframework/robotframework-2.8.6.ebuild b/dev-python/robotframework/robotframework-2.8.6.ebuild
deleted file mode 100644
index 2242c71..0000000
--- a/dev-python/robotframework/robotframework-2.8.6.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generic test automation framework for acceptance testing and acceptance test-driven development"
-HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
diff --git a/dev-python/robotframework/robotframework-2.8.5.ebuild b/dev-python/robotframework/robotframework-2.9.ebuild
similarity index 67%
rename from dev-python/robotframework/robotframework-2.8.5.ebuild
rename to dev-python/robotframework/robotframework-2.9.ebuild
index 2242c71..3fac2ac 100644
--- a/dev-python/robotframework/robotframework-2.8.5.ebuild
+++ b/dev-python/robotframework/robotframework-2.9.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
+
+# py2 only
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
-DESCRIPTION="A generic test automation framework for acceptance testing and acceptance test-driven development"
+DESCRIPTION="test automation framework for acceptance testing & test-driven development"
HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2016-08-21 19:03 Tim Harder
0 siblings, 0 replies; 11+ messages in thread
From: Tim Harder @ 2016-08-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 39bf860b4c45e22e4e177a6a7503cbaee8302ed5
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 19:03:09 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 19:03:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39bf860b
dev-python/robotframework: remove old
dev-python/robotframework/Manifest | 1 -
dev-python/robotframework/robotframework-2.8.7.ebuild | 15 ---------------
2 files changed, 16 deletions(-)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index 4455e68..0589b0d 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1,3 +1,2 @@
-DIST robotframework-2.8.7.tar.gz 393256 SHA256 a8b0dff36129fa262a393965071940a2072f35278b028ce8cd72c8849206cd55 SHA512 523cc923ec0566f4bb8d4bb4d96627f6d6378b3e9921e0a995addfc80b917719279545b5623df2df9b11027ddb3e72624456918667495d9b413d276090b73c79 WHIRLPOOL 7f888ec719d2c6030a1f1ccb57eae2b56ee440c717544ca8057691fcaa3861a801c11df961a21a5146bddf8c2192d0ad9bb20c1538053335d95738d696a0518c
DIST robotframework-2.9.tar.gz 420364 SHA256 13a0340864e8c7735302ce39f8d3f9d01bed7db7c055e55043396242a615d8f1 SHA512 10068012da1e1fc5409dfa199f6a37c61e71e01bad5e880729704c77007d9ad4f4369476f2df7a908132fa1774a2ce3716a7de3448fb176aabe50377935f6f35 WHIRLPOOL c0adda94e4d576807bf33cc999b02b08f083a6d817869e540adc84e3722ab30e52aa73d22079c5b22ba16845bace6f96995542fdeebef679c754bd5723bd55a3
DIST robotframework-3.0.tar.gz 430381 SHA256 cd16f5f83031b8a754ca0a7523ce10b5046a17f3b9422626804ec05b7c501c87 SHA512 39fcd2f167bde3db9a6b9a09d87f426e0b69b6f733f17de60b46c1cf9a1b8631dc26616804a19ed5ded6d617426720697f4f2f01f4bf69aee0a94b1bb1915b9a WHIRLPOOL c84bb19ebd9e2c06a464f6fc01b74ccc87e98f6acae28b7657a82eb1c3841bce511699c2d9b4a39c6722c145adda1d2bd748f3c371483547fb329a633b165996
diff --git a/dev-python/robotframework/robotframework-2.8.7.ebuild b/dev-python/robotframework/robotframework-2.8.7.ebuild
deleted file mode 100644
index b262209..0000000
--- a/dev-python/robotframework/robotframework-2.8.7.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="A generic test automation framework for acceptance testing and acceptance test-driven development"
-HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2016-08-21 19:03 Tim Harder
0 siblings, 0 replies; 11+ messages in thread
From: Tim Harder @ 2016-08-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: e4b24eaa599e80305de9edd80503bee3869fdca8
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 19:01:21 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 19:01:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b24eaa
dev-python/robotframework: update upstream metadata
dev-python/robotframework/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/robotframework/metadata.xml b/dev-python/robotframework/metadata.xml
index 40bdcbb..1fe8689 100644
--- a/dev-python/robotframework/metadata.xml
+++ b/dev-python/robotframework/metadata.xml
@@ -6,7 +6,7 @@
<name>Python</name>
</maintainer>
<upstream>
- <remote-id type="google-code">robotframework</remote-id>
+ <remote-id type="github">robotframework/robotframework</remote-id>
<remote-id type="pypi">robotframework</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2016-08-21 19:03 Tim Harder
0 siblings, 0 replies; 11+ messages in thread
From: Tim Harder @ 2016-08-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: da42d1dcfed77b396e008201b2302d3ddead835d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 19:02:38 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 19:02:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da42d1dc
dev-python/robotframework: version bump to 3.0
dev-python/robotframework/Manifest | 1 +
dev-python/robotframework/robotframework-3.0.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index 96d6918..4455e68 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1,2 +1,3 @@
DIST robotframework-2.8.7.tar.gz 393256 SHA256 a8b0dff36129fa262a393965071940a2072f35278b028ce8cd72c8849206cd55 SHA512 523cc923ec0566f4bb8d4bb4d96627f6d6378b3e9921e0a995addfc80b917719279545b5623df2df9b11027ddb3e72624456918667495d9b413d276090b73c79 WHIRLPOOL 7f888ec719d2c6030a1f1ccb57eae2b56ee440c717544ca8057691fcaa3861a801c11df961a21a5146bddf8c2192d0ad9bb20c1538053335d95738d696a0518c
DIST robotframework-2.9.tar.gz 420364 SHA256 13a0340864e8c7735302ce39f8d3f9d01bed7db7c055e55043396242a615d8f1 SHA512 10068012da1e1fc5409dfa199f6a37c61e71e01bad5e880729704c77007d9ad4f4369476f2df7a908132fa1774a2ce3716a7de3448fb176aabe50377935f6f35 WHIRLPOOL c0adda94e4d576807bf33cc999b02b08f083a6d817869e540adc84e3722ab30e52aa73d22079c5b22ba16845bace6f96995542fdeebef679c754bd5723bd55a3
+DIST robotframework-3.0.tar.gz 430381 SHA256 cd16f5f83031b8a754ca0a7523ce10b5046a17f3b9422626804ec05b7c501c87 SHA512 39fcd2f167bde3db9a6b9a09d87f426e0b69b6f733f17de60b46c1cf9a1b8631dc26616804a19ed5ded6d617426720697f4f2f01f4bf69aee0a94b1bb1915b9a WHIRLPOOL c84bb19ebd9e2c06a464f6fc01b74ccc87e98f6acae28b7657a82eb1c3841bce511699c2d9b4a39c6722c145adda1d2bd748f3c371483547fb329a633b165996
diff --git a/dev-python/robotframework/robotframework-3.0.ebuild b/dev-python/robotframework/robotframework-3.0.ebuild
new file mode 100644
index 0000000..fee8bd6
--- /dev/null
+++ b/dev-python/robotframework/robotframework-3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# py2 only
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="test automation framework for acceptance testing & test-driven development"
+HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2017-02-02 12:39 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2017-02-02 12:39 UTC (permalink / raw
To: gentoo-commits
commit: c8c4030a882e93a357db3f0c0feec0adc78834bc
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 12:39:08 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 12:39:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c4030a
dev-python/robotframework: Version bump to 3.0.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/robotframework/Manifest | 1 +
dev-python/robotframework/robotframework-3.0.1.ebuild | 17 +++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index 0589b0d..e9daf5f 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1,2 +1,3 @@
DIST robotframework-2.9.tar.gz 420364 SHA256 13a0340864e8c7735302ce39f8d3f9d01bed7db7c055e55043396242a615d8f1 SHA512 10068012da1e1fc5409dfa199f6a37c61e71e01bad5e880729704c77007d9ad4f4369476f2df7a908132fa1774a2ce3716a7de3448fb176aabe50377935f6f35 WHIRLPOOL c0adda94e4d576807bf33cc999b02b08f083a6d817869e540adc84e3722ab30e52aa73d22079c5b22ba16845bace6f96995542fdeebef679c754bd5723bd55a3
+DIST robotframework-3.0.1.tar.gz 438420 SHA256 7a497ed4094716c84ce24b63e78b5af47f3a4da8f4de978e3525e7a877d0bdd4 SHA512 9e09c1cde7b8d61b75803b12f296372045759bc5c042ef3ffdafac50d7ba0afce82111a3f7c4fad6919db4885e278e4596bfe77f87b0bb2490ce2129e574084a WHIRLPOOL f6649d25b51241f5a2aae7211f6f5a10dd53080771b18d55b69212934b83ae7e3cb65962174be5fd5f9ddb825d7aa93b847f585d789942a1b3fe5fc8c1faec26
DIST robotframework-3.0.tar.gz 430381 SHA256 cd16f5f83031b8a754ca0a7523ce10b5046a17f3b9422626804ec05b7c501c87 SHA512 39fcd2f167bde3db9a6b9a09d87f426e0b69b6f733f17de60b46c1cf9a1b8631dc26616804a19ed5ded6d617426720697f4f2f01f4bf69aee0a94b1bb1915b9a WHIRLPOOL c84bb19ebd9e2c06a464f6fc01b74ccc87e98f6acae28b7657a82eb1c3841bce511699c2d9b4a39c6722c145adda1d2bd748f3c371483547fb329a633b165996
diff --git a/dev-python/robotframework/robotframework-3.0.1.ebuild b/dev-python/robotframework/robotframework-3.0.1.ebuild
new file mode 100644
index 00000000..5fe45be
--- /dev/null
+++ b/dev-python/robotframework/robotframework-3.0.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# py2 only
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
+HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2017-03-20 18:36 Manuel Rüger
0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rüger @ 2017-03-20 18:36 UTC (permalink / raw
To: gentoo-commits
commit: 50df0ebf5aadd0872715e885d462f45b4c54f51d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 18:36:37 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 18:36:37 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50df0ebf
dev-python/robotframework: Version bump to 3.0.2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-python/robotframework/Manifest | 1 +
dev-python/robotframework/robotframework-3.0.2.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index e9daf5f754a..675a097c0db 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1,3 +1,4 @@
DIST robotframework-2.9.tar.gz 420364 SHA256 13a0340864e8c7735302ce39f8d3f9d01bed7db7c055e55043396242a615d8f1 SHA512 10068012da1e1fc5409dfa199f6a37c61e71e01bad5e880729704c77007d9ad4f4369476f2df7a908132fa1774a2ce3716a7de3448fb176aabe50377935f6f35 WHIRLPOOL c0adda94e4d576807bf33cc999b02b08f083a6d817869e540adc84e3722ab30e52aa73d22079c5b22ba16845bace6f96995542fdeebef679c754bd5723bd55a3
DIST robotframework-3.0.1.tar.gz 438420 SHA256 7a497ed4094716c84ce24b63e78b5af47f3a4da8f4de978e3525e7a877d0bdd4 SHA512 9e09c1cde7b8d61b75803b12f296372045759bc5c042ef3ffdafac50d7ba0afce82111a3f7c4fad6919db4885e278e4596bfe77f87b0bb2490ce2129e574084a WHIRLPOOL f6649d25b51241f5a2aae7211f6f5a10dd53080771b18d55b69212934b83ae7e3cb65962174be5fd5f9ddb825d7aa93b847f585d789942a1b3fe5fc8c1faec26
+DIST robotframework-3.0.2.tar.gz 440465 SHA256 2018f233568227f9af8c366f93e243a157b742f3baf5b649ecc9750ac0ee1ff7 SHA512 b03fb3db627fd6b598615989c09e213cf79cbc7dbe7a08087c483dcc688f45782d54b9f1fa45206fc5adc43db9f2d862ac8f96c0b5f209ada1e09e5506171b4a WHIRLPOOL a1b8272fa202aa67285b1858256700cb7a197e319d173e80bd31e3228b173dbf1b3159a083c8326da6c7022f2c70028413ac36b714b815e4d11f83cb38c4f7cd
DIST robotframework-3.0.tar.gz 430381 SHA256 cd16f5f83031b8a754ca0a7523ce10b5046a17f3b9422626804ec05b7c501c87 SHA512 39fcd2f167bde3db9a6b9a09d87f426e0b69b6f733f17de60b46c1cf9a1b8631dc26616804a19ed5ded6d617426720697f4f2f01f4bf69aee0a94b1bb1915b9a WHIRLPOOL c84bb19ebd9e2c06a464f6fc01b74ccc87e98f6acae28b7657a82eb1c3841bce511699c2d9b4a39c6722c145adda1d2bd748f3c371483547fb329a633b165996
diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
new file mode 100644
index 00000000000..ed5213cebb2
--- /dev/null
+++ b/dev-python/robotframework/robotframework-3.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# py2 only
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
+HOMEPAGE="http://robotframework.org/ https://pypi.python.org/pypi/robotframework/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2018-04-06 17:18 Patrick McLean
0 siblings, 0 replies; 11+ messages in thread
From: Patrick McLean @ 2018-04-06 17:18 UTC (permalink / raw
To: gentoo-commits
commit: cea0147477ef0b55ae6e2ea9ffb7f333b5a47f9e
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 6 17:18:05 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 17:18:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea01474
dev-python/robotframework: Add python3_6 to PYTHON_COMPAT
Both the upstream website and pypi report this this release supports
python3.
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-python/robotframework/robotframework-3.0.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
index ed5213cebb2..857138ab255 100644
--- a/dev-python/robotframework/robotframework-3.0.2.ebuild
+++ b/dev-python/robotframework/robotframework-3.0.2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-# py2 only
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2018-06-28 2:35 Zac Medico
0 siblings, 0 replies; 11+ messages in thread
From: Zac Medico @ 2018-06-28 2:35 UTC (permalink / raw
To: gentoo-commits
commit: 494a6f54e83321331a3cc1c539523d449e95a18c
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 02:34:24 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 02:34:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494a6f54
dev-python/robotframework: version bump to 3.0.4
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/robotframework/Manifest | 1 +
dev-python/robotframework/robotframework-3.0.4.ebuild | 15 +++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index 4b6bcf27379..a4a8a13b084 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1 +1,2 @@
DIST robotframework-3.0.2.tar.gz 440465 BLAKE2B 912aef05655fc02b0ecc41fb435f97f473638301eb5c8b84e20833a5d33ffc7928c02d07cda0cc7d0854545d6b22025e5eb2ab7d550ce9a86d3ed18cbb468847 SHA512 b03fb3db627fd6b598615989c09e213cf79cbc7dbe7a08087c483dcc688f45782d54b9f1fa45206fc5adc43db9f2d862ac8f96c0b5f209ada1e09e5506171b4a
+DIST robotframework-3.0.4.tar.gz 443354 BLAKE2B 1b9b048cc0e5ce9d13a7bbe54e659f5010236a84771f391ad4ff7f9c98d5ffa9d6e6f4974572b901a1804d8c12f5c2b135f03b2d1ae3a4e840103ee2f39e411e SHA512 be975099e54e265131b94431347d093a5b844bcbd24ecde7d4af4ccc97b51184e4b60572d8a1187691eacd73e8e566fda56a200ad30c7438a557752414524bbc
diff --git a/dev-python/robotframework/robotframework-3.0.4.ebuild b/dev-python/robotframework/robotframework-3.0.4.ebuild
new file mode 100644
index 00000000000..20a491ce597
--- /dev/null
+++ b/dev-python/robotframework/robotframework-3.0.4.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
+HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2019-03-01 0:26 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2019-03-01 0:26 UTC (permalink / raw
To: gentoo-commits
commit: e78836872cb16601481be5f4d973951d6e478451
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jan 30 16:50:20 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 00:26:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7883687
dev-python/robotframework: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/robotframework/robotframework-3.0.2.ebuild | 4 ++--
dev-python/robotframework/robotframework-3.0.4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
index 20a491ce597..e07519e4dfe 100644
--- a/dev-python/robotframework/robotframework-3.0.2.ebuild
+++ b/dev-python/robotframework/robotframework-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
-HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/"
+HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-python/robotframework/robotframework-3.0.4.ebuild b/dev-python/robotframework/robotframework-3.0.4.ebuild
index 20a491ce597..e07519e4dfe 100644
--- a/dev-python/robotframework/robotframework-3.0.4.ebuild
+++ b/dev-python/robotframework/robotframework-3.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_6 )
inherit distutils-r1
DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
-HOMEPAGE="http://robotframework.org/ https://pypi.org/project/robotframework/"
+HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2020-03-29 7:31 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-03-29 7:31 UTC (permalink / raw
To: gentoo-commits
commit: 64ec889891e31d80f39113d9a551773ece03a44f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 07:16:24 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 07:30:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ec8898
dev-python/robotframework: Remove redundant versions
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/robotframework/Manifest | 1 -
dev-python/robotframework/robotframework-3.0.2.ebuild | 15 ---------------
2 files changed, 16 deletions(-)
diff --git a/dev-python/robotframework/Manifest b/dev-python/robotframework/Manifest
index a4a8a13b084..db526da8c2f 100644
--- a/dev-python/robotframework/Manifest
+++ b/dev-python/robotframework/Manifest
@@ -1,2 +1 @@
-DIST robotframework-3.0.2.tar.gz 440465 BLAKE2B 912aef05655fc02b0ecc41fb435f97f473638301eb5c8b84e20833a5d33ffc7928c02d07cda0cc7d0854545d6b22025e5eb2ab7d550ce9a86d3ed18cbb468847 SHA512 b03fb3db627fd6b598615989c09e213cf79cbc7dbe7a08087c483dcc688f45782d54b9f1fa45206fc5adc43db9f2d862ac8f96c0b5f209ada1e09e5506171b4a
DIST robotframework-3.0.4.tar.gz 443354 BLAKE2B 1b9b048cc0e5ce9d13a7bbe54e659f5010236a84771f391ad4ff7f9c98d5ffa9d6e6f4974572b901a1804d8c12f5c2b135f03b2d1ae3a4e840103ee2f39e411e SHA512 be975099e54e265131b94431347d093a5b844bcbd24ecde7d4af4ccc97b51184e4b60572d8a1187691eacd73e8e566fda56a200ad30c7438a557752414524bbc
diff --git a/dev-python/robotframework/robotframework-3.0.2.ebuild b/dev-python/robotframework/robotframework-3.0.2.ebuild
deleted file mode 100644
index 028bce0802b..00000000000
--- a/dev-python/robotframework/robotframework-3.0.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Test automation framework for acceptance testing & test-driven development"
-HOMEPAGE="https://robotframework.org/ https://pypi.org/project/robotframework/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/
@ 2020-04-26 15:51 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-04-26 15:51 UTC (permalink / raw
To: gentoo-commits
commit: 90e576cbe37bc80d17a3a77d1f70eaf8341aaae9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 15:44:03 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 15:50:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e576cb
dev-python/robotframework: Drop to maint-needed
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/robotframework/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/dev-python/robotframework/metadata.xml b/dev-python/robotframework/metadata.xml
index 1fe8689d18e..edf63dc9de8 100644
--- a/dev-python/robotframework/metadata.xml
+++ b/dev-python/robotframework/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="github">robotframework/robotframework</remote-id>
<remote-id type="pypi">robotframework</remote-id>
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2020-04-26 15:51 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-01 0:26 [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2020-04-26 15:51 Michał Górny
2020-03-29 7:31 Michał Górny
2018-06-28 2:35 Zac Medico
2018-04-06 17:18 Patrick McLean
2017-03-20 18:36 Manuel Rüger
2017-02-02 12:39 Manuel Rüger
2016-08-21 19:03 Tim Harder
2016-08-21 19:03 Tim Harder
2016-08-21 19:03 Tim Harder
2015-08-17 8:44 Ian Delaney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox