diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-08-22 13:03:51 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-08-22 22:48:03 -0400 |
| commit | 6204c27d8792d79f6b0c0a256edd28dbd161f0b7 (patch) | |
| tree | 753ccaf235e827af1f9479558194bbdbad4cb6fb /meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb | |
| parent | 615d9c22d8bd3afd37afe8fd3174d85f42adc12b (diff) | |
| download | meta-cloud-services-6204c27d8792d79f6b0c0a256edd28dbd161f0b7.tar.gz | |
python-positional: use archived tarball
The upstream project has been discontinued as you can see from the
comment from the developer in response to another pkg which used
positional:
https://github.com/conda-forge/positional-feedstock/issues/7
In addition to discontinuing the project the developer removed the
repository, so we need to use the version archived via pypi. We can't
simply drop the package as it is used by python-nova and other
openstack components.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb new file mode 100644 index 0000000..c2dc44c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-positional_1.1.1.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "Library to enforce positional or key-word arguments" | ||
| 2 | HOMEPAGE = "https://github.com/morganfainberg/positional" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" | ||
| 6 | |||
| 7 | SRCNAME = "positional" | ||
| 8 | SRC_URI = "https://pypi.io/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "c82903c32c1aec1ac0f0f6e166ef4e2e" | ||
| 12 | SRC_URI[sha256sum] = "ef845fa46ee5a11564750aaa09dd7db059aaf39c44c901b37181e5ffa67034b0" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | CLEANBROKEN = "1" | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | python-wrapt \ | ||
| 22 | " \ No newline at end of file | ||
