Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3918C782BDD for <~alpine/aports@lists.alpinelinux.org>; Fri, 23 Jul 2021 13:41:00 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eletrotupi.com; s=default; t=1627047657; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6IdKIU6G7RyvZC6InwMCPqbb90uL57KbBLZE+YOgwAU=; b=y/ou9VKuXp+IdNYXAMYLyIGHNaEKWC/KDXMySWeJE8VMKOEi8hoddwo3lXTvKQL0/3IhaP UyMm9cr4t8Su0kP8U09aVM096oGAK45kbIYFahtMD+Hui51/rAGX8KV4mFH/j7PVRROltU bdU08WCrEi7OTOmCDrhe3yn+jIsSxKM= From: Pedro Lucas Porcellis To: ~alpine/aports@lists.alpinelinux.org Cc: Pedro Lucas Porcellis Subject: [PATCH v2] testing/py3-asif: new package Date: Fri, 23 Jul 2021 10:40:48 -0300 Message-Id: <20210723134048.4524-1-porcellis@eletrotupi.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: porcellis@eletrotupi.com --- testing/py3-asif/APKBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 testing/py3-asif/APKBUILD diff --git a/testing/py3-asif/APKBUILD b/testing/py3-asif/APKBUILD new file mode 100644 index 0000000000..9d11dbeaa8 --- /dev/null +++ b/testing/py3-asif/APKBUILD @@ -0,0 +1,25 @@ +# Maintainer: Pedro Lucas Porcellis +pkgname=py3-asif +_pkgname=asif +pkgver=0.3.0 +pkgrel=0 +pkgdesc="asyncio-powered IRC bot framework" +url="https://github.com/minus7/asif" +arch="noarch" +license="MIT" +depends="python3" +makedepends="py3-setuptools" +source="$pkgname-$pkgver.tar.gz::https://github.com/minus7/asif/archive/v$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" +options="!check" # no testsuite + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} +sha512sums=" +7d7fa82cbfa7bf7eb693be32d6f63ed397f82f9b14a1e60c99e0a0538fea4343933152fdb22dbcc40ff9701d22a08d8e8ee5929469f57ae76fa96c50209222c6 py3-asif-0.3.0.tar.gz +" -- 2.32.0