~alpine/aports

testing/py3-pygdbmi: new aport v1 APPLIED

Marian Buschsieweke: 1
 testing/py3-pygdbmi: new aport

 1 files changed, 26 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/3092/mbox | git am -3
Learn more about email & git

[PATCH] testing/py3-pygdbmi: new aport Export this patch

https://github.com/cs01/pygdbmi
Get Structured Output from GDB's Machine Interface
---
 testing/py3-pygdbmi/APKBUILD | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 testing/py3-pygdbmi/APKBUILD

diff --git a/testing/py3-pygdbmi/APKBUILD b/testing/py3-pygdbmi/APKBUILD
new file mode 100644
index 0000000000..17e6b6576b
--- /dev/null
+++ b/testing/py3-pygdbmi/APKBUILD
@@ -0,0 +1,26 @@
# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
_pkgname=pygdbmi
pkgname=py3-$_pkgname
pkgver=0.9.0.2
pkgrel=0
pkgdesc="Get Structured Output from GDB's Machine Interface"
url="https://github.com/cs01/pygdbmi"
arch="all"
license="MIT"
makedepends="python3-dev py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

build() {
	python3 setup.py build
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

check() {
	python3 setup.py check
}

sha512sums="8341efd12b146f1d11a43c1fe20d065bc0dbc4e6f14c7f03917e06fcc77daca81d9497d236552b36fadadb310937bfdd91e073f171fe8b5bf2f8a95508c0a3fd  pygdbmi-0.9.0.2.tar.gz"
-- 
2.23.0