#
# Generated by pypi2aur from pypi package issurge
# Date 2025-05-02 13:09:21
#
pkgname=issurge
_origpkgname=issurge
pkgver=1.0.0
pkgrel=1
pkgdesc="Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file."
arch=("x86_64")
url='https://pypi.org/project/issurge/'
license=("None")
depends=()
optdepends=(
	"github-cli: for creating issues on GitHub"
	"glab: for creating issues on GitLab"
)
makedepends=(
	"python-build"
	"python-installer"
	"python-wheel"
	"python-setuptools"
	"python-hatchling"
)
source=("https://files.pythonhosted.org/packages/79/cf/38130d1d63e3b81588d94c7f72e3d7be91341d449147e0257dfe7d3c13f1/issurge-1.0.0.tar.gz")
sha256sums=("9e51a4d359c6b873cd19d080895c2412a22c7307b7d9b8ae61dac363ae572bfa")
package() {
	cd "${_origpkgname}-${pkgver}" || exit
	python -m build --wheel --no-isolation
	python -m installer --destdir="$pkgdir" dist/*.whl
	install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}

# vim:set ts=2 sw=2 et:
