mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: python3-ajsonrpc-1.2.0
This commit is contained in:
parent
5043deda80
commit
f41cce8524
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-ajsonrpc/template
Normal file
18
srcpkgs/python3-ajsonrpc/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'python3-ajsonrpc'
|
||||||
|
pkgname=python3-ajsonrpc
|
||||||
|
version=1.2.0
|
||||||
|
revision=1
|
||||||
|
build_style=python3-module
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
|
short_desc="Async JSON-RPC 2.0 protocol and server"
|
||||||
|
maintainer="Emil Miler <em@0x45.cz>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/pavlov99/ajsonrpc"
|
||||||
|
distfiles="${PYPI_SITE}/a/ajsonrpc/ajsonrpc-${version}.tar.gz"
|
||||||
|
checksum=791bac18f0bf0dee109194644f151cf8b7ff529c4b8d6239ac48104a3251a19f
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.txt
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue