~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] testing/py3-asif: new package

Pedro Lucas Porcellis <porcellis@eletrotupi.com>
Details
Message ID
<20210723035508.9336-1-porcellis@eletrotupi.com>
DKIM signature
missing
Download raw message
Patch: +25 -0
---
 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..7ec0cc5714
--- /dev/null
+++ b/testing/py3-asif/APKBUILD
@@ -0,0 +1,25 @@
# Maintainer: Pedro Lucas Porcellis <porcellis@eletrotupi.com>
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"

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
Details
Message ID
<162701614328.6885.8358134467839881609.gitlab.23531.013c61842d5db776cc4ca89e1175dbe2eff24705@listserv.local>
In-Reply-To
<20210723035508.9336-1-porcellis@eletrotupi.com> (view parent)
DKIM signature
missing
Download raw message
On Fri, 23 Jul 2021 00:55:08 -0300, Pedro Lucas Porcellis wrote:
> +source="$pkgname-$pkgver.tar.gz::https://github.com/minus7/asif/archive/v$pkgver.tar.gz"
> +builddir="$srcdir/$_pkgname-$pkgver"
> +options="!check"

please add comment on why check is disabled, like: `# no testsuite`

-- 
via https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/23531#note_169886
Reply to thread Export thread (mbox)