From 1ad3ce18ee01ee41241abe22a317c00a52e291e7 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sun, 21 Aug 2022 01:26:41 +0200 Subject: [PATCH] Add python-packaging-meta package --- python-packaging-meta/PKGBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 python-packaging-meta/PKGBUILD diff --git a/python-packaging-meta/PKGBUILD b/python-packaging-meta/PKGBUILD new file mode 100644 index 0000000..4024ff8 --- /dev/null +++ b/python-packaging-meta/PKGBUILD @@ -0,0 +1,26 @@ +# 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; }