* [meta-python][PATCH 0/3] New python recipes / upgrades
@ 2015-02-04 17:45 Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 1/3] python-pip: update to 1.5.6 Paul Eggleton
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-02-04 17:45 UTC (permalink / raw)
To: openembedded-devel
The following changes since commit 9c926ef2d463e643fb0dc87f6535a12e35d039ab:
msr-tools: add recipe (2015-01-28 09:54:41 +0100)
are available in the git repository at:
git://git.openembedded.org/meta-openembedded-contrib paule/python-django
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/python-django
Paul Eggleton (1):
python-django: add version 1.6.10
Saul Wold (2):
python-pip: update to 1.5.6
python-django-south: add version 1.0.2
.../python/python-django-south_1.0.2.bb | 18 ++++++++++++++++++
.../recipes-devtools/python/python-django_1.6.10.bb | 19 +++++++++++++++++++
.../{python-pip_1.3.1.bb => python-pip_1.5.6.bb} | 9 +++++----
3 files changed, 42 insertions(+), 4 deletions(-)
create mode 100644 meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
create mode 100644 meta-python/recipes-devtools/python/python-django_1.6.10.bb
rename meta-python/recipes-devtools/python/{python-pip_1.3.1.bb => python-pip_1.5.6.bb} (57%)
--
1.9.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-python][PATCH 1/3] python-pip: update to 1.5.6
2015-02-04 17:45 [meta-python][PATCH 0/3] New python recipes / upgrades Paul Eggleton
@ 2015-02-04 17:45 ` Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 2/3] python-django: add version 1.6.10 Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 3/3] python-django-south: add version 1.0.2 Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-02-04 17:45 UTC (permalink / raw)
To: openembedded-devel
From: Saul Wold <sgw@linux.intel.com>
Also made LICENSE more accurate.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../python/{python-pip_1.3.1.bb => python-pip_1.5.6.bb} | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
rename meta-python/recipes-devtools/python/{python-pip_1.3.1.bb => python-pip_1.5.6.bb} (57%)
diff --git a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
similarity index 57%
rename from meta-python/recipes-devtools/python/python-pip_1.3.1.bb
rename to meta-python/recipes-devtools/python/python-pip_1.5.6.bb
index d1a7c8b..0c240e4 100644
--- a/meta-python/recipes-devtools/python/python-pip_1.3.1.bb
+++ b/meta-python/recipes-devtools/python/python-pip_1.5.6.bb
@@ -1,10 +1,11 @@
SUMMARY = "PIP is a tool for installing and managing Python packages"
-LICENSE = "MIT & GPL"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cd00425a3465a0e4c81929b94241d3de"
+LICENSE = "MIT & LGPL-2.1"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=45665b53032c02b35e29ddab8e61fa91"
SRC_URI = "https://pypi.python.org/packages/source/p/pip/pip-${PV}.tar.gz"
-SRC_URI[md5sum] = "cbb27a191cebc58997c4da8513863153"
-SRC_URI[sha256sum] = "145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957"
+
+SRC_URI[md5sum] = "01026f87978932060cc86c1dc527903e"
+SRC_URI[sha256sum] = "b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c"
S = "${WORKDIR}/pip-${PV}"
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-python][PATCH 2/3] python-django: add version 1.6.10
2015-02-04 17:45 [meta-python][PATCH 0/3] New python recipes / upgrades Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 1/3] python-pip: update to 1.5.6 Paul Eggleton
@ 2015-02-04 17:45 ` Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 3/3] python-django-south: add version 1.0.2 Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-02-04 17:45 UTC (permalink / raw)
To: openembedded-devel
Updated version of the recipe in meta-openstack. Also made LICENSE more
accurate and set SUMMARY instead of DESCRIPTION since the value is
short.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../recipes-devtools/python/python-django_1.6.10.bb | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-django_1.6.10.bb
diff --git a/meta-python/recipes-devtools/python/python-django_1.6.10.bb b/meta-python/recipes-devtools/python/python-django_1.6.10.bb
new file mode 100644
index 0000000..8623002
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-django_1.6.10.bb
@@ -0,0 +1,19 @@
+SUMMARY = "A high-level Python Web framework"
+HOMEPAGE = "http://www.djangoproject.com/"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=fa8608154dcdd4029ae653131d4b7365"
+
+SRCNAME = "Django"
+
+SRC_URI = "https://pypi.python.org/packages/source/D/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "d7123f14ac19ae001be02ed841937b91"
+SRC_URI[sha256sum] = "54eb59ce785401c7d1fdeed245efce597e90f811d6a20f6b5c6931c0049d63a6"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/django"
+
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-python][PATCH 3/3] python-django-south: add version 1.0.2
2015-02-04 17:45 [meta-python][PATCH 0/3] New python recipes / upgrades Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 1/3] python-pip: update to 1.5.6 Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 2/3] python-django: add version 1.6.10 Paul Eggleton
@ 2015-02-04 17:45 ` Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-02-04 17:45 UTC (permalink / raw)
To: openembedded-devel
From: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
.../python/python-django-south_1.0.2.bb | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
diff --git a/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
new file mode 100644
index 0000000..a349983
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-django-south_1.0.2.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Migrations for Django"
+DESCRIPTION = "South is an intelligent database migrations library for the Django web framework. It is database-independent and DVCS-friendly, as well as a whole host of other features."
+HOMEPAGE = "http://south.aeracode.org/"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=17;endline=18;md5=2155d8ae21e7c23101d5febac696b27e"
+
+SRCNAME = "South"
+
+SRC_URI = "https://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "c76a9758b2011bc3b6c39f881bba2f66"
+SRC_URI[sha256sum] = "d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-04 17:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-04 17:45 [meta-python][PATCH 0/3] New python recipes / upgrades Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 1/3] python-pip: update to 1.5.6 Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 2/3] python-django: add version 1.6.10 Paul Eggleton
2015-02-04 17:45 ` [meta-python][PATCH 3/3] python-django-south: add version 1.0.2 Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.