author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-02-10 10:30:52 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-02-10 10:30:52 UTC |
parent | 913cb1d611619739391bdc4b3a6ed8622ac162ac |
.gitignore | +2 | -0 |
PKGBUILD | +6 | -6 |
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 bafaffb..59b80b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -13,8 +13,8 @@ pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec" _deps=('six' 'webencodings') depends=("${_deps[@]/#/python-}") makedepends=('python-setuptools' "${_deps[@]/#/python-}") -_checkdeps=('pytest' 'pytest-expect') -checkdepends=("${_checkdeps[@]/#/python-}" 'python-lxml') +#_checkdeps=('pytest' 'pytest-expect') +#checkdepends=("${_checkdeps[@]/#/python-}" 'python-lxml') optdepends=('python-lxml: lxml treebuilder' 'python-genshi: genshi treewalker') _test_commit=71eebd59772d1d39aced0c0582ae9c09acf3ce6e @@ -48,11 +48,11 @@ build() { python setup.py build } -check() { - cd html5lib-python-${pkgver} +#check() { +# cd html5lib-python-${pkgver} - pytest -} +# pytest +#} package() { cd html5lib-python-${pkgver}