summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-07-18 11:05:22 +0200
committerPatrick Lauer <patrick@gentoo.org>2016-07-18 11:32:10 +0200
commit03f0abb455b467a3a50c08be85f0e41634567bb9 (patch)
treed539bb9ce0fc2229f2aef41d70ddc5e31b5427fb /dev-python/ddt/ddt-1.1.0.ebuild
parentdev-python/datashape: Bump (diff)
downloadgentoo-03f0abb455b467a3a50c08be85f0e41634567bb9.tar.gz
gentoo-03f0abb455b467a3a50c08be85f0e41634567bb9.tar.bz2
gentoo-03f0abb455b467a3a50c08be85f0e41634567bb9.zip
dev-python/ddt: Bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python/ddt/ddt-1.1.0.ebuild')
-rw-r--r--dev-python/ddt/ddt-1.1.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/ddt/ddt-1.1.0.ebuild b/dev-python/ddt/ddt-1.1.0.ebuild
new file mode 100644
index 000000000000..c906ec6bbac7
--- /dev/null
+++ b/dev-python/ddt/ddt-1.1.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library to multiply test cases"
+HOMEPAGE="https://pypi.python.org/pypi/ddt https://github.com/txels/ddt"
+SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"