All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hilliard <james.hilliard1@gmail.com>
To: buildroot@buildroot.org
Cc: James Hilliard <james.hilliard1@gmail.com>,
	Marcin Niestroj <m.niestroj@grinn-global.com>,
	Asaf Kahlon <asafka7@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 3/7] package/python-pathspec: new packages
Date: Wed, 19 Oct 2022 15:53:44 -0600	[thread overview]
Message-ID: <20221019215348.3262192-3-james.hilliard1@gmail.com> (raw)
In-Reply-To: <20221019215348.3262192-1-james.hilliard1@gmail.com>

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 DEVELOPERS                                   |  1 +
 package/python-pathspec/python-pathspec.hash |  5 +++++
 package/python-pathspec/python-pathspec.mk   | 14 ++++++++++++++
 3 files changed, 20 insertions(+)
 create mode 100644 package/python-pathspec/python-pathspec.hash
 create mode 100644 package/python-pathspec/python-pathspec.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index 5784c4bca2..48d2193db6 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1389,6 +1389,7 @@ F:	package/python-logstash/
 F:	package/python-maturin/
 F:	package/python-multidict/
 F:	package/python-mypy-extensions/
+F:	package/python-pathspec/
 F:	package/python-pep517/
 F:	package/python-pycares/
 F:	package/python-pydyf/
diff --git a/package/python-pathspec/python-pathspec.hash b/package/python-pathspec/python-pathspec.hash
new file mode 100644
index 0000000000..91e4fb85b7
--- /dev/null
+++ b/package/python-pathspec/python-pathspec.hash
@@ -0,0 +1,5 @@
+# md5, sha256 from https://pypi.org/pypi/pathspec/json
+md5  6f4fde5e701d328a2846d206edb63aa9  pathspec-0.10.1.tar.gz
+sha256  7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d  pathspec-0.10.1.tar.gz
+# Locally computed sha256 checksums
+sha256  fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85  LICENSE
diff --git a/package/python-pathspec/python-pathspec.mk b/package/python-pathspec/python-pathspec.mk
new file mode 100644
index 0000000000..ccb794cce9
--- /dev/null
+++ b/package/python-pathspec/python-pathspec.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# python-pathspec
+#
+################################################################################
+
+PYTHON_PATHSPEC_VERSION = 0.10.1
+PYTHON_PATHSPEC_SOURCE = pathspec-$(PYTHON_PATHSPEC_VERSION).tar.gz
+PYTHON_PATHSPEC_SITE = https://files.pythonhosted.org/packages/24/9f/a9ae1e6efa11992dba2c4727d94602bd2f6ee5f0dedc29ee2d5d572c20f7
+PYTHON_PATHSPEC_LICENSE = MPL-2.0
+PYTHON_PATHSPEC_LICENSE_FILES = LICENSE
+PYTHON_PATHSPEC_SETUP_TYPE = setuptools
+
+$(eval $(host-python-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2022-10-19 21:54 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-19 21:53 [Buildroot] [PATCH 1/7] package/python-pluggy: enable host package build James Hilliard
2022-10-19 21:53 ` [Buildroot] [PATCH 2/7] package/python-editables: new package James Hilliard
2022-10-19 21:53 ` James Hilliard [this message]
2022-10-19 21:53 ` [Buildroot] [PATCH 4/7] package/python-hatchling: " James Hilliard
2022-10-19 21:53 ` [Buildroot] [PATCH 5/7] package/python-hatch-fancy-pypi-readme: " James Hilliard
2022-10-19 21:53 ` [Buildroot] [PATCH 6/7] package/python-hatch-vcs: " James Hilliard
2022-10-19 21:53 ` [Buildroot] [PATCH 7/7] package/python-jsonschema: bump to version 4.16.0 James Hilliard
2022-10-30 20:27 ` [Buildroot] [PATCH 1/7] package/python-pluggy: enable host package build Yann E. MORIN
2022-10-31 18:08   ` James Hilliard

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=20221019215348.3262192-3-james.hilliard1@gmail.com \
    --to=james.hilliard1@gmail.com \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=m.niestroj@grinn-global.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 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.