From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Wed, 29 Aug 2018 21:46:03 +0200 Subject: [Buildroot] [PATCH 1/2] python-mimeparse: new package In-Reply-To: <20180828101618.4746-1-grzegorz@blach.pl> References: <20180828101618.4746-1-grzegorz@blach.pl> Message-ID: <20180829214603.1bc17321@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello, Another small nit that I realized afterwards and fixed, see below. On Tue, 28 Aug 2018 12:16:17 +0200, Grzegorz Blach wrote: > +PYTHON_MIMEPARSE_SOURCE = python-mimeparse-$(PYTHON_MIMEPARSE_VERSION).tar.gz This is the default value of the _SOURCE variable, defined by the python-package infrastructure when _SOURCE is not provided. Therefore, there is no need to specify the _SOURCE variable in this case. This is detected by our check-package checker: package/python-mimeparse/python-mimeparse.mk:8: remove default value of _SOURCE variable Yegor: scanpypi should be fixed to not emit the _SOURCE variable in this case. Thanks! Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com