Skip to content

astroid: update to 0.17 #28399

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions mail/astroid/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ PortGroup github 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup boost 1.0

github.setup astroidmail astroid 0.15 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
revision 6
github.setup astroidmail astroid 0.17 v
github.tarball_from archive
revision 0

description Astroid Mail
long_description A graphical threads-with-tags style, lightweight and fast, e-mail client for Notmuch
Expand All @@ -19,9 +18,9 @@ categories mail
homepage https://astroidmail.github.io/
license GPL-3+ LGPL-2.1+

checksums rmd160 a7babb6609724a7b8fe950bc1321ee61b2af7609 \
sha256 0eb8a5d9d6f48eb79a64a35e7dc0919ee0d20c3104c0f7b2c2d185c6ec24df34 \
size 3365848
checksums rmd160 da08c298ba82fc96d6007d3784e49d6403d4922a \
sha256 dd419d4e11d1efa95979472e17cca5066799a5c64a595d5cea2b9e8d9f60f9c8 \
size 3371728

compiler.cxx_standard 2014
compiler.blacklist-append {clang < 800}
Expand Down