aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyweather_0.7.0.bb
blob: ea33d3bd75bb2ce0a003b4cdc2d2701fd371c5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "PyWeather is a collection of weather related modules \
that are capable of performing conversion calculations for many common meteorological units."
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "GPL"
SRCNAME = "weather"
PR = "ml1"

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

inherit distutils

SRC_URI[md5sum] = "ce547183f7b455d837d654a484b29a83"
SRC_URI[sha256sum] = "fabdec4b04d50b50558b6062d35884c60b419e65b3738b08be07d729b6f3d46a"