aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pytester_0.6.0.bb
blob: c77400ab5f5152c28b45cc8720178ca066738567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
HOMEPAGE = "http://oss.wxnet.org/pytester/index.html"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "pytester"
PR = "ml1"

SRC_URI = "${SOURCEFORGE_MIRROR}/meta-tools/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

SRC_URI[md5sum] = "8a7763e31e4cc3fdf9154c793dda3bc0"
SRC_URI[sha256sum] = "7d17f07aa470cac6afc1b7e68745c1bf1767913ce52b401296e21cab245fe26b"