Package Details: apprise 1.3.0-3

Git Clone URL: https://aur.archlinux.org/apprise.git (read-only, click to copy)
Package Base: apprise
Description: Push Notifications that work with just about every platform
Upstream URL: https://github.com/caronc/apprise
Licenses: BSD3 Clause
Conflicts: python-apprise
Provides: apprise, python-apprise
Submitter: AlphaJack
Maintainer: AlphaJack (fryfrog)
Last Packager: AlphaJack
Votes: 2
Popularity: 0.198777
First Submitted: 2023-02-04 16:03 (UTC)
Last Updated: 2023-05-07 10:06 (UTC)

Latest Comments

1 2 3 4 Next › Last »

rEnr3n commented on 2023-05-07 07:44 (UTC)

It also needs python-setuptools to build.

ModuleNotFoundError: No module named 'setuptools'

codyps commented on 2023-04-23 17:41 (UTC)

python-dataclasses is broken with python 3.10, and should be removed from dependencies here.

ruahcra commented on 2023-03-20 05:12 (UTC)

I think python-dataclasses should be removed from depends because it was only needed for python <3.7.

zagg commented on 2023-02-24 23:17 (UTC) (edited on 2023-02-24 23:18 (UTC) by zagg)

I tried to build it but it throw me this build error.

[...]
AttributeError: module 'typing' has no attribute '_ClassVar'. Did you mean: 'ClassVar'?
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: python-dataclasses

Do you see the same ?

fryfrog commented on 2023-02-04 18:46 (UTC)

Cool cool! :)

AlphaJack commented on 2023-02-04 18:06 (UTC)

Yes, then I can make you co-maintainer so we can both push updates and changes!

fryfrog commented on 2023-02-04 17:56 (UTC)

I never realized it had an apprise binary. And since you provides python-apprise, it should be fine to just merge w/o fixing the other software, right?

AlphaJack commented on 2023-02-04 17:51 (UTC)

python- should be prepended to libraries that can only be used by importing them (like python-yaml), while apprise and mkdocs already ship an executable under /usr/bin

fryfrog commented on 2023-02-04 17:35 (UTC)

Hey @AlphaJack, what makes apprise the correct name for this python software vs. python-apprise? My understanding was that python based end projects like bazarr should omit the "python", but that libraries / dependencies should include it.