diff options
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb | 17 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-babel_1.3.bb | 18 |
2 files changed, 18 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb b/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb deleted file mode 100644 index 4a535bc..0000000 --- a/meta-openstack/recipes-devtools/python/python-babel_0.9.6.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
| 2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=8237792789cd839644733545601d9915" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Babel" | ||
| 9 | SRC_URI = "http://ftp.edgewall.com/pub/babel/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "f0edcad03dfdb5505f337ef1a7690325" | ||
| 12 | SRC_URI[sha256sum] = "4a3a085ecf1fcd2736573538ffa114f1f4331b3bbbdd69381e6e172c49c9750f" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
diff --git a/meta-openstack/recipes-devtools/python/python-babel_1.3.bb b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb new file mode 100644 index 0000000..390a3c5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-babel_1.3.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
| 2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e6eeaabc92cfc2d03f53e789324d7292" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "Babel" | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/B/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "5264ceb02717843cbc9ffce8e6e06bdb" | ||
| 13 | SRC_URI[sha256sum] = "9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
