Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: James Hilliard <james.hilliard1@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/2] package/python-path: new package
Date: Sun, 22 Sep 2024 20:05:30 +0200	[thread overview]
Message-ID: <ZvBcagz98OSWJlvG@landeda> (raw)
In-Reply-To: <20240918004359.422768-1-james.hilliard1@gmail.com>

James, All,

On 2024-09-17 18:43 -0600, James Hilliard spake thusly:
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>

Both applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/Config.in                    |  1 +
>  package/python-path/Config.in        |  6 ++++++
>  package/python-path/python-path.hash |  5 +++++
>  package/python-path/python-path.mk   | 15 +++++++++++++++
>  4 files changed, 27 insertions(+)
>  create mode 100644 package/python-path/Config.in
>  create mode 100644 package/python-path/python-path.hash
>  create mode 100644 package/python-path/python-path.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 2200f16520..1033cfdef1 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -1246,6 +1246,7 @@ menu "External python modules"
>  	source "package/python-paramiko/Config.in"
>  	source "package/python-parso/Config.in"
>  	source "package/python-passlib/Config.in"
> +	source "package/python-path/Config.in"
>  	source "package/python-pathpy/Config.in"
>  	source "package/python-pathspec/Config.in"
>  	source "package/python-pathtools/Config.in"
> diff --git a/package/python-path/Config.in b/package/python-path/Config.in
> new file mode 100644
> index 0000000000..a03b568593
> --- /dev/null
> +++ b/package/python-path/Config.in
> @@ -0,0 +1,6 @@
> +config BR2_PACKAGE_PYTHON_PATH
> +	bool "python-path"
> +	help
> +	  Object-oriented file system path manipulation.
> +
> +	  https://github.com/jaraco/path
> diff --git a/package/python-path/python-path.hash b/package/python-path/python-path.hash
> new file mode 100644
> index 0000000000..9a0d1a3681
> --- /dev/null
> +++ b/package/python-path/python-path.hash
> @@ -0,0 +1,5 @@
> +# md5, sha256 from https://pypi.org/pypi/path/json
> +md5  b970d0bcde985133cae6926a02e496b9  path-17.0.0.tar.gz
> +sha256  e1540261d22df1416fb1b498b3b1ed5353a371a48fe197d66611bb01e7fab2d5  path-17.0.0.tar.gz
> +# Locally computed sha256 checksums
> +sha256  86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741  LICENSE
> diff --git a/package/python-path/python-path.mk b/package/python-path/python-path.mk
> new file mode 100644
> index 0000000000..6e094aaad5
> --- /dev/null
> +++ b/package/python-path/python-path.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# python-path
> +#
> +################################################################################
> +
> +PYTHON_PATH_VERSION = 17.0.0
> +PYTHON_PATH_SOURCE = path-$(PYTHON_PATH_VERSION).tar.gz
> +PYTHON_PATH_SITE = https://files.pythonhosted.org/packages/ff/a3/5dac44ce60ad6543578736a5729c5c2130cdac1c3117c61aad0583c2e3c6
> +PYTHON_PATH_SETUP_TYPE = setuptools
> +PYTHON_PATH_LICENSE = MIT
> +PYTHON_PATH_LICENSE_FILES = LICENSE
> +PYTHON_PATH_DEPENDENCIES = host-python-setuptools-scm
> +
> +$(eval $(python-package))
> -- 
> 2.34.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2024-09-22 18:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-18  0:43 [Buildroot] [PATCH 1/2] package/python-path: new package James Hilliard
2024-09-18  0:43 ` [Buildroot] [PATCH 2/2] package/python-pytablereader: bump to version 0.31.4 James Hilliard
2024-09-22 18:05 ` Yann E. MORIN [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-11  2:51 [Buildroot] [PATCH 1/2] package/python-path: new package James Hilliard
2024-02-05 10:25 ` Arnout Vandecappelle via buildroot

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=ZvBcagz98OSWJlvG@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=james.hilliard1@gmail.com \
    --cc=thomas.petazzoni@bootlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox