#Previous packager: Dimitris Jemos <djemos~at~slackel~dot~gr>

pkgname=python-attrs
pkgver=23.2.0
pkgrel=1dj
source=("https://files.pythonhosted.org/packages/source/a/attrs/attrs-23.2.0.tar.gz")
docs=("README" "LICENSE" "Changelog" "DEPENDS" "docs")
url=http://pypi.python.org/pypi/attrs

slackdesc=\
(
 #|-----handy-ruler------------------------------------------------------|
"python-attrs (Attributes withoute boilerplate)"
)

build() {
    cd $startdir/src/attrs-$pkgver || return 1
	python3 -m build --no-isolation
	python3 -m installer -d "$PKG" dist/*.whl

}
