summaryrefslogtreecommitdiff
path: root/dev-python/robotframework/robotframework-3.0.2.ebuild
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2017-03-20 19:36:37 +0100
committerManuel Rüger <mrueg@gentoo.org>2017-03-20 19:36:37 +0100
commit50df0ebf5aadd0872715e885d462f45b4c54f51d (patch)
tree0e08e2d28a363ed17104b219a1cf634df3d57566 /dev-python/robotframework/robotframework-3.0.2.ebuild
parentce96dd3dd33bf59b4e1fa7b5d09db62d4e7a8bd1 (diff)
downloadgentoo-50df0ebf5aadd0872715e885d462f45b4c54f51d.tar.gz
gentoo-50df0ebf5aadd0872715e885d462f45b4c54f51d.tar.bz2
gentoo-50df0ebf5aadd0872715e885d462f45b4c54f51d.zip
dev-python/robotframework: Version bump to 3.0.2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/robotframework/robotframework-3.0.2.ebuild')
-rw-r--r--dev-python/robotframework/robotframework-3.0.2.ebuild16
1 files changed, 16 insertions, 0 deletions
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 000000000000..ed5213cebb20
--- /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"