Files
aur-python-zebra/PKGBUILD
2025-06-01 12:18:32 -07:00

30 lines
783 B
Bash

#
# Generated by pypi2aur from pypi package zebra
# Date 2025-06-01 12:12:34
#
pkgname=python-zebra
_origpkgname=zebra
pkgver=0.2.0
pkgrel=1
pkgdesc="A package to communicate with (Zebra) label printers"
arch=("x86_64")
url='https://pypi.org/project/zebra/'
license=("None")
depends=()
makedepends=(
"python-build"
"python-installer"
"python-wheel"
"python-setuptools"
"python-hatchling"
)
source=("https://files.pythonhosted.org/packages/86/7a/717030ae38f758e428b63979ff4d273afdc5175cf95577dffc23f6d61d83/zebra-0.2.0.tar.gz")
sha256sums=("4292f55e6ec8acb2a860f21c3c5dd25b0567eecb617ccb88c970f32d90a998e7")
package() {
cd "${_origpkgname}-${pkgver}" || exit
python -m build --wheel --no-isolation
python -m installer --destdir="$pkgdir" dist/*.whl
}
# vim:set ts=2 sw=2 et: