You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
492 B
Bash

# 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; }