diff options
Diffstat (limited to 'meta/python')
-rw-r--r-- | meta/python/PKGBUILD | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/python/PKGBUILD b/meta/python/PKGBUILD deleted file mode 100644 index 113af45..0000000 --- a/meta/python/PKGBUILD +++ /dev/null @@ -1,13 +0,0 @@ -pkgname=sommerfeld-python -pkgver=1 -pkgrel=1 -arch=('any') -license=('MIT') -depends=( - 'pyright' - 'python-black' - 'python-debugpy' - 'python-pipenv' - 'python-poetry' - 'ruff-lsp' -) |