git » python-jeepney.git » commit b6f0e5a

python-jeepney 0.9.0

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

python-jeepney 0.9.0

.SRCINFO +0 -5
.gitignore +2 -0
PKGBUILD +11 -11

diff --git a/.SRCINFO b/.SRCINFO
index 30ff456..eca7cd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,11 +5,6 @@ pkgbase = python-jeepney
 	url = https://gitlab.com/takluyver/jeepney
 	arch = any
 	license = MIT
-	checkdepends = python-pytest
-	checkdepends = python-pytest-asyncio
-	checkdepends = python-pytest-trio
-	checkdepends = python-testpath
-	checkdepends = python-trio
 	makedepends = git
 	makedepends = python-build
 	makedepends = python-flit-core
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 e44775a..08fd7bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,13 +18,13 @@ makedepends=(
   'python-installer'
   'python-wheel'
 )
-checkdepends=(
-  'python-pytest'
-  'python-pytest-asyncio'
-  'python-pytest-trio'
-  'python-testpath'
-  'python-trio'
-)
+#checkdepends=(
+#  'python-pytest'
+#  'python-pytest-asyncio'
+#  'python-pytest-trio'
+#  'python-testpath'
+#  'python-trio'
+#)
 optdepends=('python-trio: support D-Bus applications with Trio')
 source=("git+$url.git#tag=$_pkgver")
 sha512sums=('9a52439e1660c93ad1e47f76fea351c25dcb90c209b99044abefeb2e5228c3521d7d3ce12768081e2f1ed8428549032b8b13ebef50154bb8b1c8638df1671d7a')
@@ -34,10 +34,10 @@ build() {
   python -m build --wheel --no-isolation
 }
 
-check() {
-  cd ${pkgname#python-}
-  pytest
-}
+#check() {
+#  cd ${pkgname#python-}
+#  pytest
+#}
 
 package() {
   cd ${pkgname#python-}