22 lines
864 B
Bash
22 lines
864 B
Bash
# Template file for 'python3-etesync'
|
|
pkgname=python3-etesync
|
|
version=0.12.1
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-appdirs python3-asn1crypto python3-cffi python3-cryptography python3-dateutil
|
|
python3-furl python3-idna python3-packaging python3-peewee python3-py python3-pyasn1
|
|
python3-pycparser python3-parsing python3-pytz python3-requests python3-six
|
|
python3-vobject python3-scrypt"
|
|
checkdepends="$depends python3-pytest python3-coverage"
|
|
short_desc="Python3 client library for EteSync"
|
|
maintainer="DragonGhost7 <darkiridiumghost@gmail.com>"
|
|
license="LGPL-3.0-only"
|
|
homepage="https://www.etesync.com"
|
|
distfiles="${PYPI_SITE}/e/etesync/etesync-${version}.tar.gz"
|
|
checksum=f20f7e9922ee789c4b71379676ebfe656b675913fe524f2ee722e1b9ef4e5197
|
|
|
|
do_check() {
|
|
pytest3 -v tests/{test_collections.py,test_crypto.py}
|
|
}
|