From b487984ecc61c6229cf92550030745c192fd3d0b Mon Sep 17 00:00:00 2001 From: Arnold Sommerfeld Date: Wed, 17 May 2023 18:44:48 +0100 Subject: first commit --- meta/python/PKGBUILD | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/python/PKGBUILD (limited to 'meta/python/PKGBUILD') diff --git a/meta/python/PKGBUILD b/meta/python/PKGBUILD new file mode 100644 index 0000000..9a812a4 --- /dev/null +++ b/meta/python/PKGBUILD @@ -0,0 +1,18 @@ +# Maintainer: Arnold Sommerfeld +pkgname=strisemarx-python +pkgver=16 +pkgrel=1 +pkgdesc="strisemarx's python metapackage" +arch=('any') +url="https://strisemarx.com" +license=('GPL3') +depends=( + 'pyright' + 'python-black' + 'python-debugpy' + 'python-pipenv' + 'python-poetry' + 'ruff-lsp' +) + +# vim: ts=2 sw=2 et: -- cgit v1.2.3-70-g09d2