17 lines
557 B
Bash
17 lines
557 B
Bash
# Template file for 'python3-pyxattr'
|
|
pkgname=python3-pyxattr
|
|
version=0.7.1
|
|
revision=1
|
|
wrksrc="pyxattr-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Filesystem extended attributes for python"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://pyxattr.k1024.org/"
|
|
distfiles="${PYPI_SITE}/p/pyxattr/pyxattr-${version}.tar.gz"
|
|
checksum=965388dd629334e850aa989a67d2360ec8257cfe8f67d07c29f980d3152f2882
|