dev-python/robotframework: version bump to 3.0.4
authorZac Medico <zmedico@gentoo.org>
Thu, 28 Jun 2018 02:34:24 +0000 (19:34 -0700)
committerZac Medico <zmedico@gentoo.org>
Thu, 28 Jun 2018 02:34:24 +0000 (19:34 -0700)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/robotframework/Manifest
dev-python/robotframework/robotframework-3.0.4.ebuild [new file with mode: 0644]

index 4b6bcf2737976ff644db80a8a430a8b297a67d84..a4a8a13b084caa306d927b4b8e84229dec29d2a5 100644 (file)
@@ -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 (file)
index 0000000..20a491c
--- /dev/null
@@ -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"