mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-pyxattr-0.7.1
This commit is contained in:
parent
2e593263e9
commit
c646f0bfdc
1 changed files with 16 additions and 0 deletions
16
srcpkgs/python3-pyxattr/template
Normal file
16
srcpkgs/python3-pyxattr/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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
|
Loading…
Add table
Reference in a new issue