From: akuster808 <akuster808@gmail.com>
To: Bill Randle <bill.randle@gmail.com>,
openembedded-devel@lists.openembedded.org
Cc: ticotim@gmail.com
Subject: Re: [meta-python][PATCH 03/13] python[3]-fask-migrate: new recipes
Date: Tue, 5 Dec 2017 18:13:57 -0800 [thread overview]
Message-ID: <dca337bb-7a95-8161-f238-e4afa7113c10@gmail.com> (raw)
In-Reply-To: <1512191576-2302-4-git-send-email-bill.randle@gmail.com>
On 12/01/2017 09:12 PM, Bill Randle wrote:
> Signed-off-by: Bill Randle <bill.randle@gmail.com>
> ---
> .../recipes-devtools/python/python-flask-migrate.inc | 14 ++++++++++++++
> .../recipes-devtools/python/python-flask-migrate_2.1.1.bb | 2 ++
> .../recipes-devtools/python/python3-flask-migrate_2.1.1.bb | 2 ++
> 3 files changed, 18 insertions(+)
> create mode 100644 meta-python/recipes-devtools/python/python-flask-migrate.inc
> create mode 100644 meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
> create mode 100644 meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
>
> diff --git a/meta-python/recipes-devtools/python/python-flask-migrate.inc b/meta-python/recipes-devtools/python/python-flask-migrate.inc
> new file mode 100644
> index 0000000..7af4fe1
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-flask-migrate.inc
> @@ -0,0 +1,14 @@
> +DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alembic"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"
> +
> +SRC_URI[md5sum] = "def4106c80897b7fad2afb3bc05360e4"
> +SRC_URI[sha256sum] = "b709ca8642559c3c5a81a33ab10839fa052177accd5ba821047a99db635255ed"
> +
> +PYPI_PACKAGE = "Flask-Migrate"
> +
> +RDEPENDS_${PN} += "\
> + ${PYTHON_PN}-flask-sqlalchemy \
> + ${PYTHON_PN}-alembic \
> + ${PYTHON_PN}-flask \
> + "
> diff --git a/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
> new file mode 100644
> index 0000000..af79997
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python-flask-migrate_2.1.1.bb
> @@ -0,0 +1,2 @@
> +inherit pypi setuptools
> +require python-flask-migrate
> diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
> new file mode 100644
> index 0000000..94abbf3
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_2.1.1.bb
> @@ -0,0 +1,2 @@
> +inherit pypi setuptools3
Found issue
> +require python-flask-migrate <<<-- missing .inc
- armin
next prev parent reply other threads:[~2017-12-06 2:13 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-02 5:12 [meta-python][PATCH 00/13] New recipes for additional flask extensions Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 01/13] python[3]-editor: new recipes Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 02/13] python[3]-alembic: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 03/13] python[3]-fask-migrate: " Bill Randle
2017-12-06 2:13 ` akuster808 [this message]
2017-12-06 2:16 ` Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 04/13] python[3]-flask-nav: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 05/13] python[3]-flask-uploads: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 06/13] python[3]-flask-script: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 07/13] python[3]-flask-mail: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 08/13] python[3]-flask-user: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 09/13] python[3]-speaklater: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 10/13] python[3]-flask-babel: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 11/13] python[3]-xstatic: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 12/13] python[3]-xstatic-font-awesome: " Bill Randle
2017-12-02 5:12 ` [meta-python][PATCH 13/13] python[3]-flask-xstatic: " Bill Randle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dca337bb-7a95-8161-f238-e4afa7113c10@gmail.com \
--to=akuster808@gmail.com \
--cc=bill.randle@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=ticotim@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.