git » python-jaraco.functools.git » commit e1b8b47

python-jaraco.functools 4.1.0

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

python-jaraco.functools 4.1.0

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

diff --git a/.SRCINFO b/.SRCINFO
index 775e918..1d84959 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,6 @@ pkgbase = python-jaraco.functools
 	url = https://github.com/jaraco/jaraco.functools
 	arch = any
 	license = MIT
-	checkdepends = python-pytest
-	checkdepends = python-jaraco.classes
 	makedepends = git
 	makedepends = python-build
 	makedepends = python-installer
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 5a11f12..77116ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/jaraco/jaraco.functools'
 license=('MIT')
 depends=('python' 'python-more-itertools')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
-checkdepends=('python-pytest' 'python-jaraco.classes')
+#checkdepends=('python-pytest' 'python-jaraco.classes')
 conflicts=('python-jaraco')
 replaces=('python-jaraco')
 source=("git+https://github.com/jaraco/jaraco.functools?signed#tag=v$pkgver")
@@ -25,10 +25,10 @@ build() {
   python -m build --wheel --no-isolation
 }
 
-check() {
-  cd jaraco.functools
-  pytest
-}
+#check() {
+#  cd jaraco.functools
+#  pytest
+#}
 
 package() {
   cd jaraco.functools