~alpine/aports

testing/py3-asif: new package v1 REJECTED

Pedro Lucas Porcellis <porcellis@eletrotupi.com>
Pedro Lucas Porcellis: 1
 testing/py3-asif: new package

 1 files changed, 25 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3556/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-asif: new package Export this patch

Pedro Lucas Porcellis <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..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