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-decorator.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-decorator.inc')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-decorator.inc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-python/recipes-devtools/python/python-decorator.inc b/meta-python/recipes-devtools/python/python-decorator.inc index 2c230ff269..a599fd814c 100644 --- a/meta-python/recipes-devtools/python/python-decorator.inc +++ b/meta-python/recipes-devtools/python/python-decorator.inc | |||
| @@ -1,5 +1,4 @@ | |||
| 1 | SUMMARY = "Python decorator utilities" | 1 | SUMMARY = "Python decorator utilities" |
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/decorator/" | ||
| 3 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
| 4 | The aim of the decorator module it to simplify the usage of decorators \ | 3 | The aim of the decorator module it to simplify the usage of decorators \ |
| 5 | for the average programmer, and to popularize decorators by showing \ | 4 | for the average programmer, and to popularize decorators by showing \ |
| @@ -7,14 +6,10 @@ various non-trivial examples. Of course, as all techniques, decorators \ | |||
| 7 | can be abused and you should not try to solve every problem with a \ | 6 | can be abused and you should not try to solve every problem with a \ |
| 8 | decorator, just because you can." | 7 | decorator, just because you can." |
| 9 | 8 | ||
| 10 | SECTION = "devel/python" | ||
| 11 | LICENSE = "BSD" | 9 | LICENSE = "BSD" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41e24e0e235a97e60cdb5c4137fa2cd0" | 10 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=41e24e0e235a97e60cdb5c4137fa2cd0" |
| 13 | 11 | ||
| 14 | SRCNAME = "decorator" | ||
| 15 | |||
| 16 | SRC_URI = "https://pypi.python.org/packages/source/d/decorator/decorator-${PV}.tar.gz" | ||
| 17 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "033c9563af492c4ce2680ee6ca481fa7" | 12 | SRC_URI[md5sum] = "033c9563af492c4ce2680ee6ca481fa7" |
| 20 | SRC_URI[sha256sum] = "1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206" | 13 | SRC_URI[sha256sum] = "1a089279d5de2471c47624d4463f2e5b3fc6a2cf65045c39bf714fc461a25206" |
| 14 | |||
| 15 | inherit pypi | ||
