description='A built-package format for Python'
url='https://pypi.python.org/pypi/wheel'

packager="spiky <spiky@nutyx.org>"
contributors="Tnut"

makedepends=(python)

name=python-wheel
version=0.38.4
_name=wheel

source=(https://files.pythonhosted.org/packages/source/${name:7:1}/${name#*-}/${name#*-}-$version.tar.gz)

PKGMK_IGNORE_UNPACK="yes"
prepare() {
  localedef -i en_US -f UTF-8 en_US.UTF-8
  LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 \
  bsdtar -xf $PKGMK_SOURCE_DIR/${name#*-}-$version.tar.gz
}
build=python3

