git » python-markdown-it-py.git » commit b3a6a29

python-markdown-it-py 4.0.0

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

python-markdown-it-py 4.0.0

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

diff --git a/.SRCINFO b/.SRCINFO
index f8f7c55..b3e6538 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,6 @@ pkgbase = python-markdown-it-py
 	url = https://github.com/executablebooks/markdown-it-py
 	arch = any
 	license = MIT
-	checkdepends = python-pytest
-	checkdepends = python-pytest-regressions
-	checkdepends = python-mdit_py_plugins
-	checkdepends = python-linkify-it-py
 	makedepends = python-build
 	makedepends = python-flit-core
 	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 19bca11..131bbf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ depends=('python-mdurl')
 optdepends=('python-mdit_py_plugins: core plugins'
             'python-linkify-it-py: linkify extension')
 makedepends=('python-build' 'python-flit-core' 'python-installer')
-checkdepends=('python-pytest' 'python-pytest-regressions' 'python-mdit_py_plugins' 'python-linkify-it-py')
+#checkdepends=('python-pytest' 'python-pytest-regressions' 'python-mdit_py_plugins' 'python-linkify-it-py')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
 sha512sums=('617927d7038e2918b395c720d4b8d8327342c266c75b6fd5957961944c2bed51a8e2f01a9c184e5d85dfc4fd8b28e07f3cc1d677aa29192e1a8e54f29d6a0829')
 
@@ -23,11 +23,11 @@ build() {
   python -m build
 }
 
-check() {
-  cd $_pkgname-$pkgver
+#check() {
+#  cd $_pkgname-$pkgver
 
-  python -m pytest tests
-}
+#  python -m pytest tests
+#}
 
 package() {
   cd $_pkgname-$pkgver