Add python-packaging-meta package

master
LEdoian 2 years ago
parent fa8de1fb19
commit 1ad3ce18ee

@ -0,0 +1,26 @@
# Maintainer: LEdoian <pypkg@pokemon.ledoian.cz>
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; }
Loading…
Cancel
Save