* [meta-python][PATCH 01/21] python(3)-lxml: 3.4.4 -> 3.5.0
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 02/21] python(3)-feedformatter: add recipes Sven Ebenfeld
` (19 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Update python-lxml and python3-lxml to version 3.5.0 and correct licensing
information. The file LICENSES.txt states four different licenses.
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-lxml.inc | 25 ++++++++++++++++------
.../{python-lxml_3.4.4.bb => python-lxml_3.5.0.bb} | 0
...python3-lxml_3.4.4.bb => python3-lxml_3.5.0.bb} | 0
3 files changed, 18 insertions(+), 7 deletions(-)
rename meta-python/recipes-devtools/python/{python-lxml_3.4.4.bb => python-lxml_3.5.0.bb} (100%)
rename meta-python/recipes-devtools/python/{python3-lxml_3.4.4.bb => python3-lxml_3.5.0.bb} (100%)
diff --git a/meta-python/recipes-devtools/python/python-lxml.inc b/meta-python/recipes-devtools/python/python-lxml.inc
index 7a596c1..337da1b 100644
--- a/meta-python/recipes-devtools/python/python-lxml.inc
+++ b/meta-python/recipes-devtools/python/python-lxml.inc
@@ -1,17 +1,28 @@
-SUMMARY = "Python XML bindings for libxml2 and libxslt"
-DESCRIPTION = "Powerful and Pythonic XML processing library combining \
-libxml2/libxslt with the ElementTree API."
+SUMMARY = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
+DESCRIPTION = "lxml is a Pythonic, mature binding for the libxml2 and \
+libxslt libraries. It provides safe and convenient access to these \
+libraries using the ElementTree API. It extends the ElementTree API \
+significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, \
+C14N and much more."
HOMEPAGE = "http://codespeak.net/lxml"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=f9f1dc24f720c143c2240df41fe5073b"
+SECTION = "devel/python"
+LICENSE = "BSD & GPLv2 & MIT & PSF"
+LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=f9f1dc24f720c143c2240df41fe5073b \
+ file://doc/licenses/elementtree.txt;md5=eb34d036a6e3d56314ee49a6852ac891 \
+ file://doc/licenses/BSD.txt;md5=700a1fc17f4797d4f2d34970c8ee694b \
+ file://doc/licenses/GPL.txt;md5=94d55d512a9ba36caa9b7df079bae19f \
+ file://src/lxml/isoschematron/resources/rng/iso-schematron.rng;startline=2;endline=7;md5=a2914d12acc7066b3f5b60e8f94a012e \
+ file://src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/iso_schematron_message.xsl;startline=2;endline=24;md5=96976dcc66249c51e8026b159ca5e755 \
+ file://src/lxml/isoschematron/resources/xsl/RNG2Schtrn.xsl;startline=2;endline=7;md5=5cac4ad4b5e131a10e9af755b10fbbb7 \
+ "
SRCNAME = "lxml"
DEPENDS += "libxml2 libxslt"
SRC_URI = "http://pypi.python.org/packages/source/l/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-SRC_URI[md5sum] = "a9a65972afc173ec7a39c585f4eea69c"
-SRC_URI[sha256sum] = "b3d362bac471172747cda3513238f115cbd6c5f8b8e6319bf6a97a7892724099"
+SRC_URI[md5sum] = "9f0c5f1eb43ff44d5455dab4b4efbe73"
+SRC_URI[sha256sum] = "349f93e3a4b09cc59418854ab8013d027d246757c51744bf20069bc89016f578"
S = "${WORKDIR}/${SRCNAME}-${PV}"
diff --git a/meta-python/recipes-devtools/python/python-lxml_3.4.4.bb b/meta-python/recipes-devtools/python/python-lxml_3.5.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python-lxml_3.4.4.bb
rename to meta-python/recipes-devtools/python/python-lxml_3.5.0.bb
diff --git a/meta-python/recipes-devtools/python/python3-lxml_3.4.4.bb b/meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb
similarity index 100%
rename from meta-python/recipes-devtools/python/python3-lxml_3.4.4.bb
rename to meta-python/recipes-devtools/python/python3-lxml_3.5.0.bb
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 02/21] python(3)-feedformatter: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 01/21] python(3)-lxml: 3.4.4 -> 3.5.0 Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 03/21] add pypi3 bbclass to make python3 recipe creation easier as well Sven Ebenfeld
` (18 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-feedformatter.inc | 11 +++++++++++
.../recipes-devtools/python/python-feedformatter_0.4.bb | 2 ++
.../recipes-devtools/python/python3-feedformatter_0.4.bb | 2 ++
3 files changed, 15 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-feedformatter.inc
create mode 100644 meta-python/recipes-devtools/python/python-feedformatter_0.4.bb
create mode 100644 meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
diff --git a/meta-python/recipes-devtools/python/python-feedformatter.inc b/meta-python/recipes-devtools/python/python-feedformatter.inc
new file mode 100644
index 0000000..1a02a4f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-feedformatter.inc
@@ -0,0 +1,11 @@
+DESCRIPTION = "A Python library for generating news feeds in RSS and Atom formats"
+HOMEPAGE = "http://code.google.com/p/feedformatter/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=258e3f39e2383fbd011035d04311008d"
+SRCREV = "7391193c83e10420b5a2d8ef846d23fc368c6d85"
+PR = "r0"
+
+SRC_URI = "git://github.com/marianoguerra/feedformatter.git"
+
+S = "${WORKDIR}/git"
diff --git a/meta-python/recipes-devtools/python/python-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python-feedformatter_0.4.bb
new file mode 100644
index 0000000..175f944
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-feedformatter_0.4.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-feedformatter.inc
diff --git a/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
new file mode 100644
index 0000000..95a5405
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-feedformatter_0.4.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-feedformatter.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 03/21] add pypi3 bbclass to make python3 recipe creation easier as well
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 01/21] python(3)-lxml: 3.4.4 -> 3.5.0 Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 02/21] python(3)-feedformatter: add recipes Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 04/21] python-six: 1.9.0 -> 1.10.0 and add python3-recipe Sven Ebenfeld
` (17 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/classes/pypi-common.bbclass | 21 +++++++++++++++++++++
meta-python/classes/pypi.bbclass | 22 +---------------------
meta-python/classes/pypi3.bbclass | 1 +
3 files changed, 23 insertions(+), 21 deletions(-)
create mode 100644 meta-python/classes/pypi-common.bbclass
create mode 100644 meta-python/classes/pypi3.bbclass
diff --git a/meta-python/classes/pypi-common.bbclass b/meta-python/classes/pypi-common.bbclass
new file mode 100644
index 0000000..365002e
--- /dev/null
+++ b/meta-python/classes/pypi-common.bbclass
@@ -0,0 +1,21 @@
+def pypi_package(d):
+ bpn = d.getVar('BPN', True)
+ if bpn.startswith('python-'):
+ return bpn[7:]
+ elif bpn.startswith('python3-'):
+ return bpn[8:]
+ return bpn
+
+PYPI_PACKAGE ?= "${@pypi_package(d)}"
+
+def pypi_src_uri(d):
+ package = d.getVar('PYPI_PACKAGE', True)
+ pv = d.getVar('PV', True)
+ return 'https://pypi.python.org/packages/source/%s/%s/%s-%s.tar.gz' % (package[0], package, package, pv)
+
+PYPI_SRC_URI ?= "${@pypi_src_uri(d)}"
+
+HOMEPAGE ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/"
+SECTION = "devel/python"
+SRC_URI += "${PYPI_SRC_URI}"
+S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}"
diff --git a/meta-python/classes/pypi.bbclass b/meta-python/classes/pypi.bbclass
index 41a70e2..8d8350a 100644
--- a/meta-python/classes/pypi.bbclass
+++ b/meta-python/classes/pypi.bbclass
@@ -1,21 +1 @@
-def pypi_package(d):
- bpn = d.getVar('BPN', True)
- if bpn.startswith('python-'):
- return bpn[7:]
- return bpn
-
-PYPI_PACKAGE ?= "${@pypi_package(d)}"
-
-def pypi_src_uri(d):
- package = d.getVar('PYPI_PACKAGE', True)
- pv = d.getVar('PV', True)
- return 'https://pypi.python.org/packages/source/%s/%s/%s-%s.tar.gz' % (package[0], package, package, pv)
-
-PYPI_SRC_URI ?= "${@pypi_src_uri(d)}"
-
-HOMEPAGE ?= "https://pypi.python.org/pypi/${PYPI_PACKAGE}/"
-SECTION = "devel/python"
-SRC_URI += "${PYPI_SRC_URI}"
-S = "${WORKDIR}/${PYPI_PACKAGE}-${PV}"
-
-inherit setuptools
+inherit pypi-common setuptools
diff --git a/meta-python/classes/pypi3.bbclass b/meta-python/classes/pypi3.bbclass
new file mode 100644
index 0000000..e0f7bb3
--- /dev/null
+++ b/meta-python/classes/pypi3.bbclass
@@ -0,0 +1 @@
+inherit pypi-common setuptools3
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 04/21] python-six: 1.9.0 -> 1.10.0 and add python3-recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (2 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 03/21] add pypi3 bbclass to make python3 recipe creation easier as well Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 05/21] python-dateutil: 1.5 -> 2.4.2 and add python3 recipe Sven Ebenfeld
` (16 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/{python-six_1.9.0.bb => python-six.inc} | 6 ++----
meta-python/recipes-devtools/python/python-six_1.10.0.bb | 2 ++
meta-python/recipes-devtools/python/python3-six_1.10.0.bb | 2 ++
3 files changed, 6 insertions(+), 4 deletions(-)
rename meta-python/recipes-devtools/python/{python-six_1.9.0.bb => python-six.inc} (69%)
create mode 100644 meta-python/recipes-devtools/python/python-six_1.10.0.bb
create mode 100644 meta-python/recipes-devtools/python/python3-six_1.10.0.bb
diff --git a/meta-python/recipes-devtools/python/python-six_1.9.0.bb b/meta-python/recipes-devtools/python/python-six.inc
similarity index 69%
rename from meta-python/recipes-devtools/python/python-six_1.9.0.bb
rename to meta-python/recipes-devtools/python/python-six.inc
index c6575f3..450e05b 100644
--- a/meta-python/recipes-devtools/python/python-six_1.9.0.bb
+++ b/meta-python/recipes-devtools/python/python-six.inc
@@ -2,10 +2,8 @@ SUMMARY = "Python 2 and 3 compatibility library"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6f00d4a50713fa859858dd9abaa35b21"
-SRC_URI[md5sum] = "476881ef4012262dfc8adc645ee786c4"
-SRC_URI[sha256sum] = "e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5"
-
-inherit pypi
+SRC_URI[md5sum] = "34eed507548117b2ab523ab14b2f8b55"
+SRC_URI[sha256sum] = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
do_compile_append() {
export BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS}
diff --git a/meta-python/recipes-devtools/python/python-six_1.10.0.bb b/meta-python/recipes-devtools/python/python-six_1.10.0.bb
new file mode 100644
index 0000000..839a0e6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-six_1.10.0.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-six.inc
diff --git a/meta-python/recipes-devtools/python/python3-six_1.10.0.bb b/meta-python/recipes-devtools/python/python3-six_1.10.0.bb
new file mode 100644
index 0000000..2bc5bc5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-six_1.10.0.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-six.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 05/21] python-dateutil: 1.5 -> 2.4.2 and add python3 recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (3 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 04/21] python-six: 1.9.0 -> 1.10.0 and add python3-recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 06/21] python(3)-itsdangerous: add recipes Sven Ebenfeld
` (15 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-dateutil.inc | 23 ++++++++++++++++++++++
.../recipes-devtools/python/python-dateutil_1.5.bb | 22 ---------------------
.../python/python-dateutil_2.4.2.bb | 2 ++
.../python/python3-dateutil_2.4.2.bb | 2 ++
4 files changed, 27 insertions(+), 22 deletions(-)
create mode 100644 meta-python/recipes-devtools/python/python-dateutil.inc
delete mode 100644 meta-python/recipes-devtools/python/python-dateutil_1.5.bb
create mode 100644 meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb
create mode 100644 meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb
diff --git a/meta-python/recipes-devtools/python/python-dateutil.inc b/meta-python/recipes-devtools/python/python-dateutil.inc
new file mode 100644
index 0000000..b38c448
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-dateutil.inc
@@ -0,0 +1,23 @@
+SUMMARY = "Extensions to the standard Python datetime module"
+DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in the Python standard library."
+HOMEPAGE = "https://dateutil.readthedocs.org"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51430b33c900f45f999c459ee29ca493"
+PR = "r0"
+
+SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "4ef68e1c485b09e9f034e10473e5add2"
+SRC_URI[sha256sum] = "3e95445c1db500a344079a47b171c45ef18f57d188dffdb0e4165c71bea8eb3d"
+
+SRCNAME = "python-dateutil"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+PACKAGES =+ "${PN}-zoneinfo"
+FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
+
+RDEPENDS_${PN} = "\
+ ${PYTHON_PN}-core \
+ ${PYTHON_PN}-datetime \
+ ${PYTHON_PN}-six \
+ "
diff --git a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
deleted file mode 100644
index 37f19a8..0000000
--- a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "Extensions to the standard Python date/time support"
-HOMEPAGE = "http://labix.org/python-dateutil"
-SECTION = "devel/python"
-LICENSE = "PSF"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d82268718c68bda0b091006ec6e583c6"
-SRCNAME = "${BPN}"
-
-SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz"
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-PACKAGES =+ "${PN}-zoneinfo"
-FILES_${PN}-zoneinfo = "${libdir}/${PYTHON_DIR}/site-packages/dateutil/zoneinfo"
-
-RDEPENDS_${PN} = "\
- python-core \
- python-datetime \
-"
-
-SRC_URI[md5sum] = "35f3732db3f2cc4afdc68a8533b60a52"
-SRC_URI[sha256sum] = "c08aca7d85f8f8eed61e83b3423b829262c596a9a78f7ca3de0bcee2217d0e3b"
diff --git a/meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb b/meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb
new file mode 100644
index 0000000..12ae4c3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-dateutil_2.4.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-dateutil.inc
diff --git a/meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb b/meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb
new file mode 100644
index 0000000..1d2baf5
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dateutil_2.4.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-dateutil.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 06/21] python(3)-itsdangerous: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (4 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 05/21] python-dateutil: 1.5 -> 2.4.2 and add python3 recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 07/21] python(3)-markupsafe: " Sven Ebenfeld
` (14 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-itsdangerous.inc | 9 +++++++++
meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb | 2 ++
meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb | 2 ++
3 files changed, 13 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-itsdangerous.inc
create mode 100644 meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb
create mode 100644 meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous.inc b/meta-python/recipes-devtools/python/python-itsdangerous.inc
new file mode 100644
index 0000000..73951fa
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-itsdangerous.inc
@@ -0,0 +1,9 @@
+SUMMARY = "Various helpers to pass trusted data to untrusted environments and back."
+HOMEPAGE = "http://github.com/mitsuhiko/itsdangerous"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c"
+
+SRC_URI[md5sum] = "a3d55aa79369aef5345c036a8a26307f"
+SRC_URI[sha256sum] = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519"
+
+CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb
new file mode 100644
index 0000000..350925d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-itsdangerous_0.24.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-itsdangerous.inc
diff --git a/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb
new file mode 100644
index 0000000..8c791cc
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-itsdangerous_0.24.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-itsdangerous.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 07/21] python(3)-markupsafe: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (5 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 06/21] python(3)-itsdangerous: add recipes Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 08/21] python(3)-passlib: " Sven Ebenfeld
` (13 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-markupsafe.inc | 17 +++++++++++++++++
.../recipes-devtools/python/python-markupsafe_0.23.bb | 19 +------------------
.../python/python3-markupsafe_0.23.bb | 2 ++
3 files changed, 20 insertions(+), 18 deletions(-)
create mode 100644 meta-python/recipes-devtools/python/python-markupsafe.inc
create mode 100644 meta-python/recipes-devtools/python/python3-markupsafe_0.23.bb
diff --git a/meta-python/recipes-devtools/python/python-markupsafe.inc b/meta-python/recipes-devtools/python/python-markupsafe.inc
new file mode 100644
index 0000000..1b3e0a0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-markupsafe.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
+HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
+SECTION = "devel/python"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127"
+
+PR = "r0"
+SRCNAME = "MarkupSafe"
+
+SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "f5ab3deee4c37cd6a922fb81e730da6e"
+SRC_URI[sha256sum] = "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+RDEPENDS_${PN} += "${PYTHON_PN}-re"
diff --git a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb b/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb
index 4821c0a..396eff1 100644
--- a/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb
+++ b/meta-python/recipes-devtools/python/python-markupsafe_0.23.bb
@@ -1,19 +1,2 @@
-DESCRIPTION = "Implements a XML/HTML/XHTML Markup safe string for Python"
-HOMEPAGE = "http://github.com/mitsuhiko/markupsafe"
-SECTION = "devel/python"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=c6d1adcf45d69359f256c1cea3254127"
-
-PR = "r0"
-SRCNAME = "MarkupSafe"
-
-SRC_URI = "https://pypi.python.org/packages/source/M/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "f5ab3deee4c37cd6a922fb81e730da6e"
-SRC_URI[sha256sum] = "a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
inherit setuptools
-
-RDEPENDS_${PN} += "python-re"
+require python-markupsafe.inc
diff --git a/meta-python/recipes-devtools/python/python3-markupsafe_0.23.bb b/meta-python/recipes-devtools/python/python3-markupsafe_0.23.bb
new file mode 100644
index 0000000..765e3c9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-markupsafe_0.23.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-markupsafe.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 08/21] python(3)-passlib: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (6 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 07/21] python(3)-markupsafe: " Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 09/21] python-requests: 2.7.0 -> 2.9.1 and add python3 recipe Sven Ebenfeld
` (12 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-passlib.inc | 14 ++++++++++++++
.../recipes-devtools/python/python-passlib_1.6.5.bb | 2 ++
.../recipes-devtools/python/python3-passlib_1.6.5.bb | 2 ++
3 files changed, 18 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-passlib.inc
create mode 100644 meta-python/recipes-devtools/python/python-passlib_1.6.5.bb
create mode 100644 meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb
diff --git a/meta-python/recipes-devtools/python/python-passlib.inc b/meta-python/recipes-devtools/python/python-passlib.inc
new file mode 100644
index 0000000..843e8e0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-passlib.inc
@@ -0,0 +1,14 @@
+SUMMARY = "comprehensive password hashing framework supporting over 30 schemes"
+DESCRIPTION = "\
+Passlib is a password hashing library for Python 2 & 3, which provides cross-platform \
+implementations of over 30 password hashing algorithms, as well as a framework for \
+managing existing password hashes. It’s designed to be useful for a wide range of \
+tasks, from verifying a hash found in /etc/shadow, to providing full-strength password \
+hashing for multi-user applications."
+HOMEPAGE = "https://bitbucket.org/ecollins/passlib"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=bae8faa3e2689ee0df3f2127fc4517f5"
+PR = "r0"
+
+SRC_URI[md5sum] = "d2edd6c42cde136a538b48d90a06ad67"
+SRC_URI[sha256sum] = "a83d34f53dc9b17aa42c9a35c3fbcc5120f3fcb07f7f8721ec45e6a27be347fc"
diff --git a/meta-python/recipes-devtools/python/python-passlib_1.6.5.bb b/meta-python/recipes-devtools/python/python-passlib_1.6.5.bb
new file mode 100644
index 0000000..73ace94
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-passlib_1.6.5.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-passlib.inc
\ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb b/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb
new file mode 100644
index 0000000..1271832
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-passlib_1.6.5.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-passlib.inc
\ No newline at end of file
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 09/21] python-requests: 2.7.0 -> 2.9.1 and add python3 recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (7 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 08/21] python(3)-passlib: " Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 10/21] python(3)-redis: add recipes Sven Ebenfeld
` (11 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-requests.inc | 9 +++++++++
.../recipes-devtools/python/python-requests_2.7.0.bb | 18 ------------------
.../recipes-devtools/python/python-requests_2.9.1.bb | 4 ++++
.../recipes-devtools/python/python3-requests_2.9.1.bb | 2 ++
4 files changed, 15 insertions(+), 18 deletions(-)
create mode 100644 meta-python/recipes-devtools/python/python-requests.inc
delete mode 100644 meta-python/recipes-devtools/python/python-requests_2.7.0.bb
create mode 100644 meta-python/recipes-devtools/python/python-requests_2.9.1.bb
create mode 100644 meta-python/recipes-devtools/python/python3-requests_2.9.1.bb
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc
new file mode 100644
index 0000000..ebce253
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-requests.inc
@@ -0,0 +1,9 @@
+DESCRIPTION = "Python HTTP for Humans."
+HOMEPAGE = "http://python-requests.org"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e"
+
+SRC_URI[md5sum] = "0b7f480d19012ec52bab78292efd976d"
+SRC_URI[sha256sum] = "c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-email ${PYTHON_PN}-json ${PYTHON_PN}-netserver"
diff --git a/meta-python/recipes-devtools/python/python-requests_2.7.0.bb b/meta-python/recipes-devtools/python/python-requests_2.7.0.bb
deleted file mode 100644
index ac47202..0000000
--- a/meta-python/recipes-devtools/python/python-requests_2.7.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "Python HTTP for Humans."
-HOMEPAGE = "http://python-requests.org"
-SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e"
-
-SRCNAME = "requests"
-
-SRC_URI = "http://pypi.python.org/packages/source/r/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "29b173fd5fa572ec0764d1fd7b527260"
-SRC_URI[sha256sum] = "398a3db6d61899d25fd4a06c6ca12051b0ce171d705decd7ed5511517b4bb93d"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-RDEPENDS_${PN} = "python-email python-json python-netserver python-zlib"
diff --git a/meta-python/recipes-devtools/python/python-requests_2.9.1.bb b/meta-python/recipes-devtools/python/python-requests_2.9.1.bb
new file mode 100644
index 0000000..acc8c16
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-requests_2.9.1.bb
@@ -0,0 +1,4 @@
+inherit pypi
+require python-requests.inc
+
+RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
\ No newline at end of file
diff --git a/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb
new file mode 100644
index 0000000..c2eb056
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-requests_2.9.1.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-requests.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 10/21] python(3)-redis: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (8 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 09/21] python-requests: 2.7.0 -> 2.9.1 and add python3 recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 11/21] python(3)-werkzeug: add recipe Sven Ebenfeld
` (10 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-redis.inc | 9 +++++++++
meta-python/recipes-devtools/python/python-redis_2.10.5.bb | 2 ++
meta-python/recipes-devtools/python/python3-redis_2.10.5.bb | 2 ++
3 files changed, 13 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-redis.inc
create mode 100644 meta-python/recipes-devtools/python/python-redis_2.10.5.bb
create mode 100644 meta-python/recipes-devtools/python/python3-redis_2.10.5.bb
diff --git a/meta-python/recipes-devtools/python/python-redis.inc b/meta-python/recipes-devtools/python/python-redis.inc
new file mode 100644
index 0000000..e64f041
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-redis.inc
@@ -0,0 +1,9 @@
+SUMMARY = "Python client for Redis key-value store"
+DESCRIPTION = "The Python interface to the Redis key-value store."
+HOMEPAGE = "http://github.com/andymccurdy/redis-py"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=51d9ad56299ab60ba7be65a621004f27"
+PR = "r0"
+
+SRC_URI[md5sum] = "3b26c2b9703b4b56b30a1ad508e31083"
+SRC_URI[sha256sum] = "5dfbae6acfc54edf0a7a415b99e0b21c0a3c27a7f787b292eea727b1facc5533"
diff --git a/meta-python/recipes-devtools/python/python-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python-redis_2.10.5.bb
new file mode 100644
index 0000000..6cb5288
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-redis_2.10.5.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-redis.inc
diff --git a/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb
new file mode 100644
index 0000000..59c4803
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-redis_2.10.5.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-redis.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 11/21] python(3)-werkzeug: add recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (9 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 10/21] python(3)-redis: add recipes Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 12/21] python(3)-pymisp: add recipes Sven Ebenfeld
` (9 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-werkzeug.inc | 16 ++++++++++++++++
.../recipes-devtools/python/python-werkzeug_0.11.3.bb | 2 ++
.../recipes-devtools/python/python3-werkzeug_0.11.3.bb | 2 ++
3 files changed, 20 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-werkzeug.inc
create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb
create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb
diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc
new file mode 100644
index 0000000..fab5a73
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-werkzeug.inc
@@ -0,0 +1,16 @@
+SUMMARY = "The Swiss Army knife of Python web development"
+DESCRIPTION = "\
+Werkzeug started as simple collection of various utilities for WSGI \
+applications and has become one of the most advanced WSGI utility modules. \
+It includes a powerful debugger, full featured request and response objects, \
+HTTP utilities to handle entity tags, cache control headers, HTTP dates, \
+cookie handling, file uploads, a powerful URL routing system and a bunch \
+of community contributed addon modules."
+HOMEPAGE = "http://werkzeug.pocoo.org/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa"
+
+SRC_URI[md5sum] = "9479bc7ea6a42c2d0d82929d3926df67"
+SRC_URI[sha256sum] = "eb5f700a9bfc96420b055635af9002d3662e43d80c3ffd31f224c25bc0d5f462"
+
+PYPI_PACKAGE = "Werkzeug"
diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb
new file mode 100644
index 0000000..2e1d9e2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-werkzeug.inc
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb
new file mode 100644
index 0000000..6386664
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-werkzeug.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 12/21] python(3)-pymisp: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (10 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 11/21] python(3)-werkzeug: add recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 13/21] python-jinja2: 2.7.3 -> 2.8 and add python3 recipe Sven Ebenfeld
` (8 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-pymisp.inc | 14 ++++++++++++++
meta-python/recipes-devtools/python/python-pymisp_2.2.bb | 2 ++
meta-python/recipes-devtools/python/python3-pymisp_2.2.bb | 2 ++
3 files changed, 18 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-pymisp.inc
create mode 100644 meta-python/recipes-devtools/python/python-pymisp_2.2.bb
create mode 100644 meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
diff --git a/meta-python/recipes-devtools/python/python-pymisp.inc b/meta-python/recipes-devtools/python/python-pymisp.inc
new file mode 100644
index 0000000..ca543f0
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymisp.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Python API for MISP"
+HOMEPAGE = "https://github.com/MISP/PyMISP"
+SECTION = "devel/python"
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20"
+SRCREV = "a7fc1ceb20d455ccfa2ba7af229048330e22b173"
+PR = "r0"
+
+SRC_URI = "git://github.com/MISP/PyMISP.git;branch=master"
+
+SRCNAME = "pymisp"
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} += " ${PYTHON_PN}-requests"
diff --git a/meta-python/recipes-devtools/python/python-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
new file mode 100644
index 0000000..a0b655f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools
+require python-pymisp.inc
diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
new file mode 100644
index 0000000..e41acd6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.2.bb
@@ -0,0 +1,2 @@
+inherit setuptools3
+require python-pymisp.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 13/21] python-jinja2: 2.7.3 -> 2.8 and add python3 recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (11 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 12/21] python(3)-pymisp: add recipes Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 14/21] python(3)-pymongo: add recipes Sven Ebenfeld
` (7 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-jinja2.inc | 16 ++++++++++++++++
.../recipes-devtools/python/python-jinja2_2.7.3.bb | 21 ---------------------
.../recipes-devtools/python/python-jinja2_2.8.bb | 2 ++
.../recipes-devtools/python/python3-jinja2_2.8.bb | 2 ++
4 files changed, 20 insertions(+), 21 deletions(-)
create mode 100644 meta-python/recipes-devtools/python/python-jinja2.inc
delete mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
create mode 100644 meta-python/recipes-devtools/python/python-jinja2_2.8.bb
create mode 100644 meta-python/recipes-devtools/python/python3-jinja2_2.8.bb
diff --git a/meta-python/recipes-devtools/python/python-jinja2.inc b/meta-python/recipes-devtools/python/python-jinja2.inc
new file mode 100644
index 0000000..879550b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jinja2.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
+HOMEPAGE = "https://pypi.python.org/pypi/Jinja2"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386"
+
+PR = "r0"
+PYPI_PACKAGE = "Jinja2"
+
+SRC_URI[md5sum] = "edb51693fe22c53cee5403775c71a99e"
+SRC_URI[sha256sum] = "bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4"
+
+RDEPENDS_${PN} += "${PYTHON_PN}-io ${PYTHON_PN}-pickle ${PYTHON_PN}-crypt \
+ ${PYTHON_PN}-math ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-textutils \
+ ${PYTHON_PN}-lang ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-markupsafe"
+
+CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb b/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
deleted file mode 100644
index aa5c082..0000000
--- a/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-DESCRIPTION = "Python Jinja2: A small but fast and easy to use stand-alone template engine written in pure python."
-HOMEPAGE = "https://pypi.python.org/pypi/Jinja2"
-SECTION = "devel/python"
-LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=20c831f91dd3bd486020f672ba2be386"
-
-PR = "r0"
-SRCNAME = "Jinja2"
-
-SRC_URI = "https://pypi.python.org/packages/source/J/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "b9dffd2f3b43d673802fe857c8445b1a"
-SRC_URI[sha256sum] = "2e24ac5d004db5714976a04ac0e80c6df6e47e98c354cb2c0d82f8879d4f8fdb"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
-
-RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe"
-
-CLEANBROKEN = "1"
diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.8.bb b/meta-python/recipes-devtools/python/python-jinja2_2.8.bb
new file mode 100644
index 0000000..712c796
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-jinja2_2.8.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-jinja2.inc
diff --git a/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb b/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb
new file mode 100644
index 0000000..e2f9c1e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-jinja2_2.8.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-jinja2.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 14/21] python(3)-pymongo: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (12 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 13/21] python-jinja2: 2.7.3 -> 2.8 and add python3 recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 15/21] python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipe Sven Ebenfeld
` (6 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-pymongo.inc | 12 ++++++++++++
meta-python/recipes-devtools/python/python-pymongo_3.2.bb | 2 ++
meta-python/recipes-devtools/python/python3-pymongo_3.2.bb | 2 ++
3 files changed, 16 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-pymongo.inc
create mode 100644 meta-python/recipes-devtools/python/python-pymongo_3.2.bb
create mode 100644 meta-python/recipes-devtools/python/python3-pymongo_3.2.bb
diff --git a/meta-python/recipes-devtools/python/python-pymongo.inc b/meta-python/recipes-devtools/python/python-pymongo.inc
new file mode 100644
index 0000000..5cdd5bd
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymongo.inc
@@ -0,0 +1,12 @@
+SUMMARY = "Python driver for MongoDB <http://www.mongodb.org>"
+DESCRIPTION = "\
+The PyMongo distribution contains tools for interacting with MongoDB \
+database from Python. The bson package is an implementation of the BSON \
+format for Python. The pymongo package is a native Python driver for \
+MongoDB. The gridfs package is a gridfs implementation on top of pymongo."
+HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=2a944942e1496af1886903d274dedb13"
+
+SRC_URI[md5sum] = "463b4d325d8fb4070c04f15391b457bf"
+SRC_URI[sha256sum] = "f50a5380b45a83c5ea1e673ff19363d3cfd5850f7620536e51341d26eb2ae979"
diff --git a/meta-python/recipes-devtools/python/python-pymongo_3.2.bb b/meta-python/recipes-devtools/python/python-pymongo_3.2.bb
new file mode 100644
index 0000000..4038898
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pymongo_3.2.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-pymongo.inc
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb
new file mode 100644
index 0000000..d2cfd55
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pymongo_3.2.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-pymongo.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 15/21] python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (13 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 14/21] python(3)-pymongo: add recipes Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 16/21] python3-tornado: add recipe Sven Ebenfeld
` (5 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../{python-certifi_14.05.14.bb => python-certifi.inc} | 15 +++------------
.../python/python-certifi_2015.11.20.1.bb | 2 ++
.../python/python3-certifi_2015.11.20.1.bb | 2 ++
3 files changed, 7 insertions(+), 12 deletions(-)
rename meta-python/recipes-devtools/python/{python-certifi_14.05.14.bb => python-certifi.inc} (53%)
create mode 100644 meta-python/recipes-devtools/python/python-certifi_2015.11.20.1.bb
create mode 100644 meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb
diff --git a/meta-python/recipes-devtools/python/python-certifi_14.05.14.bb b/meta-python/recipes-devtools/python/python-certifi.inc
similarity index 53%
rename from meta-python/recipes-devtools/python/python-certifi_14.05.14.bb
rename to meta-python/recipes-devtools/python/python-certifi.inc
index 5e0404e..c9c3e2d 100644
--- a/meta-python/recipes-devtools/python/python-certifi_14.05.14.bb
+++ b/meta-python/recipes-devtools/python/python-certifi.inc
@@ -2,19 +2,10 @@ SUMMARY = "Python package for providing Mozilla's CA Bundle."
DESCRIPTION = "This installable Python package contains a CA Bundle that you can reference in your \
Python code. This is useful for verifying HTTP requests, for example. This is the same CA Bundle \
which ships with the Requests codebase, and is derived from Mozilla Firefox's canonical set."
-HOMEPAGE = "https://pypi.python.org/pypi/certifi"
-SECTION = "devel/python"
+HOMEPAGE = " http://certifi.io/"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1"
-SRCNAME = "certifi"
-
-SRC_URI = "https://pypi.python.org/packages/source/c/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "315ea4e50673a16ab047099f816fd32a"
-SRC_URI[sha256sum] = "1e1bcbacd6357c151ae37cf0290dcc809721d32ce21fd6b7339568f3ddef1b69"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools
+SRC_URI[md5sum] = "e04b512009401603f1485380ac879cf5"
+SRC_URI[sha256sum] = "30b0a7354a1b32caa8b4705d3f5fb2dadefac7ba4bf8af8a2176869f93e38f16"
diff --git a/meta-python/recipes-devtools/python/python-certifi_2015.11.20.1.bb b/meta-python/recipes-devtools/python/python-certifi_2015.11.20.1.bb
new file mode 100644
index 0000000..ce121d6
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-certifi_2015.11.20.1.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-certifi.inc
diff --git a/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb b/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb
new file mode 100644
index 0000000..dfdd6e9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-certifi_2015.11.20.1.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-certifi.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 16/21] python3-tornado: add recipe
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (14 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 15/21] python-certifi: 14.05.14 -> 2015.11.20.1 and add python3 recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 17/21] python(3)-xlrd: add recipes Sven Ebenfeld
` (4 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-tornado.inc | 24 ++++++++++++++
.../recipes-devtools/python/python-tornado_4.3.bb | 37 ++--------------------
.../recipes-devtools/python/python3-tornado_4.3.bb | 2 ++
3 files changed, 29 insertions(+), 34 deletions(-)
create mode 100644 meta-python/recipes-devtools/python/python-tornado.inc
create mode 100644 meta-python/recipes-devtools/python/python3-tornado_4.3.bb
diff --git a/meta-python/recipes-devtools/python/python-tornado.inc b/meta-python/recipes-devtools/python/python-tornado.inc
new file mode 100644
index 0000000..679b7ba
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-tornado.inc
@@ -0,0 +1,24 @@
+SUMMARY = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
+DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \
+By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \
+polling, WebSockets, and other applications that require a long-lived connection to each user."
+HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://setup.py;startline=2;endline=15;md5=5ab7571a79ad62d0ca7aea308bac7560"
+
+SRC_URI[md5sum] = "d13a99dc0b60ba69f5f8ec1235e5b232"
+SRC_URI[sha256sum] = "c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf"
+
+RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-numbers ${PYTHON_PN}-email ${PYTHON_PN}-subprocess \
+ ${PYTHON_PN}-pkgutil ${PYTHON_PN}-html ${PYTHON_PN}-json ${PYTHON_PN}-certifi"
+
+RDEPENDS_${PN}-test += "${PN} ${PYTHON_PN}-unittest"
+
+PACKAGES =+ "\
+ ${PN}-test \
+"
+
+FILES_${PN}-test = " \
+ ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/test \
+ ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/testing.py* \
+"
diff --git a/meta-python/recipes-devtools/python/python-tornado_4.3.bb b/meta-python/recipes-devtools/python/python-tornado_4.3.bb
index c107d6c..5bbad50 100644
--- a/meta-python/recipes-devtools/python/python-tornado_4.3.bb
+++ b/meta-python/recipes-devtools/python/python-tornado_4.3.bb
@@ -1,34 +1,3 @@
-SUMMARY = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
-DESCRIPTION = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. \
-By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long \
-polling, WebSockets, and other applications that require a long-lived connection to each user."
-HOMEPAGE = "http://www.tornadoweb.org/en/stable/"
-
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=65b6c818261e415f48f5463a232ad195"
-
-SRCNAME = "tornado"
-
-SRC_URI = " \
- https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
-"
-SRC_URI[md5sum] = "d13a99dc0b60ba69f5f8ec1235e5b232"
-SRC_URI[sha256sum] = "c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf"
-
-inherit setuptools
-
-RDEPENDS_${PN} += "python-compression python-numbers python-email python-subprocess \
- python-pkgutil python-html python-json python-backports-ssl python-certifi"
-
-RDEPENDS_${PN}-test += "${PN} python-unittest"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-PACKAGES =+ "\
- ${PN}-test \
-"
-
-FILES_${PN}-test = " \
- ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/test \
- ${libdir}/${PYTHON_DIR}/site-packages/${SRCNAME}/testing.py* \
-"
+inherit pypi
+require python-tornado.inc
+RDEPENDS_${PN} += "${PYTHON_PN}-backports-ssl"
diff --git a/meta-python/recipes-devtools/python/python3-tornado_4.3.bb b/meta-python/recipes-devtools/python/python3-tornado_4.3.bb
new file mode 100644
index 0000000..21a4300
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-tornado_4.3.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-tornado.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 17/21] python(3)-xlrd: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (15 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 16/21] python3-tornado: add recipe Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 18/21] python(3)-whoosh: " Sven Ebenfeld
` (3 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-xlrd.inc | 10 ++++++++++
meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb | 2 ++
meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb | 2 ++
3 files changed, 14 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-xlrd.inc
create mode 100644 meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb
create mode 100644 meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb
diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc
new file mode 100644
index 0000000..3c0d26d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xlrd.inc
@@ -0,0 +1,10 @@
+SUMMARY = "Library for developers to extract data from Microsoft Excel (tm) spreadsheet files"
+DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
+ versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
+Strong support for Excel dates. Unicode-aware."
+HOMEPAGE = "http://www.python-excel.org/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://xlrd/licences.py;md5=b59dace5cc1db604c4219100b0422811"
+
+SRC_URI[md5sum] = "911839f534d29fe04525ef8cd88fe865"
+SRC_URI[sha256sum] = "8e8d3359f39541a6ff937f4030db54864836a06e42988c452db5b6b86d29ea72"
diff --git a/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb
new file mode 100644
index 0000000..16eeac3
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-xlrd_0.9.4.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-xlrd.inc
diff --git a/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb
new file mode 100644
index 0000000..407346f
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-xlrd_0.9.4.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-xlrd.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 18/21] python(3)-whoosh: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (16 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 17/21] python(3)-xlrd: add recipes Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 19/21] python(3)-flask: " Sven Ebenfeld
` (2 subsequent siblings)
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-whoosh.inc | 13 +++++++++++++
meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb | 2 ++
meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb | 2 ++
3 files changed, 17 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-whoosh.inc
create mode 100644 meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb
create mode 100644 meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb
diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc
new file mode 100644
index 0000000..84868f9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-whoosh.inc
@@ -0,0 +1,13 @@
+SUMMARY = "Fast, pure-Python full text indexing, search, and spell checking library."
+DESCRIPTION = "\
+Whoosh is a fast, featureful full-text indexing and searching library \
+implemented in pure Python. Programmers can use it to easily add search \
+functionality to their applications and websites. Every part of how \
+Whoosh works can be extended or replaced to meet your needs exactly."
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60"
+
+SRC_URI[md5sum] = "9a0fc2df9335e1d2e81dd84a2c4c416f"
+SRC_URI[sha256sum] = "cdfc0e1c5173207ac7b312afe78d83fb552cfed30427bf7b3dba8b1d26cea8f7"
+
+PYPI_PACKAGE = "Whoosh"
diff --git a/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb
new file mode 100644
index 0000000..79d097c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-whoosh_2.7.0.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-whoosh.inc
diff --git a/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb
new file mode 100644
index 0000000..91f7018
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-whoosh_2.7.0.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-whoosh.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 19/21] python(3)-flask: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (17 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 18/21] python(3)-whoosh: " Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 20/21] python(3)-flask-login: " Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 21/21] python(3)-flask-pymongo: " Sven Ebenfeld
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-flask.inc | 14 ++++++++++++++
meta-python/recipes-devtools/python/python-flask_0.10.1.bb | 2 ++
.../recipes-devtools/python/python3-flask_0.10.1.bb | 2 ++
3 files changed, 18 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-flask.inc
create mode 100644 meta-python/recipes-devtools/python/python-flask_0.10.1.bb
create mode 100644 meta-python/recipes-devtools/python/python3-flask_0.10.1.bb
diff --git a/meta-python/recipes-devtools/python/python-flask.inc b/meta-python/recipes-devtools/python/python-flask.inc
new file mode 100644
index 0000000..4923726
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask.inc
@@ -0,0 +1,14 @@
+SUMMARY = "A microframework based on Werkzeug, Jinja2 and good intentions"
+DESCRIPTION = "\
+Flask is a microframework for Python based on Werkzeug, Jinja 2 and good \
+intentions. And before you ask: It’s BSD licensed!"
+HOMEPAGE = "https://github.com/mitsuhiko/flask/"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=79aa8b7bc4f781210d6b5c06d6424cb0"
+
+SRC_URI[md5sum] = "378670fe456957eb3c27ddaef60b2b24"
+SRC_URI[sha256sum] = "4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373"
+
+PYPI_PACKAGE = "Flask"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-werkzeug ${PYTHON_PN}-jinja2 ${PYTHON_PN}-itsdangerous"
diff --git a/meta-python/recipes-devtools/python/python-flask_0.10.1.bb b/meta-python/recipes-devtools/python/python-flask_0.10.1.bb
new file mode 100644
index 0000000..7ec8123
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask_0.10.1.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-flask.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb b/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb
new file mode 100644
index 0000000..1ab2c02
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask_0.10.1.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-flask.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 20/21] python(3)-flask-login: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (18 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 19/21] python(3)-flask: " Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
2016-01-22 23:30 ` [meta-python][PATCH 21/21] python(3)-flask-pymongo: " Sven Ebenfeld
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
meta-python/recipes-devtools/python/python-flask-login.inc | 14 ++++++++++++++
.../recipes-devtools/python/python-flask-login_0.2.11.bb | 2 ++
.../recipes-devtools/python/python3-flask-login_0.2.11.bb | 2 ++
3 files changed, 18 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-flask-login.inc
create mode 100644 meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb
create mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb
diff --git a/meta-python/recipes-devtools/python/python-flask-login.inc b/meta-python/recipes-devtools/python/python-flask-login.inc
new file mode 100644
index 0000000..95c4428
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-login.inc
@@ -0,0 +1,14 @@
+SUMMARY = "User session management for Flask"
+DESCRIPTION = "Flask-Login provides user session management for Flask. \
+It handles the common tasks of logging in, logging out, and remembering \
+your users’ sessions over extended periods of time."
+HOMEPAGE = " https://github.com/maxcountryman/flask-login"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596"
+
+SRC_URI[md5sum] = "c0a7eaf28623f0aeac4929dc05a7a064"
+SRC_URI[sha256sum] = "83d5f10e5c4f214feed6cc41c212db63a58a15ac32e56df81591bfa0a5cee3e5"
+
+PYPI_PACKAGE = "Flask-Login"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-flask"
diff --git a/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb
new file mode 100644
index 0000000..c6dce37
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-flask-login.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb
new file mode 100644
index 0000000..5d46954
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-flask-login.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread* [meta-python][PATCH 21/21] python(3)-flask-pymongo: add recipes
2016-01-22 23:30 [meta-python][PATCH 00/21] Add recipes for different python and python3 packages Sven Ebenfeld
` (19 preceding siblings ...)
2016-01-22 23:30 ` [meta-python][PATCH 20/21] python(3)-flask-login: " Sven Ebenfeld
@ 2016-01-22 23:30 ` Sven Ebenfeld
20 siblings, 0 replies; 22+ messages in thread
From: Sven Ebenfeld @ 2016-01-22 23:30 UTC (permalink / raw)
To: openembedded-devel; +Cc: paul.eggleton
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
---
.../recipes-devtools/python/python-flask-pymongo.inc | 13 +++++++++++++
.../recipes-devtools/python/python-flask-pymongo_0.4.0.bb | 2 ++
.../recipes-devtools/python/python3-flask-pymongo_0.4.0.bb | 2 ++
3 files changed, 17 insertions(+)
create mode 100644 meta-python/recipes-devtools/python/python-flask-pymongo.inc
create mode 100644 meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb
create mode 100644 meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb
diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo.inc b/meta-python/recipes-devtools/python/python-flask-pymongo.inc
new file mode 100644
index 0000000..939113b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-pymongo.inc
@@ -0,0 +1,13 @@
+SUMMARY = "PyMongo support for Flask applications"
+DESCRIPTION = "PyMongo support for Flask applications."
+HOMEPAGE = "https://github.com/mitsuhiko/flask/"
+SECTION = "devel/python"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;startline=1;endline=24;md5=dff998d5a8469503612ee7757f3a2052"
+
+SRC_URI[md5sum] = "457a210f35ba49d2623dbcf27fbb89e1"
+SRC_URI[sha256sum] = "707ddff92f5b7bdc34d401f1f3857a3d1a9f5dba76e6a1422ccbc3651e2ca521"
+
+PYPI_PACKAGE = "Flask-PyMongo"
+
+RDEPENDS_${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask"
diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb b/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb
new file mode 100644
index 0000000..8daab00
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb
@@ -0,0 +1,2 @@
+inherit pypi
+require python-flask-pymongo.inc
diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb
new file mode 100644
index 0000000..19d33ff
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb
@@ -0,0 +1,2 @@
+inherit pypi3
+require python-flask-pymongo.inc
--
1.9.1
^ permalink raw reply related [flat|nested] 22+ messages in thread