17 lines
529 B
Bash
17 lines
529 B
Bash
# Template file for 'python3-distro'
|
|
pkgname=python3-distro
|
|
version=1.4.0
|
|
revision=1
|
|
wrksrc=distro-${version}
|
|
build_style=python3-module
|
|
pycompile_module="distro"
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="OS platform information API"
|
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/nir0s/distro"
|
|
distfiles="${PYPI_SITE}/d/distro/distro-${version}.tar.gz"
|
|
checksum=362dde65d846d23baee4b5c058c8586f219b5a54be1cf5fc6ff55c4578392f57
|