PKGNAME=libbytesize
PKGSEC=libs
PKGDEP="mpfr pcre python-3"
PKGDEP__RETRO="mpfr pcre"
PKGDES="Library to work with arbitrary sizes in bytes"

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--with-python3'
    '--without-gtk-doc'
    '--with-tools'
)
AUTOTOOLS_AFTER__RETRO=(
    "${AUTOTOOLS_AFTER[@]}"
    '--without-python3'
    '--without-tools'
)

PKGBREAK="udisks-2<=2.7.0"

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
