mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: "Artur Wiebe" <artur@4wiebe.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist]  ?==?utf-8?q? ?==?utf-8?q? [PATCH 1/4]?==?utf-8?q? python3-lxml: new package
Date: Tue, 04 Sep 2018 18:03:11 +0200	[thread overview]
Message-ID: <300-5b8eac80-21-389d0b00@209116543> (raw)
In-Reply-To: <20180904133338.uy66suyme62cyfww@pengutronix.de>

Hi Roland,

I copied that scheme from one of the existing packages. But looks like it is not needed any more.
If you really want, I'll remove the md5 suffix...

Artur

grep -r "\#md5=\$(PYTHON3" rules/*
rules/python3-aiohttp-json-rpc.make:PYTHON3_AIOHTTP_JSON_RPC_URL                := https://pypi.python.org/packages/3b/a8/04a2b02bb68b8a7f9eff84ab2241fba8df14a2796613a830a70b8eeecaa6/$(PYTHON3_AIOHTTP_JSON_RPC).$(PYTHON3_AIOHTTP_JSON_RPC_SUFFIX)\#md5=$(PYTHON3_AIOHTTP_JSON_RPC_MD5)
rules/python3-dateutil.make:PYTHON3_DATEUTIL_URL                := https://pypi.python.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/$(PYTHON3_DATEUTIL).$(PYTHON3_DATEUTIL_SUFFIX)\#md5=$(PYTHON3_DATEUTIL_MD5)
rules/python3-decorator.make:PYTHON3_DECORATOR_URL              := https://pypi.python.org/packages/source/d/decorator/$(PYTHON3_DECORATOR).$(PYTHON3_DECORATOR_SUFFIX)#md5=$(PYTHON3_DECORATOR_MD5)
rules/python3-ipython-genutils.make:PYTHON3_IPYTHON_GENUTILS_URL                := https://pypi.python.org/packages/source/i/ipython_genutils/$(PYTHON3_IPYTHON_GENUTILS).$(PYTHON3_IPYTHON_GENUTILS_SUFFIX)\#md5=$(PYTHON3_IPYTHON_GENUTILS_MD5)
rules/python3-lxml.make:PYTHON3_LXML_URL        := https://pypi.python.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/$(PYTHON3_LXML).$(PYTHON3_LXML_SUFFIX)\#md5=$(PYTHON3_LXML_MD5)
rules/python3-msgpack.make:PYTHON3_MSGPACK_URL  := https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/$(PYTHON3_MSGPACK).$(PYTHON3_MSGPACK_SUFFIX)\#md5=$(PYTHON3_MSGPACK_MD5)
rules/python3-opcua.make:PYTHON3_OPCUA_URL      := https://pypi.python.org/packages/7f/a5/238323697fb928bfc7f64193f00cb1cc315ad407fd5411f0110930dfca7c/$(PYTHON3_OPCUA).$(PYTHON3_OPCUA_SUFFIX)\#md5=$(PYTHON3_OPCUA_MD5)
rules/python3-path-py.make:PYTHON3_PATH_PY_URL  := https://pypi.python.org/packages/source/p/path.py/$(PYTHON3_PATH_PY).$(PYTHON3_PATH_PY_SUFFIX)\#md5=$(PYTHON3_PATH_PY_MD5)
rules/python3-pexpect.make:PYTHON3_PEXPECT_URL  := https://pypi.python.org/packages/source/p/pexpect/$(PYTHON3_PEXPECT).$(PYTHON3_PEXPECT_SUFFIX)\#md5=$(PYTHON3_PEXPECT_MD5)
rules/python3-pickleshare.make:PYTHON3_PICKLESHARE_URL          := https://pypi.python.org/packages/source/p/pickleshare/$(PYTHON3_PICKLESHARE).$(PYTHON3_PICKLESHARE_SUFFIX)\#md5=$(PYTHON3_PICKLESHARE_MD5)
rules/python3-ptyprocess.make:PYTHON3_PTYPROCESS_URL            := https://pypi.python.org/packages/source/p/ptyprocess/$(PYTHON3_PTYPROCESS).$(PYTHON3_PTYPROCESS_SUFFIX)\#md5=$(PYTHON3_PTYPROCESS_MD5)
rules/python3-pytz.make:PYTHON3_PYTZ_URL        := https://pypi.python.org/packages/ca/a9/62f96decb1e309d6300ebe7eee9acfd7bccaeedd693794437005b9067b44/$(PYTHON3_PYTZ).$(PYTHON3_PYTZ_SUFFIX)\#md5=$(PYTHON3_PYTZ_MD5)
rules/python3-simplegeneric.make:PYTHON3_SIMPLEGENERIC_URL      := https://pypi.python.org/packages/source/s/simplegeneric/$(PYTHON3_SIMPLEGENERIC).$(PYTHON3_SIMPLEGENERIC_SUFFIX)\#md5=$(PYTHON3_SIMPLEGENERIC_MD5)
rules/python3-tornado.make:PYTHON3_TORNADO_URL  := https://pypi.python.org/packages/df/42/a180ee540e12e2ec1007ac82a42b09dd92e5461e09c98bf465e98646d187/$(PYTHON3_TORNADO).$(PYTHON3_TORNADO_SUFFIX)\#md5=$(PYTHON3_TORNADO_MD5)
rules/python3-traitlets.make:PYTHON3_TRAITLETS_URL              := https://pypi.python.org/packages/source/t/traitlets/$(PYTHON3_TRAITLETS).$(PYTHON3_TRAITLETS_SUFFIX)\#md5=$(PYTHON3_TRAITLETS_MD5)


 
On Tuesday, September 04, 2018 15:33 CEST, Roland Hieber <r.hieber@pengutronix.de> wrote: 
 
> On Fri, Aug 31, 2018 at 07:39:17PM +0200, Artur Wiebe wrote:
> [...]
> > diff --git a/rules/python3-lxml.make b/rules/python3-lxml.make
> > new file mode 100644
> > index 000000000..70fadc372
> > --- /dev/null
> > +++ b/rules/python3-lxml.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_LXML) += python3-lxml
> > +
> > +PYTHON3_LXML_VERSION	:= 4.2.4
> > +PYTHON3_LXML_MD5	:= 31239400ca4e130b69993bb3c14204b3
> > +PYTHON3_LXML		:= lxml-$(PYTHON3_LXML_VERSION)
> > +PYTHON3_LXML_SUFFIX	:= tar.gz
> > +PYTHON3_LXML_URL	:= https://pypi.python.org/packages/ca/63/139b710671c1655aed3b20c1e6776118c62e9f9311152f4c6031e12a0554/$(PYTHON3_LXML).$(PYTHON3_LXML_SUFFIX)\#md5=$(PYTHON3_LXML_MD5)
> 
> That URL looks unusual. What does the '\#md5=..." at the end do?
> `ptxdist get` does not seem to use it at all. Same for the other
> pypy packages in your series.
> 
>  - Roland
> 
> > +PYTHON3_LXML_SOURCE	:= $(SRCDIR)/$(PYTHON3_LXML).$(PYTHON3_LXML_SUFFIX)
> > +PYTHON3_LXML_DIR	:= $(BUILDDIR)/$(PYTHON3_LXML)
> > +PYTHON3_LXML_LICENSE	:= BSD
> > +
> > +# ----------------------------------------------------------------------------
> > +# Prepare
> > +# ----------------------------------------------------------------------------
> > +
> > +PYTHON3_LXML_CONF_TOOL    := python3
> > +
> > +# ----------------------------------------------------------------------------
> > +# Target-Install
> > +# ----------------------------------------------------------------------------
> > +
> > +$(STATEDIR)/python3-lxml.targetinstall:
> > +	@$(call targetinfo)
> > +
> > +	@$(call install_init, python3-lxml)
> > +	@$(call install_fixup,python3-lxml,PRIORITY,optional)
> > +	@$(call install_fixup,python3-lxml,SECTION,base)
> > +	@$(call install_fixup,python3-lxml,AUTHOR,"Artur Wiebe <artur@4wiebe.de>")
> > +	@$(call install_fixup,python3-lxml,DESCRIPTION,missing)
> > +
> > +	@$(call install_glob, python3-lxml, 0, 0, -, \
> > +		/usr/lib/python$(PYTHON3_MAJORMINOR)/site-packages/lxml,, *.py)
> > +
> > +	@$(call install_finish,python3-lxml)
> > +
> > +	@$(call touch)
> > +
> > +# vim: syntax=make
> > -- 
> > 2.18.0
> 
> -- 
> Roland Hieber                     | r.hieber@pengutronix.de     |
> Pengutronix e.K.                  | https://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim | Phone: +49-5121-206917-5086 |
> Amtsgericht Hildesheim, HRA 2686  | Fax:   +49-5121-206917-5555 |
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2018-09-04 16:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31 17:39 [ptxdist] [PATCH 1/4] " 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 ` [ptxdist] [PATCH 3/4] python3-dateutil: " Artur Wiebe
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   ` Artur Wiebe [this message]
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=300-5b8eac80-21-389d0b00@209116543 \
    --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