git » python-setproctitle.git » commit 2bd5473

python-setproctitle 1.3.7

author Urja (ARMLFS builder)
2025-12-23 14:42:45 UTC
committer Urja (ARMLFS builder)
2025-12-23 14:42:45 UTC
parent 02041e575a89667630278b5c0b0e5f4dca1274b3

python-setproctitle 1.3.7

.SRCINFO +1 -2
.gitignore +2 -0
PKGBUILD +7 -7

diff --git a/.SRCINFO b/.SRCINFO
index 44e398a..3122ff4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,9 +4,8 @@ pkgbase = python-setproctitle
 	pkgrel = 1
 	url = https://github.com/dvarrazzo/py-setproctitle
 	arch = x86_64
+	arch = armv7h
 	license = BSD-3-Clause
-	checkdepends = python-pytest
-	checkdepends = procps-ng
 	makedepends = python-setuptools
 	makedepends = python-wheel
 	makedepends = python-build
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 1f39c31..48e3270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ license=("BSD-3-Clause")
 url="https://github.com/dvarrazzo/py-setproctitle"
 depends=('python')
 makedepends=(python-setuptools python-wheel python-build python-installer)
-checkdepends=('python-pytest' 'procps-ng')
-arch=('x86_64')
+#checkdepends=('python-pytest' 'procps-ng')
+arch=('x86_64' 'armv7h')
 source=(https://files.pythonhosted.org/packages/source/s/setproctitle/setproctitle-$pkgver.tar.gz)
 sha256sums=('bc2bc917691c1537d5b9bca1468437176809c7e11e5694ca79a9ca12345dcb9e')
 
@@ -18,11 +18,11 @@ build() {
     python -m build --wheel --no-isolation
 }
 
-check() {
-    local _pyver=$(python -c "import sys; print('{0}{1}'.format(*sys.version_info[:2]))")
-    cd "$srcdir"/setproctitle-$pkgver/build/lib.linux-$CARCH-cpython-$_pyver
-    python -m pytest ../../tests
-}
+#check() {
+#    local _pyver=$(python -c "import sys; print('{0}{1}'.format(*sys.version_info[:2]))")
+#    cd "$srcdir"/setproctitle-$pkgver/build/lib.linux-$CARCH-cpython-$_pyver
+#    python -m pytest ../../tests
+#}
 
 package_python-setproctitle() {
     cd "$srcdir"/setproctitle-$pkgver