diff options
| author | Derek Straka <derek@asterius.io> | 2016-07-10 08:48:00 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-07-22 21:45:35 +0200 |
| commit | bc892fb0cd52d1c3c7c5b1417d94a0e3f580f60e (patch) | |
| tree | 3ef996a634a3197308fd607fa1358b2a92d71bc1 /meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | |
| parent | 045d79e0b221028fb783b14a27e0c02b329c4026 (diff) | |
| download | meta-openembedded-bc892fb0cd52d1c3c7c5b1417d94a0e3f580f60e.tar.gz | |
python-vcversioner: update to version 2.16.0.0
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-vcversioner_2.14.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb deleted file mode 100644 index 0df18f5df4..0000000000 --- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | SUMMARY = "Python vcversioner, automagically update the project's version" | ||
| 2 | HOMEPAGE = "https://github.com/habnabit/vcversioner" | ||
| 3 | |||
| 4 | LICENSE = "ISC" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" | ||
| 8 | SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" | ||
| 9 | |||
| 10 | inherit pypi setuptools | ||
| 11 | |||
| 12 | do_compile_append() { | ||
| 13 | ${PYTHON} setup.py -q bdist_egg --dist-dir ./ | ||
| 14 | } | ||
| 15 | |||
| 16 | do_install_append() { | ||
| 17 | install -m 0644 ${S}/vcversioner*.egg ${D}/${PYTHON_SITEPACKAGES_DIR}/ | ||
| 18 | } | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native" | ||
