16 lines
503 B
Bash
16 lines
503 B
Bash
# Template file for 'python3-distro'
|
|
pkgname=python3-distro
|
|
version=1.5.0
|
|
revision=2
|
|
wrksrc=distro-${version}
|
|
build_style=python3-module
|
|
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=0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92
|