From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2 2/7] python3-manifest: move htlm.py to python3-html
Date: Wed, 1 Feb 2017 08:51:48 -0800 [thread overview]
Message-ID: <385d3282-7a91-7d60-cd6a-393ada75bd09@gmail.com> (raw)
In-Reply-To: <6f44da9601d2ae87573905ca1b7fa30cf5043100.1485846907.git.anders@chargestorm.se>
On 1/30/17 11:18 PM, Anders Darander wrote:
> This allows us to use html.py without importing misc.
>
html.py is provided by many packages. Does is make more sense to package
html.py on a package of its own ?
> Signed-off-by: Anders Darander <anders@chargestorm.se>
> ---
> meta/recipes-devtools/python/python-3.5-manifest.inc | 2 +-
> scripts/contrib/python/generate-manifest-3.5.py | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc
> index b92048f..6093c28 100644
> --- a/meta/recipes-devtools/python/python-3.5-manifest.inc
> +++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
> @@ -103,7 +103,7 @@ FILES_${PN}-gdbm="${libdir}/python3.5/lib-dynload/_gdbm.*.so ${libdir}/python3.5
>
> SUMMARY_${PN}-html="Python HTML processing support"
> RDEPENDS_${PN}-html="${PN}-core"
> -FILES_${PN}-html="${libdir}/python3.5/formatter.* ${libdir}/python3.5/__pycache__/formatter.* ${libdir}/python3.5/htmlentitydefs.* ${libdir}/python3.5/__pycache__/htmlentitydefs.* ${libdir}/python3.5/htmllib.* ${libdir}/python3.5/__pycache__/htmllib.* ${libdir}/python3.5/markupbase.* ${libdir}/python3.5/__pycache__/markupbase.* ${libdir}/python3.5/sgmllib.* ${libdir}/python3.5/__pycache__/sgmllib.* ${libdir}/python3.5/HTMLParser.* ${libdir}/python3.5/__pycache__/HTMLParser.* "
> +FILES_${PN}-html="${libdir}/python3.5/formatter.* ${libdir}/python3.5/__pycache__/formatter.* ${libdir}/python3.5/htmlentitydefs.* ${libdir}/python3.5/__pycache__/htmlentitydefs.* ${libdir}/python3.5/html ${libdir}/python3.5/html/__pycache__ ${libdir}/python3.5/htmllib.* ${libdir}/python3.5/__pycache__/htmllib.* ${libdir}/python3.5/markupbase.* ${libdir}/python3.5/__pycache__/markupbase.* ${libdir}/python3.5/sgmllib.* ${libdir}/python3.5/__pycache__/sgmllib.* ${libdir}/python3.5/HTMLParser.* ${libdir}/python3.5/__pycache__/HTMLParser.* "
>
> SUMMARY_${PN}-idle="Python Integrated Development Environment"
> RDEPENDS_${PN}-idle="${PN}-core ${PN}-tkinter"
> diff --git a/scripts/contrib/python/generate-manifest-3.5.py b/scripts/contrib/python/generate-manifest-3.5.py
> index cf19f47..cc2e561 100755
> --- a/scripts/contrib/python/generate-manifest-3.5.py
> +++ b/scripts/contrib/python/generate-manifest-3.5.py
> @@ -276,7 +276,7 @@ if __name__ == "__main__":
> "lib-dynload/fcntl.*.so" )
>
> m.addPackage( "${PN}-html", "Python HTML processing support", "${PN}-core",
> - "formatter.* htmlentitydefs.* htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
> + "formatter.* htmlentitydefs.* html htmllib.* markupbase.* sgmllib.* HTMLParser.* " )
>
> m.addPackage( "${PN}-importlib", "Python import implementation library", "${PN}-core ${PN}-lang",
> "importlib imp.*" )
>
next prev parent reply other threads:[~2017-02-01 16:51 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-31 7:18 [PATCH v2 0/7] Python3 packaging fixes Anders Darander
2017-01-31 7:18 ` [PATCH v2 1/7] python-3-manifest: fix adding imp to importlib Anders Darander
2017-01-31 7:18 ` [PATCH v2 2/7] python3-manifest: move htlm.py to python3-html Anders Darander
2017-02-01 16:51 ` Khem Raj [this message]
2017-02-02 6:50 ` Anders Darander
2017-02-02 10:41 ` Anders Darander
2017-02-02 18:36 ` Khem Raj
2017-02-03 5:41 ` Anders Darander
2017-01-31 7:18 ` [PATCH v2 3/7] python-3-manifest: add argparse to RDEPENDS for netclient Anders Darander
2017-01-31 7:18 ` [PATCH v2 4/7] python-3-manifest: add socketserver to netserver Anders Darander
2017-01-31 7:18 ` [PATCH v2 5/7] python-3-manifest: add _compat_pickle to python3-pickle Anders Darander
2017-01-31 7:18 ` [PATCH v2 6/7] python-3-manifest: add ipaddress to python3-io Anders Darander
2017-01-31 7:18 ` [PATCH v2 7/7] python-3-manifest: split out typing Anders Darander
2017-01-31 7:23 ` ✗ patchtest: failure for Python3 packaging fixes (rev2) Patchwork
2017-01-31 7:46 ` Anders Darander
2017-02-01 16:53 ` Khem Raj
2017-02-02 6:53 ` Anders Darander
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=385d3282-7a91-7d60-cd6a-393ada75bd09@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox