Package Details: python-stua 0.3.0-1

Git Clone URL: https://aur.archlinux.org/python-stua.git (read-only, click to copy)
Package Base: python-stua
Description: A collection of various shell scripts
Upstream URL: https://github.com/rsalmaso/python-stua
Licenses: MIT
Submitter: If_Return
Maintainer: If_Return
Last Packager: If_Return
Votes: 0
Popularity: 0.000000
First Submitted: 2024-03-08 09:17 (UTC)
Last Updated: 2024-12-06 13:55 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

If_Return commented on 2024-12-06 13:58 (UTC)

It Should be fixed, I removed the test command, as it has been deprecated. Just use the newest PKGBUILD.

taotieren commented on 2024-12-05 15:07 (UTC)

Hi, I compiled this package under devtools and got the following error message, can you help me to fix it? thanks!

==> Retrieving sources...
-> Found python-stua-0.3.0.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting python-stua-0.3.0.tar.gz with bsdtar
==> Starting build()...
/usr/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py:71: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
No `packages` or `py_modules` configuration, performing automatic discovery.
`flat-layout` detected -- analysing .
discovered packages -- ['stua']
running build
running build_py
creating build/lib/stua
copying stua/version.py -> build/lib/stua
copying stua/commands.py -> build/lib/stua
copying stua/os.py -> build/lib/stua
copying stua/__init__.py -> build/lib/stua
copying stua/vcs.py -> build/lib/stua
running egg_info
creating stua.egg-info
writing stua.egg-info/PKG-INFO
writing dependency_links to stua.egg-info/dependency_links.txt
writing top-level names to stua.egg-info/top_level.txt
writing manifest file 'stua.egg-info/SOURCES.txt'
reading manifest file 'stua.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files found matching 'tests'
warning: no previously-included files matching '__pycache__' found under directory '*'
adding license file 'COPYING'
adding license file 'AUTHORS'
writing manifest file 'stua.egg-info/SOURCES.txt'
==> Starting check()...
/usr/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py:71: _ExperimentalConfiguration: `[tool.distutils]` in `pyproject.toml` is still *experimental* and likely to change in future releases.
config = read_configuration(filepath, True, ignore_option_errors, dist)
No `packages` or `py_modules` configuration, performing automatic discovery.
`flat-layout` detected -- analysing .
discovered packages -- ['stua']
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: invalid command 'test'
==> ERROR: A failure occurred in check().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/