summaryrefslogtreecommitdiff
path: root/community/python-recommonmark
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2022-05-31 12:34:57 +0200
committerErich Eckner <git@eckner.net>2022-05-31 12:34:57 +0200
commit72f7a89ed664245b4bba55728354191e08c1d74f (patch)
treec973d1c736270bc7ef2dcfe60358e81dd00ad930 /community/python-recommonmark
parent104be132b8d284168778b2a708059537be4d95a0 (diff)
downloadpackages-72f7a89ed664245b4bba55728354191e08c1d74f.tar.xz
community/python-recommonmark removed
Diffstat (limited to 'community/python-recommonmark')
-rw-r--r--community/python-recommonmark/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/python-recommonmark/PKGBUILD b/community/python-recommonmark/PKGBUILD
deleted file mode 100644
index 72345468..00000000
--- a/community/python-recommonmark/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# temporarily, the following tests fail, but we are not interested
-# in nice shiny documentation built on an 32-bit system, we are
-# interested in making software compile using sphinx for docu:
-#FAILED tests/test_sphinx.py::GenericTests::test_code - AssertionError: '<pre>...
-#FAILED tests/test_sphinx.py::GenericTests::test_headings - AssertionError: '<...
-#FAILED tests/test_sphinx.py::GenericTests::test_image - AssertionError: '<p><...
-#FAILED tests/test_sphinx.py::GenericTests::test_links - AssertionError: 'This...
-#FAILED tests/test_sphinx.py::GenericTests::test_lists - AssertionError: '<ol ...
-#FAILED tests/test_sphinx.py::CodeBlockTests::test_integration - AssertionErro...
-#FAILED tests/test_sphinx.py::IndentedCodeTests::test_integration - AssertionE...
-#FAILED tests/test_sphinx.py::NestedHeaderBlock::test_integration - AssertionE...
-#FAILED tests/test_sphinx.py::CustomExtensionTests::test_integration - Asserti...
-eval "$(
- declare -f check | \
- sed '
- s/py.test/py.test || true/
- '
-)"
-
-# breaking the cycle with broken stuff in python-spinx
-unset check
-unset checkdepends
-eval "$(
- declare -f build | \
- sed '
- /make.*docs.*/d
- '
-)"
-eval "$(
- declare -f package | \
- sed '
- /install.*_build.*/d
- '
-)"