mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
New package: python3-pygdbmi-0.11.0.0.
This commit is contained in:
parent
747a2535ba
commit
e0f22bff93
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-pygdbmi/template
Normal file
16
srcpkgs/python3-pygdbmi/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'python3-pygdbmi'
|
||||||
|
pkgname=python3-pygdbmi
|
||||||
|
version=0.11.0.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
short_desc="Parse gdb machine interface output with Python"
|
||||||
|
maintainer="Luciogi <lucigithubcommit@skiff.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/cs01/pygdbmi"
|
||||||
|
distfiles="${PYPI_SITE}/p/pygdbmi/pygdbmi-${version}.tar.gz"
|
||||||
|
checksum=7a286be2fcf25650d9f66e11adc46e972cf078a466864a700cd44739ad261fb0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue