aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/meta/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta/python')
-rw-r--r--meta/python/PKGBUILD18
1 files changed, 18 insertions, 0 deletions
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 <arch@strisemarx.com>
+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: