git » python-more-itertools.git » commit 7593d15

python-more-itertools 10.8.0

author Urja (ARMLFS builder)
2025-12-23 14:42:54 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:54 UTC
parent d032cd7806a04ab64801d1eee0575f0fae9d1e26

python-more-itertools 10.8.0

.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 80a2ade..7a18a50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,11 +27,11 @@ build() {
   SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver python -m build --wheel --no-isolation
 }
 
-check() {
-  cd "$pkgname"
+#check() {
+#  cd "$pkgname"
 
-  python -m unittest
-}
+#  python -m unittest
+#}
 
 package() {
   cd "$pkgname"