[Buildroot] [git commit] package/python-pyndiff: new package
From: Arnout Vandecappelle (Essensium/Mind) <hidden>
Date: 2021-10-21 20:59:38
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=1665e0a79b617b4e6315ac5989e9ffa66eb0310f branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Adam Duskett <redacted> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <redacted> --- package/Config.in | 1 + package/python-pyndiff/Config.in | 9 +++++++++ package/python-pyndiff/python-pyndiff.hash | 5 +++++ package/python-pyndiff/python-pyndiff.mk | 14 ++++++++++++++ 4 files changed, 29 insertions(+)
diff --git a/package/Config.in b/package/Config.in
index 3ccdf54b74..d40eb9dabc 100644
--- a/package/Config.in
+++ b/package/Config.in@@ -1153,6 +1153,7 @@ menu "External python modules" source "package/python-pymupdf/Config.in" source "package/python-pymysql/Config.in" source "package/python-pynacl/Config.in" + source "package/python-pyndiff/Config.in" source "package/python-pyopenssl/Config.in" source "package/python-pyparsing/Config.in" source "package/python-pyparted/Config.in"
diff --git a/package/python-pyndiff/Config.in b/package/python-pyndiff/Config.in
new file mode 100644
index 0000000000..58ca35ba97
--- /dev/null
+++ b/package/python-pyndiff/Config.in@@ -0,0 +1,9 @@ +config BR2_PACKAGE_PYTHON_PYNDIFF + bool "python-pyndiff" + select BR2_PACKAGE_PYTHON_XMLJSON # runtime + select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime + help + Generate human-readable ndiff output when comparing 2 Nmap + XML scan files. + + https://github.com/rackerlabs/pyndiff
diff --git a/package/python-pyndiff/python-pyndiff.hash b/package/python-pyndiff/python-pyndiff.hash
new file mode 100644
index 0000000000..0afecfb6e2
--- /dev/null
+++ b/package/python-pyndiff/python-pyndiff.hash@@ -0,0 +1,5 @@ +# md5, sha256 from https://pypi.org/pypi/pyndiff/json +md5 32a9f994509cb883bbfeb563171f2668 pyndiff-1.0.2.tar.gz +sha256 8a519b18a7bbb315c043d4543719ce9fb6db8098bfcdd04cb8054b276cc91368 pyndiff-1.0.2.tar.gz +# Locally computed sha256 checksums +sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
diff --git a/package/python-pyndiff/python-pyndiff.mk b/package/python-pyndiff/python-pyndiff.mk
new file mode 100644
index 0000000000..e25374956c
--- /dev/null
+++ b/package/python-pyndiff/python-pyndiff.mk@@ -0,0 +1,14 @@ +################################################################################ +# +# python-pyndiff +# +################################################################################ + +PYTHON_PYNDIFF_VERSION = 1.0.2 +PYTHON_PYNDIFF_SOURCE = pyndiff-$(PYTHON_PYNDIFF_VERSION).tar.gz +PYTHON_PYNDIFF_SITE = https://files.pythonhosted.org/packages/83/3b/fb13918710c4fba40367140f22e3449998f4f66869a7564d0e547ad99ef8 +PYTHON_PYNDIFF_SETUP_TYPE = setuptools +PYTHON_PYNDIFF_LICENSE = Apache-2.0 +PYTHON_PYNDIFF_LICENSE_FILES = LICENSE + +$(eval $(python-package))
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot