From 407e6a7fe09ab4e433a4c28f6a940978ea517a2e Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 17 Sep 2013 14:38:14 -0500 Subject: python-ipy: Uprev to latest 0.81 version Signed-off-by: Mark Hatle Signed-off-by: Joe MacDonald --- recipes-devtools/python/python-ipy_0.75.bb | 34 ------------------------------ recipes-devtools/python/python-ipy_0.81.bb | 32 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 34 deletions(-) delete mode 100644 recipes-devtools/python/python-ipy_0.75.bb create mode 100644 recipes-devtools/python/python-ipy_0.81.bb diff --git a/recipes-devtools/python/python-ipy_0.75.bb b/recipes-devtools/python/python-ipy_0.75.bb deleted file mode 100644 index 68c38b9..0000000 --- a/recipes-devtools/python/python-ipy_0.75.bb +++ /dev/null @@ -1,34 +0,0 @@ -SUMMARY = "Python module for handling IPv4 and IPv6 Addresses and Networks" -DESCRIPTION = "IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks \ -in a fashion similar to perl's Net::IP and friends. The IP class allows \ -a comfortable parsing and handling for most notations in use for IPv4 \ -and IPv6 Addresses and Networks." -SECTION = "devel/python" -HOMEPAGE = "https://github.com/haypo/python-ipy" -DEPENDS = "python" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=ebc0028ff5cdaf7796604875027dcd55" - -PR = "r2" - -SRC_URI = "http://pypi.python.org/packages/source/I/IPy/IPy-${PV}.tar.gz" - -SRC_URI[md5sum] = "d56716a3d8c77fe8539b6e90c88010bd" -SRC_URI[sha256sum] = "0fa14af4792cc0b6f61cb5a1cd8fbdf7ddbaa6864ef82681021b750e9e6b2b61" - -S = "${WORKDIR}/IPy-${PV}" - -inherit distutils - -# need to export these variables for python-config to work -export BUILD_SYS -export HOST_SYS -export STAGING_INCDIR -export STAGING_LIBDIR - -BBCLASSEXTEND = "native" - -do_install_append() { - install -d ${D}/${datadir}/doc/${BPN}-${PV} - install AUTHORS COPYING ChangeLog PKG-INFO README ${D}/${datadir}/doc/${BPN}-${PV} -} diff --git a/recipes-devtools/python/python-ipy_0.81.bb b/recipes-devtools/python/python-ipy_0.81.bb new file mode 100644 index 0000000..3ce66a7 --- /dev/null +++ b/recipes-devtools/python/python-ipy_0.81.bb @@ -0,0 +1,32 @@ +SUMMARY = "Python module for handling IPv4 and IPv6 Addresses and Networks" +DESCRIPTION = "IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks \ +in a fashion similar to perl's Net::IP and friends. The IP class allows \ +a comfortable parsing and handling for most notations in use for IPv4 \ +and IPv6 Addresses and Networks." +SECTION = "devel/python" +HOMEPAGE = "https://github.com/haypo/python-ipy" +DEPENDS = "python" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=ebc0028ff5cdaf7796604875027dcd55" + +SRC_URI = "http://pypi.python.org/packages/source/I/IPy/IPy-${PV}.tar.gz" + +SRC_URI[md5sum] = "7a305c0b60950a9a90c89e9a6f9e06f4" +SRC_URI[sha256sum] = "4bc17a9b5e72e893a034e77193b82c2bc321ddf8d8c345281f2bb81bb007b939" + +S = "${WORKDIR}/IPy-${PV}" + +inherit distutils + +# need to export these variables for python-config to work +export BUILD_SYS +export HOST_SYS +export STAGING_INCDIR +export STAGING_LIBDIR + +BBCLASSEXTEND = "native" + +do_install_append() { + install -d ${D}/${datadir}/doc/${BPN}-${PV} + install AUTHORS COPYING ChangeLog PKG-INFO README ${D}/${datadir}/doc/${BPN}-${PV} +} -- cgit v1.2.3-54-g00ecf