# Maintainer: LEdoian pkgname=python-packaging-meta pkgver=0.1 pkgrel=1 epoch= pkgdesc="A metapackage to pull in tools for preparing python packages" arch=('any') url="" license=('WTFPL') groups=() depends=( 'python-build' 'python-flit' 'python-hatch' 'python-hatch-vcs' 'python-hatchling' 'python-pipenv' 'python-pip' 'python-wheel' 'python-twine' 'python-virtualenv' # TODO: packaging.python.org copy ) source=() function package { true; }