diff options
author | Derek Straka <derek@asterius.io> | 2016-02-14 23:05:18 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:48 +0100 |
commit | 9d9a616a392deeb06bf7458902281c9bfeb7f5b6 (patch) | |
tree | dccc15079aa4f39de3266c838415202ada4a4060 /meta-python/recipes-devtools/python/python-pyinotify.inc | |
parent | b62ae60f869b83721757a2f5316cdc26c1030af3 (diff) | |
download | meta-openembedded-9d9a616a392deeb06bf7458902281c9bfeb7f5b6.tar.gz |
Update python recipes to use the common pypi package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyinotify.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyinotify.inc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyinotify.inc b/meta-python/recipes-devtools/python/python-pyinotify.inc index 285fe332b..a9edb2c81 100644 --- a/meta-python/recipes-devtools/python/python-pyinotify.inc +++ b/meta-python/recipes-devtools/python/python-pyinotify.inc | |||
@@ -1,15 +1,11 @@ | |||
1 | DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" | 1 | DESCRIPTION = "Python pyinotify: Linux filesystem events monitoring" |
2 | HOMEPAGE = "https://pypi.python.org/pypi/pyinotify" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab173cade7965b411528464589a08382" |
6 | 4 | ||
7 | RDEPENDS_${PN} += "python-threading python-io python-subprocess python-misc python-shell" | 5 | RDEPENDS_${PN} += "python-threading python-io python-subprocess python-misc python-shell" |
8 | 6 | ||
9 | SRCNAME = "pyinotify" | ||
10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" | 7 | SRC_URI[md5sum] = "8e580fa1ff3971f94a6f81672b76c406" |
13 | SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4" | 8 | SRC_URI[sha256sum] = "9c998a5d7606ca835065cdabc013ae6c66eb9ea76a00a1e3bc6e0cfe2b4f71f4" |
14 | 9 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 10 | PYPI_PACKAGE = "pyinotify" |
11 | inherit pypi | ||