mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
24 lines
469 B
Bash
24 lines
469 B
Bash
EAPI=8
|
|
|
|
DISTUTILS_USE_PEP517=poetry
|
|
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
|
|
|
inherit distutils-r1 pypi
|
|
|
|
DESCRIPTION="Codec for 3GPP TS 23.038 / ETSI GSM 03.38"
|
|
HOMEPAGE="
|
|
https://github.com/dsch/gsm0338
|
|
https://pypi.org/project/gsm0338/
|
|
"
|
|
# pypi tarball are missing test data
|
|
SRC_URI="https://github.com/dsch/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
distutils_enable_tests pytest
|
|
|
|
python_test() {
|
|
epytest tests
|
|
}
|