Package Details: afew-git 1:3.0.1.r78.gbc09b14-1

Git Clone URL: https://aur.archlinux.org/afew-git.git (read-only, click to copy)
Package Base: afew-git
Description: Initial tagging script for notmuch mail
Upstream URL: https://github.com/afewmail/afew
Licenses: ISC
Conflicts: afew
Provides: afew
Submitter: kazuo
Maintainer: grazzolini (polyzen)
Last Packager: polyzen
Votes: 12
Popularity: 0.000000
First Submitted: 2011-12-04 03:59 (UTC)
Last Updated: 2025-07-10 04:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

grazzolini commented on 2017-08-07 14:03 (UTC)

@mkaito I have been using afew with python 3 for years now. Were exactly is afew's official position on this?

mkaito commented on 2017-08-07 12:13 (UTC)

When you update, you might want to switch to python2. Afew's official position right now is that py3 doesn't work well enough to call it supported. We're working on it, but you should stick to py2 for now.

mkaito commented on 2017-03-22 10:43 (UTC)

Just a reminder: `pkgver` still doesn't work. Refer to @cagprado's comment. I'm going to flag this out of date, just to poke @mlq.

cagprado commented on 2017-02-17 08:27 (UTC)

makepkg refuses to build due to most recent tags in git rep containing forbidden characters for pkgver. Using the first suggested approach at https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git seems to work.

lucc commented on 2015-11-24 08:11 (UTC)

Thanks but can you also bump the $pkgrel, please. Otherwise users (or aur helpers like yaourt) might not notice the change.

lucc commented on 2015-11-23 08:09 (UTC)

Please add the man page to the package. It can be build with make -C docs man and installed with install -D -m 644 docs/build/man/afew.1 "$pkgdir/usr/share/man/man1" or with mkdir -p "$pkgdir/usr/share/man/man1" gzip < docs/build/man/afew.1 > "$pkgdir/usr/share/man/man1/afew.1.gz" The package needs to makedepend on python-shpinx in order to build the man page.

kazuo commented on 2013-08-26 21:36 (UTC)

@cagprado Thanks for it, you are right. Sorry for not testing it thorough, this is my mistake.

cagprado commented on 2013-08-26 20:22 (UTC)

Oh sorry… my mistake, python-setuptools is required for running the program, not just building it. Cheers, ;)

cagprado commented on 2013-08-22 15:38 (UTC)

Should’t the package also makedepend on python(2)-setuptools? Cheers,

kazuo commented on 2013-06-11 12:17 (UTC)

@yardenac Thanks for the information and I'm very sorry for the late reply. I fail to see why you need the bindings but not the bin/afew, but if this is your user case I will package both bindings and make bin/afew to use the python3 bindings and optdep to python2. Please take a look at the new PKGBUID and see if this is fitting. Thanks again!