mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Artur Wiebe <artur@4wiebe.de>
To: ptxdist@pengutronix.de
Cc: Artur Wiebe <artur@4wiebe.de>
Subject: [ptxdist] [PATCH 3/4] python3-dateutil: new package
Date: Fri, 31 Aug 2018 19:39:19 +0200	[thread overview]
Message-ID: <20180831173920.18227-3-artur@4wiebe.de> (raw)
In-Reply-To: <20180831173920.18227-1-artur@4wiebe.de>

Signed-off-by: Artur Wiebe <artur@4wiebe.de>
---
 rules/python3-dateutil.in   | 11 ++++++++
 rules/python3-dateutil.make | 51 +++++++++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)
 create mode 100644 rules/python3-dateutil.in
 create mode 100644 rules/python3-dateutil.make

diff --git a/rules/python3-dateutil.in b/rules/python3-dateutil.in
new file mode 100644
index 000000000..7d38bd32a
--- /dev/null
+++ b/rules/python3-dateutil.in
@@ -0,0 +1,11 @@
+## SECTION=python3
+
+config PYTHON3_DATEUTIL
+	tristate
+	select PYTHON3
+	select HOST_PYTHON3_SETUPTOOLS_SCM
+	select PYTHON3_SIX
+	prompt "dateutil"
+	help
+	  The dateutil module provides powerful extensions to the
+	  standard datetime module, available in Python.
diff --git a/rules/python3-dateutil.make b/rules/python3-dateutil.make
new file mode 100644
index 000000000..afed49c08
--- /dev/null
+++ b/rules/python3-dateutil.make
@@ -0,0 +1,51 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2018 by Artur Wiebe <artur@4wiebe.de>
+#
+# See CREDITS for details about who has contributed to this project.
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_PYTHON3_DATEUTIL) += python3-dateutil
+
+PYTHON3_DATEUTIL_VERSION	:= 2.7.3
+PYTHON3_DATEUTIL_MD5		:= 175b7c1a3cc0cb01151eced07c61c0b8
+PYTHON3_DATEUTIL		:= python-dateutil-$(PYTHON3_DATEUTIL_VERSION)
+PYTHON3_DATEUTIL_SUFFIX		:= tar.gz
+PYTHON3_DATEUTIL_URL		:= https://pypi.python.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/$(PYTHON3_DATEUTIL).$(PYTHON3_DATEUTIL_SUFFIX)\#md5=$(PYTHON3_DATEUTIL_MD5)
+PYTHON3_DATEUTIL_SOURCE		:= $(SRCDIR)/$(PYTHON3_DATEUTIL).$(PYTHON3_DATEUTIL_SUFFIX)
+PYTHON3_DATEUTIL_DIR		:= $(BUILDDIR)/$(PYTHON3_DATEUTIL)
+PYTHON3_DATEUTIL_LICENSE	:= Apache-2.0
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+PYTHON3_DATEUTIL_CONF_TOOL	:= python3
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/python3-dateutil.targetinstall:
+	@$(call targetinfo)
+
+	@$(call install_init, python3-dateutil)
+	@$(call install_fixup,python3-dateutil,PRIORITY,optional)
+	@$(call install_fixup,python3-dateutil,SECTION,base)
+	@$(call install_fixup,python3-dateutil,AUTHOR,"Artur Wiebe <artur@4wiebe.de>")
+	@$(call install_fixup,python3-dateutil,DESCRIPTION,missing)
+
+	@$(call install_glob, python3-dateutil, 0, 0, -, \
+		/usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/dateutil,, *.py)
+
+	@$(call install_finish,python3-dateutil)
+
+	@$(call touch)
+
+# vim: syntax=make
-- 
2.18.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-08-31 17:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 17:39 [ptxdist] [PATCH 1/4] python3-lxml: " Artur Wiebe
2018-08-31 17:39 ` [ptxdist] [PATCH 2/4] python3-pytz: " Artur Wiebe
2018-09-06  8:51   ` Michael Olbrich
2018-08-31 17:39 ` Artur Wiebe [this message]
2018-08-31 17:39 ` [ptxdist] [PATCH 4/4] python3-opcua: " Artur Wiebe
2018-09-04 13:33 ` [ptxdist] [PATCH 1/4] python3-lxml: " Roland Hieber
2018-09-04 16:03   ` [ptxdist] ?==?utf-8?q? ?==?utf-8?q? [PATCH 1/4]?==?utf-8?q? " Artur Wiebe
2018-09-06  8:51     ` [ptxdist] ?= [PATCH 1/4]=?utf-8?q? " Michael Olbrich

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=20180831173920.18227-3-artur@4wiebe.de \
    --to=artur@4wiebe.de \
    --cc=ptxdist@pengutronix.de \
    /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