mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: David Jander <david@protonic.nl>
Cc: Robin van der Gracht <robin@protonic.nl>, ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 2/2] python3-zeroconf: new package
Date: Fri, 6 May 2022 09:22:05 +0200	[thread overview]
Message-ID: <YnTMnTNQjIZxdnzr@pengutronix.de> (raw)
In-Reply-To: <20220503121416.1438177-3-david@protonic.nl>

On Tue, May 03, 2022 at 02:14:16PM +0200, David Jander wrote:
> Signed-off-by: David Jander <david@protonic.nl>
> ---
>  rules/python3-zeroconf.in   |  9 +++++++
>  rules/python3-zeroconf.make | 53 +++++++++++++++++++++++++++++++++++++
>  2 files changed, 62 insertions(+)
>  create mode 100644 rules/python3-zeroconf.in
>  create mode 100644 rules/python3-zeroconf.make
> 
> diff --git a/rules/python3-zeroconf.in b/rules/python3-zeroconf.in
> new file mode 100644
> index 000000000..5b6d7090f
> --- /dev/null
> +++ b/rules/python3-zeroconf.in
> @@ -0,0 +1,9 @@
> +## SECTION=python3
> +
> +config PYTHON3_ZEROCONF
> +	tristate
> +	select PYTHON3
> +	select PYTHON3_IFADDR
> +	prompt "zeroconf"
> +	help
> +	  Multicast DNS Service Discovery for Python.
> diff --git a/rules/python3-zeroconf.make b/rules/python3-zeroconf.make
> new file mode 100644
> index 000000000..fb43e431f
> --- /dev/null
> +++ b/rules/python3-zeroconf.make
> @@ -0,0 +1,53 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2022 by David Jander <david@protonic.nl>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_PYTHON3_ZEROCONF) += python3-zeroconf
> +
> +#
> +# Paths and names
> +#
> +PYTHON3_ZEROCONF_VERSION	:= 0.26.1
> +PYTHON3_ZEROCONF_MD5		:= 86a217cb3ef200c7afb104c9253aa0b7
> +PYTHON3_ZEROCONF		:= zeroconf-$(PYTHON3_ZEROCONF_VERSION)
> +PYTHON3_ZEROCONF_SUFFIX		:= tar.gz
> +PYTHON3_ZEROCONF_URL		:= $(call ptx/mirror-pypi, zeroconf, $(PYTHON3_ZEROCONF).$(PYTHON3_ZEROCONF_SUFFIX))
> +PYTHON3_ZEROCONF_SOURCE		:= $(SRCDIR)/$(PYTHON3_ZEROCONF).$(PYTHON3_ZEROCONF_SUFFIX)
> +PYTHON3_ZEROCONF_DIR		:= $(BUILDDIR)/$(PYTHON3_ZEROCONF)
> +PYTHON3_ZEROCONF_LICENSE	:= GNU Lesser General Public License v2 (LGPLv2) (LGPL)
> +PYTHON3_ZEROCONF_LICENSE_FILES	:= COPYING

Wrong syntax.

Michael

> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +PYTHON3_ZEROCONF_CONF_TOOL	:= python3
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/python3-zeroconf.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, python3-zeroconf)
> +	@$(call install_fixup, python3-zeroconf,PRIORITY,optional)
> +	@$(call install_fixup, python3-zeroconf,SECTION,base)
> +	@$(call install_fixup, python3-zeroconf,AUTHOR,"David Jander <david@protonic.nl>")
> +	@$(call install_fixup, python3-zeroconf,DESCRIPTION,missing)
> +
> +	@$(call install_glob, python3-zeroconf, 0, 0, -, \
> +		$(PYTHON3_SITEPACKAGES),, *.py)
> +
> +	@$(call install_finish, python3-zeroconf)
> +
> +	@$(call touch)
> +
> +# vim: syntax=make
> -- 
> 2.32.0
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      reply	other threads:[~2022-05-06  7:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03 12:14 [ptxdist] [PATCH 0/2] Add python3-zeroconf David Jander
2022-05-03 12:14 ` [ptxdist] [PATCH 1/2] python3-ifaddr: new package David Jander
2022-05-06  7:21   ` Michael Olbrich
2022-05-03 12:14 ` [ptxdist] [PATCH 2/2] python3-zeroconf: " David Jander
2022-05-06  7:22   ` Michael Olbrich [this message]

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=YnTMnTNQjIZxdnzr@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=david@protonic.nl \
    --cc=ptxdist@pengutronix.de \
    --cc=robin@protonic.nl \
    /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