summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2023-03-03 12:37:02 +0100
committerD3SOX2023-03-03 12:37:02 +0100
commit4b989f8ab8f9b93c73976187df63d12d4bf5519f (patch)
treeb022c2f632da2134079c6c92ac0445878f29c813
parent89d79d1b8b980355ac827213f9a315b361a2e71c (diff)
downloadaur-4b989f8ab8f9b93c73976187df63d12d4bf5519f.tar.gz
remove leftover obsolete comments from template
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b11de702b72f..7a05413724d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,15 +20,10 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- #python -m venv env
- #source env/bin/activate
- #pip install -r data/req.txt
python -m build --wheel --no-isolation
}
package() {
cd "$srcdir/${pkgname%-git}"
- echo 'test'
python -m installer --destdir="$pkgdir" dist/*.whl
- #make DESTDIR="$pkgdir/" install
}