diff options
author | Derek Straka <derek@asterius.io> | 2016-06-23 12:02:27 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-11 15:16:05 +0200 |
commit | 14e11e7a852daa63b515b14c50b078bb30283215 (patch) | |
tree | 6ed7d0f5e48d159574a3457116f7abc1f4d2dcbe /meta-python/recipes-connectivity | |
parent | 7edad4def408cc1bd29d6a5a247e11af1180fc2e (diff) | |
download | meta-openembedded-14e11e7a852daa63b515b14c50b078bb30283215.tar.gz |
python-pyro4: update recipe to use the pypi class
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-connectivity')
-rw-r--r-- | meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb index 45b793dcc..5b4ca7b9d 100644 --- a/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb +++ b/meta-python/recipes-connectivity/python-pyro4/python-pyro4_4.39.bb | |||
@@ -1,16 +1,10 @@ | |||
1 | SUMMARY = "Python Remote Objects" | 1 | SUMMARY = "Python Remote Objects" |
2 | HOMEPAGE = "https://pypi.python.org/pypi/Pyro4/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b48b62dd270c4691fabaa85be3236030" |
6 | 4 | ||
7 | SRCNAME = "Pyro4" | ||
8 | |||
9 | SRC_URI = "https://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
10 | |||
11 | SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed" | 5 | SRC_URI[md5sum] = "75ed5cd142803b0a8d587dc8b6bb51ed" |
12 | SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24" | 6 | SRC_URI[sha256sum] = "39c6ca7f86b0f0bebfeada687a5a8b99f66470a52b0f815195ae63c683266f24" |
13 | 7 | ||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 8 | PYPI_PACKAGE = "Pyro4" |
15 | 9 | ||
16 | inherit setuptools | 10 | inherit pypi setuptools |