Package Details: mopidy-alsamixer 2.0.1-8

Git Clone URL: https://aur.archlinux.org/mopidy-alsamixer.git (read-only, click to copy)
Package Base: mopidy-alsamixer
Description: Mopidy extension for ALSA volume control
Upstream URL: http://www.mopidy.com
Keywords: mopidy
Licenses: Apache
Submitter: AlexandrePTJ
Maintainer: languitar
Last Packager: languitar
Votes: 10
Popularity: 0.000000
First Submitted: 2014-07-21 12:35 (UTC)
Last Updated: 2023-08-13 21:06 (UTC)

Latest Comments

dreieck commented on 2023-05-31 20:26 (UTC)

setup.py should not be called directly anymore; instead, python -m build and python -m installer (with appropriate options) should be used:

/usr/lib/python3.11/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!

        ********************************************************************************
        The license_file parameter is deprecated, use license_files instead.

        By 2023-Oct-30, you need to update your project and remove deprecated calls
        or your builds will no longer be supported.

        See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
        ********************************************************************************

!!
  parsed = self.parsers.get(option_name, lambda x: x)(value)
running install
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer, pypa/build or
        other standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()

Regards!

languitar commented on 2022-02-06 11:16 (UTC)

Thanks for the hint. Fortunately, that supplemental line didn't break the package. Should be fixed now.

djmattyg007 commented on 2022-01-31 04:17 (UTC)

Line 17 of the PKGBUILD looks like this, which doesn't seem right:

sha256sum=('f934c04425a0825b221acb96cdfdaeb2')

bittin commented on 2020-12-14 08:55 (UTC)

Updated PKGBUILD: https://pastebin.com/brkb9tEw

djmattyg007 commented on 2020-12-02 22:35 (UTC)

Could you please bump the pkgrel to force a rebuild for python3.9?

languitar commented on 2020-01-03 16:37 (UTC)

@MarcinWieczorek I didn't event know that this feature exists. Package is updated.

MarcinWieczorek commented on 2019-12-28 13:30 (UTC)

Hi, thank you for maintaining this package. Please rename the source tarball to include package name. It breaks fixed source directories in makepkg.

wlritchi commented on 2015-07-05 04:57 (UTC)

The md5sum in the PKGBUILD is incorrect. It appears to have been blindly copied from the PKGBUILD in the previous AUR, which used a different source with a different md5.