2023-01-14 15:58:28 +00:00

32 lines
848 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-tcxreader
_pkgorig=tcxreader
pkgver=0.4.4
pkgrel=0
pkgdesc="tcxparser is a reader / parser for Garmins TCX file format"
url="https://github.com/alenrajsp/tcxreader"
arch="noarch"
license="MIT"
depends="python3"
checkdepends="python3-dev py3-pytest"
makedepends="py3-setuptools"
source="https://github.com/alenrajsp/tcxreader/archive/v$pkgver/$_pkgorig-$pkgver.tar.gz"
builddir="$srcdir/$_pkgorig-$pkgver"
build() {
python3 setup.py build
}
check() {
python3 -m pytest
}
package() {
python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="
aff71437030e453d3d465121b1c04299d8057fc93720b76bdf3a0f1d7527b6e85c4d19eef0549f3e90cb70561e6d69a780dc1c3ce7e47932dffd0037cef8c381 tcxreader-0.4.4.tar.gz
"