summaryrefslogtreecommitdiff
path: root/packages/python/python-pytest_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/python/python-pytest_0.5.0.bb')
-rw-r--r--packages/python/python-pytest_0.5.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/python/python-pytest_0.5.0.bb b/packages/python/python-pytest_0.5.0.bb
index e69de29bb2..73a73ca005 100644
--- a/packages/python/python-pytest_0.5.0.bb
+++ b/packages/python/python-pytest_0.5.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "This is a small package that facilitates the unit testing process \
+by aggregating PyUnit tests and making them easier to call from the command \
+line and from within other unit tests."
+SECTION = "devel/python"
+PRIORITY = "optional"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+LICENSE = "GPL"
+SRCNAME = "pytest"
+PR = "ml0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils