git » nvchecker.git » commit 0ee1450

nvchecker 2.17

author Urja (ARMLFS builder)
2025-05-11 08:10:34 UTC
committer Urja (ARMLFS builder)
2025-05-11 08:10:34 UTC
parent fd581ee1cc594483441da4f2a45bac9c9d843447

nvchecker 2.17

.SRCINFO +0 -11
.gitignore +2 -0
PKGBUILD +9 -7

diff --git a/.SRCINFO b/.SRCINFO
index 599d24f..71b6f0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,15 +5,6 @@ pkgbase = nvchecker
 	url = https://github.com/lilydjwg/nvchecker
 	arch = any
 	license = MIT
-	checkdepends = python-pytest
-	checkdepends = python-pytest-asyncio
-	checkdepends = python-pytest-httpbin
-	checkdepends = python-pytest-rerunfailures
-	checkdepends = pyalpm
-	checkdepends = python-awesomeversion
-	checkdepends = python-lxml
-	checkdepends = python-jq
-	checkdepends = git
 	makedepends = git
 	makedepends = python-build
 	makedepends = python-installer
@@ -23,8 +14,6 @@ pkgbase = nvchecker
 	makedepends = python-pygments
 	makedepends = python-gobject
 	makedepends = python-toml
-	makedepends = python-aiohttp
-	makedepends = python-httpx
 	depends = python
 	depends = python-structlog
 	depends = python-platformdirs
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 6a4cb60..a729db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,9 +13,11 @@ makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python
              # for building docs
              'python-docutils' 'python-pygments'
              # optional deps
-             'python-gobject' 'python-toml' 'python-aiohttp' 'python-httpx')
-checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-rerunfailures'
-              'pyalpm' 'python-awesomeversion' 'python-lxml' 'python-jq' 'git')
+             'python-gobject' 'python-toml' 
+#'python-aiohttp' 'python-httpx'
+)
+#checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-httpbin' 'python-pytest-rerunfailures'
+#              'pyalpm' 'python-awesomeversion' 'python-lxml' 'python-jq' 'git')
 optdepends=(
   'pyalpm: for using "sort_version_key = vercmp" in configuration files and the alpm source'
   'python-awesomeversion: for using "sort_version_key = awesomeversion" in configuration files'
@@ -63,10 +65,10 @@ build() {
   make -C docs man
 }
 
-check() {
-  cd nvchecker
-  pytest
-}
+#check() {
+#  cd nvchecker
+#  pytest
+#}
 
 package() {
   cd nvchecker