Signed-off-by: Lars Pedersen <[email protected]>
---
 rules/host-python3-trove-classifiers.in   |  7 +++++
 rules/host-python3-trove-classifiers.make | 33 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)
 create mode 100644 rules/host-python3-trove-classifiers.in
 create mode 100644 rules/host-python3-trove-classifiers.make

diff --git a/rules/host-python3-trove-classifiers.in 
b/rules/host-python3-trove-classifiers.in
new file mode 100644
index 000000000..b1c23b749
--- /dev/null
+++ b/rules/host-python3-trove-classifiers.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_TROVE_CLASSIFIERS
+       tristate
+       default y if ALLYES
+       select HOST_PYTHON3
+       select HOST_PYTHON3_CALVER
diff --git a/rules/host-python3-trove-classifiers.make 
b/rules/host-python3-trove-classifiers.make
new file mode 100644
index 000000000..b8ea78fe1
--- /dev/null
+++ b/rules/host-python3-trove-classifiers.make
@@ -0,0 +1,33 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2024 by Lars Pedersen <[email protected]>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_TROVE_CLASSIFIERS) += 
host-python3-trove-classifiers
+
+#
+# Paths and names
+#
+HOST_PYTHON3_TROVE_CLASSIFIERS_VERSION         := 2024.10.21.16
+HOST_PYTHON3_TROVE_CLASSIFIERS_MD5             := 
c2820cfbb09e91d84ade85e0e65d87ae
+HOST_PYTHON3_TROVE_CLASSIFIERS                 := 
trove_classifiers-$(HOST_PYTHON3_TROVE_CLASSIFIERS_VERSION)
+HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX          := tar.gz
+HOST_PYTHON3_TROVE_CLASSIFIERS_URL             := $(call ptx/mirror-pypi, 
trove-classifiers, 
$(HOST_PYTHON3_TROVE_CLASSIFIERS).$(HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX))
+HOST_PYTHON3_TROVE_CLASSIFIERS_SOURCE          := 
$(SRCDIR)/$(HOST_PYTHON3_TROVE_CLASSIFIERS).$(HOST_PYTHON3_TROVE_CLASSIFIERS_SUFFIX)
+HOST_PYTHON3_TROVE_CLASSIFIERS_DIR             := 
$(HOST_BUILDDIR)/$(HOST_PYTHON3_TROVE_CLASSIFIERS)
+HOST_PYTHON3_TROVE_CLASSIFIERS_LICENSE         := Apache-2.0
+HOST_PYTHON3_TROVE_CLASSIFIERS_LICENSE_FILES   := 
file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_TROVE_CLASSIFIERS_CONF_TOOL       := python3
+
+# vim: syntax=make
-- 
2.47.0


Reply via email to