Package Details: python-openstep-plist 0.3.1-2

Git Clone URL: https://aur.archlinux.org/python-openstep-plist.git (read-only, click to copy)
Package Base: python-openstep-plist
Description: OpenStep plist parser and writer written in Cython
Upstream URL: https://github.com/fonttools/openstep_plist
Licenses: MIT
Submitter: alerque
Maintainer: alerque
Last Packager: alerque
Votes: 3
Popularity: 0.000103
First Submitted: 2021-12-11 17:45 (UTC)
Last Updated: 2024-04-28 21:19 (UTC)

Latest Comments

Alkaris commented on 2024-05-24 23:34 (UTC)

Update PKGBUILD for test, it's broken by ending on an obscure and useless error by failing on a check without telling you why.

aragon123 commented on 2024-05-23 17:39 (UTC)

I think the test command is wrong, compare https://github.com/fonttools/openstep-plist/blob/master/pyproject.toml#L11

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ check() {
        cd "$_archive"
        local _pyver=$(python -c 'import sys; print("".join(map(str, sys.version_info[:2])))')
        export PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$_pyver"
-       python -m unittest discover
+       pytest tests
 }

 package() {

lakejason0 commented on 2024-05-05 12:17 (UTC)

Errors in check():

==> Starting check()...

----------------------------------------------------------------------
Ran 0 tests in 0.000s

NO TESTS RAN
==> ERROR: A failure occurred in check().
    Aborting...