git » namcap.git » commit c19492e

namcap 3.5.2

author Urja (ARMLFS builder)
2025-03-02 10:21:42 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:21:42 UTC
parent a70a3499ad72da78840aec58a7962ea2c89ba1eb

namcap 3.5.2

.gitignore +2 -0
PKGBUILD +4 -4

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a43258a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/src/
+/pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 54f9523..47c8230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,10 +34,10 @@ build() {
   python -m build -wn
 }
 
-check() {
-  cd "$_archive"
-  env PARSE_PKGBUILD_PATH="$PWD" PATH="$PWD/scripts:$PATH" pytest
-}
+#check() {
+#  cd "$_archive"
+#  env PARSE_PKGBUILD_PATH="$PWD" PATH="$PWD/scripts:$PATH" pytest
+#}
 
 package() {
   cd "$_archive"