Received: from listserv.local (listserv [172.16.8.22]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id 3E0E47810D2; Wed, 29 Dec 2021 19:08:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit To: Thiago Perrotta From: psykose Cc: alpine-aports@lists.alpinelinux.org In-Reply-To: <20211229185619.17321-1-tbperrotta@gmail.com> Subject: Re: [PATCH] testing/urlwatch: new aport Date: Wed, 29 Dec 2021 19:08:18 -0000 Message-ID: <164080489815.24590.14389591634708277844.gitlab.28987.5e06ea5c9939650b9a149b6ecd73e531e86d9230@listserv.local> On Wed, 29 Dec 2021 13:56:19 -0500, Thiago Perrotta wrote: > +arch="noarch" > +license="BSD-3-Clause" > +depends="python3 py3-appdirs py3-cssselect py3-keyring py3-lxml py3-minidb py3-requests py3-yaml" you should split these to one per line, i.e. ``` depends=" python3 py3-appdirs .. ``` also seems minidb does not exist, you need to package that as well -- via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/28987#note_202146