16 lines
617 B
Bash
16 lines
617 B
Bash
# Template file for 'python3-potr'
|
|
pkgname=python3-potr
|
|
version=1.0.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3-pycryptodome"
|
|
checkdepends="$depends"
|
|
short_desc="Off-The-Record Protocol Implementation in Python"
|
|
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://github.com/python-otr/pure-python-otr"
|
|
changelog="https://github.com/python-otr/pure-python-otr/tags"
|
|
distfiles="${PYPI_SITE}/p/python-potr/python-potr-${version}.tar.gz"
|
|
checksum=f95b9a7feaf8e3a6aaa898609f8a2ada55518cf52fc09152775c4c59c99b8ea6
|