[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2023-04-09 Thread Michał Górny
commit: 63de5b00fe84730e1cd5b022c49bac796f43d08f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  9 16:00:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  9 16:03:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63de5b00

mail-filter/afew: Enable py3.11

Closes: https://bugs.gentoo.org/896972
Signed-off-by: Michał Górny  gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
index 181419fef160..a0e78506c838 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2023-03-16 Thread Michał Górny
commit: dc805d277e3a864b01df1f41a9b8012862d81847
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 16:04:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 18:50:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc805d27

mail-filter/afew: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
index 1643bb8811f2..181419fef160 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -7,11 +7,10 @@ DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
 PYTHON_COMPAT=( python3_{9..10} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Initial tagging script for Notmuch"
 HOMEPAGE="https://github.com/afewmail/afew;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2021-05-31 Thread Michał Górny
commit: 4a1478c58601673a410fe09f42841107aa164cff
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:44:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:53:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1478c5

mail-filter/afew: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 mail-filter/afew/Manifest  |  1 -
 mail-filter/afew/afew-3.0.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index 80deed73ca0..666bd28556d 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1,2 +1 @@
-DIST afew-3.0.0.tar.gz 36525 BLAKE2B 
fd9b676ad00d9f6d989d8901f8885a7861d753ab96e4a768f2a1118b72893517fc3a8122a7a63d2e26659bf1afc2467bc7503f279b8037c65da9c250c18b152b
 SHA512 
8d1947d547bde7fdc9ec2fc8fb212165fecc1cd4bc37c2dda60133e5ffe31dee1393ad0a92e4f0e2c85863a01f7ae252555e88868fa8ba5dece8380080f0e36c
 DIST afew-3.0.1.tar.gz 40092 BLAKE2B 
9ce125ec2359f7cf4630b9602b3068327adc06a699d325c90bc9b545df9ce7f3a62623cc733dfec55ee3e51523e4512ebec04e7186470fc56bb1589a7141cbc9
 SHA512 
1a76ecc78ed9fb8598be74c48a1d51c78db20df08b27c04c24779aaba01aa457c776457a647c54a5e92f0fda364a86810957a95c0d3f686e77e083d2103b1bf1

diff --git a/mail-filter/afew/afew-3.0.0.ebuild 
b/mail-filter/afew/afew-3.0.0.ebuild
deleted file mode 100644
index b78e2e89172..000
--- a/mail-filter/afew/afew-3.0.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Initial tagging script for Notmuch"
-HOMEPAGE="https://github.com/afewmail/afew;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
-   dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
-   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
-   ')"
-DEPEND="
-   $(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
-   ')"
-
-DOCS=( "README.rst" )
-
-python_prepare_all() {
-   sed -r \
-   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
-   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
-   -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-   esetup.py build_sphinx -b man --build-dir=docs/build
-   use doc && esetup.py build_sphinx -b html --build-dir=docs/build
-}
-
-python_install_all() {
-   doman docs/build/man/*
-   dodoc afew/defaults/afew.config
-   use doc && local HTML_DOCS=( docs/build/html/. )
-}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2021-02-27 Thread Sam James
commit: 426b481fc716b7b8d2f969c4eca04df8db1f1116
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 20:30:57 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 20:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426b481f

mail-filter/afew: add Python 3.9

Signed-off-by: Sam James  gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
index ab45cdc1782..1fd37640802 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DISTUTILS_SINGLE_IMPL=1
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2021-02-27 Thread Sam James
commit: 37d381f2e0e93d556da4ce7f4b212feb77be083d
Author: Sam James  gentoo  org>
AuthorDate: Sat Feb 27 20:33:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Feb 27 20:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d381f2

mail-filter/afew: add tests

Signed-off-by: Sam James  gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
index 1fd37640802..96767c744cd 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -27,10 +27,17 @@ RDEPEND="
 BDEPEND="
$(python_gen_cond_dep '
dev-python/sphinx[${PYTHON_USEDEP}]
-   ')"
+   ')
+   test? (
+   $(python_gen_cond_dep '
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   ')
+   )"
 
 DOCS=( "README.rst" )
 
+distutils_enable_tests pytest
+
 python_prepare_all() {
sed -r \
-e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-12-02 Thread Mikle Kolyada
commit: 0413aa5a214d0689a9e8a641d3c4b80970f8a1ea
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Dec  2 16:32:30 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Dec  2 16:32:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0413aa5a

mail-filter/afew: Stabilize 3.0.1 amd64, #757627

Signed-off-by: Mikle Kolyada  gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
index d5de7f53211..ae20edb0ea7 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-09-13 Thread Sam James
commit: 243620d91de635755f7bfa22ffd86f9dfe49f210
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 14 01:52:11 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 14 01:52:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=243620d9

mail-filter/afew: modernise ebuild

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 mail-filter/afew/afew-3.0.1.ebuild | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
index ec34a5b2bf2..a2ee5e08bf3 100644
--- a/mail-filter/afew/afew-3.0.1.ebuild
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -20,13 +20,13 @@ IUSE="doc"
 
 RDEPEND="
$(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
-   dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
-   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/dkimpy[${PYTHON_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_USEDEP}]
')"
-DEPEND="
+BDEPEND="
$(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
+   dev-python/sphinx[${PYTHON_USEDEP}]
')"
 
 DOCS=( "README.rst" )



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-09-13 Thread Sam James
commit: 020e311ffb9061f044d2a42f414474c567e99ec6
Author: Guillaume Seren  gmail  com>
AuthorDate: Fri Aug 28 20:57:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 14 01:41:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e311f

mail-filter/afew: Clean old versions

Closes: https://bugs.gentoo.org/739436
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Guillaume Seren  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17304
Signed-off-by: Sam James  gentoo.org>

 mail-filter/afew/Manifest |  3 ---
 mail-filter/afew/afew-1.2.0.ebuild| 39 ---
 mail-filter/afew/afew-1.3.0-r1.ebuild | 40 
 mail-filter/afew/afew-2.0.0.ebuild| 50 ---
 4 files changed, 132 deletions(-)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index 857e19a2d04..80deed73ca0 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1,5 +1,2 @@
-DIST afew-1.2.0.tar.gz 31831 BLAKE2B 
7976dfc1e56461afbd6244220c5d548c7de5e95649bd7ac0c986457c99cfc4574e6f5d6b90bc8985ef37e84f55f52b8417fcc1644c9aadf0a37123e0ea0ecba2
 SHA512 
98184808ae37e169bdbda9ac43db00e3e0712aaadc9b75e07c8d483c8024aa0cafb0a3424bda5703dfe77a09f5efd9812b80b3468009cfb4562eb5d0069558e4
-DIST afew-1.3.0.tar.gz 33361 BLAKE2B 
2553c04fce7e1c9f0a6551a8a01ed85735320bea95fe723050bdbde97aea80b93631c3621ec6cb0687753cbd88ac26725b1c608f7b8a6bcb4fc5bce6d3fce411
 SHA512 
2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370
-DIST afew-2.0.0.tar.gz 33116 BLAKE2B 
59f2686a6495ee9e4a0afaf3180a83667bc65aaee453fe73cb2813401778d63fbb67adb45ed5f98c5c593d07d53411042096d44d85e652157d6705eb2e236152
 SHA512 
09eaca6fd387b76f310879f6e04c21f3247e703300d9995d40c420a06a5884cb08ebd51e5d1caee6d8c5be29844f6d562838104445e7b7efd372690c1856f97d
 DIST afew-3.0.0.tar.gz 36525 BLAKE2B 
fd9b676ad00d9f6d989d8901f8885a7861d753ab96e4a768f2a1118b72893517fc3a8122a7a63d2e26659bf1afc2467bc7503f279b8037c65da9c250c18b152b
 SHA512 
8d1947d547bde7fdc9ec2fc8fb212165fecc1cd4bc37c2dda60133e5ffe31dee1393ad0a92e4f0e2c85863a01f7ae252555e88868fa8ba5dece8380080f0e36c
 DIST afew-3.0.1.tar.gz 40092 BLAKE2B 
9ce125ec2359f7cf4630b9602b3068327adc06a699d325c90bc9b545df9ce7f3a62623cc733dfec55ee3e51523e4512ebec04e7186470fc56bb1589a7141cbc9
 SHA512 
1a76ecc78ed9fb8598be74c48a1d51c78db20df08b27c04c24779aaba01aa457c776457a647c54a5e92f0fda364a86810957a95c0d3f686e77e083d2103b1bf1

diff --git a/mail-filter/afew/afew-1.2.0.ebuild 
b/mail-filter/afew/afew-1.2.0.ebuild
deleted file mode 100644
index 839aa0f2d51..000
--- a/mail-filter/afew/afew-1.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Initial tagging script for Notmuch"
-HOMEPAGE="https://github.com/afewmail/afew;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
-   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
-   ')"
-
-DOCS=( "README.rst" )
-
-src_prepare() {
-   sed -r \
-   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
-   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
-   -i setup.py || die
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   distutils-r1_src_install
-   dodoc afew/defaults/afew.config
-}

diff --git a/mail-filter/afew/afew-1.3.0-r1.ebuild 
b/mail-filter/afew/afew-1.3.0-r1.ebuild
deleted file mode 100644
index 3f9be50612f..000
--- a/mail-filter/afew/afew-1.3.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Initial tagging script for Notmuch"
-HOMEPAGE="https://github.com/afewmail/afew;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
-   dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
-   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
-   ')"
-
-DOCS=( "README.rst" )
-
-src_prepare() {
-   sed -r \
-   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
-   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
-   -i setup.py || die
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   distutils-r1_src_install
-   dodoc afew/defaults/afew.config
-}

diff 

[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-09-13 Thread Sam James
commit: dc33cf1e82d417a6386d2ce01194494e988b2740
Author: Guillaume Seren  gmail  com>
AuthorDate: Fri Aug 28 20:53:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 14 01:41:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc33cf1e

mail-filter/afew: version bump 3.0.1

Closes: https://bugs.gentoo.org/739436
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 mail-filter/afew/Manifest  |  1 +
 mail-filter/afew/afew-3.0.1.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index 4bfa3c8585d..857e19a2d04 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -2,3 +2,4 @@ DIST afew-1.2.0.tar.gz 31831 BLAKE2B 
7976dfc1e56461afbd6244220c5d548c7de5e95649b
 DIST afew-1.3.0.tar.gz 33361 BLAKE2B 
2553c04fce7e1c9f0a6551a8a01ed85735320bea95fe723050bdbde97aea80b93631c3621ec6cb0687753cbd88ac26725b1c608f7b8a6bcb4fc5bce6d3fce411
 SHA512 
2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370
 DIST afew-2.0.0.tar.gz 33116 BLAKE2B 
59f2686a6495ee9e4a0afaf3180a83667bc65aaee453fe73cb2813401778d63fbb67adb45ed5f98c5c593d07d53411042096d44d85e652157d6705eb2e236152
 SHA512 
09eaca6fd387b76f310879f6e04c21f3247e703300d9995d40c420a06a5884cb08ebd51e5d1caee6d8c5be29844f6d562838104445e7b7efd372690c1856f97d
 DIST afew-3.0.0.tar.gz 36525 BLAKE2B 
fd9b676ad00d9f6d989d8901f8885a7861d753ab96e4a768f2a1118b72893517fc3a8122a7a63d2e26659bf1afc2467bc7503f279b8037c65da9c250c18b152b
 SHA512 
8d1947d547bde7fdc9ec2fc8fb212165fecc1cd4bc37c2dda60133e5ffe31dee1393ad0a92e4f0e2c85863a01f7ae252555e88868fa8ba5dece8380080f0e36c
+DIST afew-3.0.1.tar.gz 40092 BLAKE2B 
9ce125ec2359f7cf4630b9602b3068327adc06a699d325c90bc9b545df9ce7f3a62623cc733dfec55ee3e51523e4512ebec04e7186470fc56bb1589a7141cbc9
 SHA512 
1a76ecc78ed9fb8598be74c48a1d51c78db20df08b27c04c24779aaba01aa457c776457a647c54a5e92f0fda364a86810957a95c0d3f686e77e083d2103b1bf1

diff --git a/mail-filter/afew/afew-3.0.1.ebuild 
b/mail-filter/afew/afew-3.0.1.ebuild
new file mode 100644
index 000..ec34a5b2bf2
--- /dev/null
+++ b/mail-filter/afew/afew-3.0.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+   dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+   ')"
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
+   ')"
+
+DOCS=( "README.rst" )
+
+python_prepare_all() {
+   sed -r \
+   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+   -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   esetup.py build_sphinx -b man --build-dir=docs/build
+   use doc && esetup.py build_sphinx -b html --build-dir=docs/build
+}
+
+python_install_all() {
+   doman docs/build/man/*
+   dodoc afew/defaults/afew.config
+   use doc && HTML_DOCS=( docs/build/html/. )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-09-04 Thread Sam James
commit: 12ce83a8013f3e839929d68c048a1d4b7c53e217
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep  5 00:47:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep  5 00:47:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ce83a8

mail-filter/afew: Stabilize 3.0.0 amd64, #739442

Signed-off-by: Sam James  gentoo.org>

 mail-filter/afew/afew-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/afew/afew-3.0.0.ebuild 
b/mail-filter/afew/afew-3.0.0.ebuild
index 799d25c1b5f..8f216a8027d 100644
--- a/mail-filter/afew/afew-3.0.0.ebuild
+++ b/mail-filter/afew/afew-3.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-08-30 Thread Thomas Deutschmann
commit: bc80192cabaf084301e831b068878ce6977d8495
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Aug 30 17:08:04 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Aug 30 17:08:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc80192c

mail-filter/afew: x86 stable (bug #739442)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 mail-filter/afew/afew-3.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/afew/afew-3.0.0.ebuild 
b/mail-filter/afew/afew-3.0.0.ebuild
index b9e74273e20..799d25c1b5f 100644
--- a/mail-filter/afew/afew-3.0.0.ebuild
+++ b/mail-filter/afew/afew-3.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-05-11 Thread Amadeusz Piotr Żołnowski
commit: 7e876e277c2a10f4164f3c34c8a8fccefb7b998e
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Mon May 11 21:19:12 2020 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Mon May 11 21:20:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e876e27

mail-filter/afew: Add Proxy Maintainers

Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 mail-filter/afew/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/mail-filter/afew/metadata.xml b/mail-filter/afew/metadata.xml
index 265c6389967..1bc940e5054 100644
--- a/mail-filter/afew/metadata.xml
+++ b/mail-filter/afew/metadata.xml
@@ -5,6 +5,10 @@
guillaumese...@gmail.com
Guillaume Seren

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

afew is an initial tagging script for Notmuch.  Its basic task 
is to
provide automatic tagging each time new mail is registered with 
Notmuch.



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-03-18 Thread Amadeusz Piotr Żołnowski
commit: 6f97fc84e26ec5cb47a32785ef2b22fd789b797c
Author: Guillaume Seren  gmail  com>
AuthorDate: Fri Mar 13 21:34:27 2020 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Mar 18 22:21:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f97fc84

mail-filter/afew: Add version bump 3.0.0

Closes: https://bugs.gentoo.org/712426
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 mail-filter/afew/Manifest  |  1 +
 mail-filter/afew/afew-3.0.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index 9532cb40e12..4bfa3c8585d 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1,3 +1,4 @@
 DIST afew-1.2.0.tar.gz 31831 BLAKE2B 
7976dfc1e56461afbd6244220c5d548c7de5e95649bd7ac0c986457c99cfc4574e6f5d6b90bc8985ef37e84f55f52b8417fcc1644c9aadf0a37123e0ea0ecba2
 SHA512 
98184808ae37e169bdbda9ac43db00e3e0712aaadc9b75e07c8d483c8024aa0cafb0a3424bda5703dfe77a09f5efd9812b80b3468009cfb4562eb5d0069558e4
 DIST afew-1.3.0.tar.gz 33361 BLAKE2B 
2553c04fce7e1c9f0a6551a8a01ed85735320bea95fe723050bdbde97aea80b93631c3621ec6cb0687753cbd88ac26725b1c608f7b8a6bcb4fc5bce6d3fce411
 SHA512 
2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370
 DIST afew-2.0.0.tar.gz 33116 BLAKE2B 
59f2686a6495ee9e4a0afaf3180a83667bc65aaee453fe73cb2813401778d63fbb67adb45ed5f98c5c593d07d53411042096d44d85e652157d6705eb2e236152
 SHA512 
09eaca6fd387b76f310879f6e04c21f3247e703300d9995d40c420a06a5884cb08ebd51e5d1caee6d8c5be29844f6d562838104445e7b7efd372690c1856f97d
+DIST afew-3.0.0.tar.gz 36525 BLAKE2B 
fd9b676ad00d9f6d989d8901f8885a7861d753ab96e4a768f2a1118b72893517fc3a8122a7a63d2e26659bf1afc2467bc7503f279b8037c65da9c250c18b152b
 SHA512 
8d1947d547bde7fdc9ec2fc8fb212165fecc1cd4bc37c2dda60133e5ffe31dee1393ad0a92e4f0e2c85863a01f7ae252555e88868fa8ba5dece8380080f0e36c

diff --git a/mail-filter/afew/afew-3.0.0.ebuild 
b/mail-filter/afew/afew-3.0.0.ebuild
new file mode 100644
index 000..b9e74273e20
--- /dev/null
+++ b/mail-filter/afew/afew-3.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+   dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+   ')"
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
+   ')"
+
+DOCS=( "README.rst" )
+
+python_prepare_all() {
+   sed -r \
+   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+   -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   esetup.py build_sphinx -b man --build-dir=docs/build
+   use doc && esetup.py build_sphinx -b html --build-dir=docs/build
+}
+
+python_install_all() {
+   doman docs/build/man/*
+   dodoc afew/defaults/afew.config
+   use doc && local HTML_DOCS=( docs/build/html/. )
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-03-18 Thread Amadeusz Piotr Żołnowski
commit: 873b4f1d9db30564884d4bceffbb19806610d966
Author: Guillaume Seren  gmail  com>
AuthorDate: Fri Mar 13 21:40:39 2020 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Mar 18 22:21:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873b4f1d

mail-filter/afew: Add myself to maintainer

Closes: https://bugs.gentoo.org/712426
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 mail-filter/afew/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/mail-filter/afew/metadata.xml b/mail-filter/afew/metadata.xml
index cf80ebdd8a7..1e0a6251fce 100644
--- a/mail-filter/afew/metadata.xml
+++ b/mail-filter/afew/metadata.xml
@@ -5,6 +5,10 @@
aide...@gentoo.org
Amadeusz Żołnowski

+   
+   guillaumese...@gmail.com
+   Guillaume Seren
+   

afew is an initial tagging script for Notmuch.  Its basic task 
is to
provide automatic tagging each time new mail is registered with 
Notmuch.



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2020-03-18 Thread Amadeusz Piotr Żołnowski
commit: 9d2497303272322c7fc4e37ebe7f729df2b327ba
Author: Guillaume Seren  gmail  com>
AuthorDate: Fri Mar 13 21:31:47 2020 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Wed Mar 18 22:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d249730

mail-filter/afew: Add version bump 2.0.0

Closes: https://bugs.gentoo.org/712426
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Guillaume Seren  gmail.com>
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 mail-filter/afew/Manifest  |  1 +
 mail-filter/afew/afew-2.0.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index fa67404920a..9532cb40e12 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1,2 +1,3 @@
 DIST afew-1.2.0.tar.gz 31831 BLAKE2B 
7976dfc1e56461afbd6244220c5d548c7de5e95649bd7ac0c986457c99cfc4574e6f5d6b90bc8985ef37e84f55f52b8417fcc1644c9aadf0a37123e0ea0ecba2
 SHA512 
98184808ae37e169bdbda9ac43db00e3e0712aaadc9b75e07c8d483c8024aa0cafb0a3424bda5703dfe77a09f5efd9812b80b3468009cfb4562eb5d0069558e4
 DIST afew-1.3.0.tar.gz 33361 BLAKE2B 
2553c04fce7e1c9f0a6551a8a01ed85735320bea95fe723050bdbde97aea80b93631c3621ec6cb0687753cbd88ac26725b1c608f7b8a6bcb4fc5bce6d3fce411
 SHA512 
2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370
+DIST afew-2.0.0.tar.gz 33116 BLAKE2B 
59f2686a6495ee9e4a0afaf3180a83667bc65aaee453fe73cb2813401778d63fbb67adb45ed5f98c5c593d07d53411042096d44d85e652157d6705eb2e236152
 SHA512 
09eaca6fd387b76f310879f6e04c21f3247e703300d9995d40c420a06a5884cb08ebd51e5d1caee6d8c5be29844f6d562838104445e7b7efd372690c1856f97d

diff --git a/mail-filter/afew/afew-2.0.0.ebuild 
b/mail-filter/afew/afew-2.0.0.ebuild
new file mode 100644
index 000..b9e74273e20
--- /dev/null
+++ b/mail-filter/afew/afew-2.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/chardet[${PYTHON_MULTI_USEDEP}]
+   dev-python/dkimpy[${PYTHON_MULTI_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_MULTI_USEDEP}]
+   ')"
+DEPEND="
+   $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_MULTI_USEDEP}]
+   ')"
+
+DOCS=( "README.rst" )
+
+python_prepare_all() {
+   sed -r \
+   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+   -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_compile_all() {
+   esetup.py build_sphinx -b man --build-dir=docs/build
+   use doc && esetup.py build_sphinx -b html --build-dir=docs/build
+}
+
+python_install_all() {
+   doman docs/build/man/*
+   dodoc afew/defaults/afew.config
+   use doc && local HTML_DOCS=( docs/build/html/. )
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2019-11-16 Thread Amadeusz Piotr Żołnowski
commit: 12a50f36c3cca22ee2ed93ebd06eb0821d7cd22b
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Sat Nov 16 21:41:26 2019 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Nov 16 22:26:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a50f36

mail-filter/afew: Remove old version

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 mail-filter/afew/Manifest  |  1 -
 mail-filter/afew/afew-1.1.0.ebuild | 37 -
 2 files changed, 38 deletions(-)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index 88a9755bd2e..fa67404920a 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1,3 +1,2 @@
-DIST afew-1.1.0.tar.gz 31119 BLAKE2B 
f5e66f000e8b06154aef8b2732c3d9f9d26befd5b606c78e75c239290ff50041987682a3d1a13abf68a6153cbd7eec599f266783d41b7c1fca391c4ceacd
 SHA512 
4f3c7234b15184b03264763cd271503cc8e49d9698169744718f17d6c4af9674bb50e592b23875991f9b1671b40dbea960a0e6153fa731aee92d4d1bd5c4548f
 DIST afew-1.2.0.tar.gz 31831 BLAKE2B 
7976dfc1e56461afbd6244220c5d548c7de5e95649bd7ac0c986457c99cfc4574e6f5d6b90bc8985ef37e84f55f52b8417fcc1644c9aadf0a37123e0ea0ecba2
 SHA512 
98184808ae37e169bdbda9ac43db00e3e0712aaadc9b75e07c8d483c8024aa0cafb0a3424bda5703dfe77a09f5efd9812b80b3468009cfb4562eb5d0069558e4
 DIST afew-1.3.0.tar.gz 33361 BLAKE2B 
2553c04fce7e1c9f0a6551a8a01ed85735320bea95fe723050bdbde97aea80b93631c3621ec6cb0687753cbd88ac26725b1c608f7b8a6bcb4fc5bce6d3fce411
 SHA512 
2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370

diff --git a/mail-filter/afew/afew-1.1.0.ebuild 
b/mail-filter/afew/afew-1.1.0.ebuild
deleted file mode 100644
index 7a4d43ab559..000
--- a/mail-filter/afew/afew-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Initial tagging script for Notmuch"
-HOMEPAGE="https://github.com/afewmail/afew;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
-   net-mail/notmuch[python,${PYTHON_USEDEP}]"
-
-DOCS=( "README.rst" )
-
-src_prepare() {
-   sed -r \
-   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
-   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
-   -i setup.py || die
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   distutils-r1_src_install
-   dodoc afew/defaults/afew.config
-}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2019-11-16 Thread Amadeusz Piotr Żołnowski
commit: c29567d2b5a54da83b44d00bbf43cbdab296
Author: Amadeusz Piotr Żołnowski  gentoo  org>
AuthorDate: Sat Nov 16 21:45:12 2019 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Nov 16 22:26:45 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c295

mail-filter/afew: Enable Python 3.7

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Amadeusz Piotr Żołnowski  gentoo.org>

 mail-filter/afew/afew-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-filter/afew/afew-1.3.0.ebuild 
b/mail-filter/afew/afew-1.3.0.ebuild
index f47bf50ec0a..dd77ae4b924 100644
--- a/mail-filter/afew/afew-1.3.0.ebuild
+++ b/mail-filter/afew/afew-1.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python{3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6,3_7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2018-02-15 Thread Patrice Clement
commit: 0e3f83d0c4aac10122a62f1ba733d21aac39e7ea
Author: Guillaume Seren  gmail  com>
AuthorDate: Wed Feb 14 17:35:05 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Feb 15 14:27:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e3f83d0

mail-filter/afew: version bump to 1.3.0.

Package-Manager: Portage-2.3.19, Repoman-2.3.6
Closes: https://bugs.gentoo.org/647618
Closes: https://github.com/gentoo/gentoo/pull/7186

 mail-filter/afew/Manifest  |  1 +
 mail-filter/afew/afew-1.3.0.ebuild | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index 7b8ba045f1a..88a9755bd2e 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1,2 +1,3 @@
 DIST afew-1.1.0.tar.gz 31119 BLAKE2B 
f5e66f000e8b06154aef8b2732c3d9f9d26befd5b606c78e75c239290ff50041987682a3d1a13abf68a6153cbd7eec599f266783d41b7c1fca391c4ceacd
 SHA512 
4f3c7234b15184b03264763cd271503cc8e49d9698169744718f17d6c4af9674bb50e592b23875991f9b1671b40dbea960a0e6153fa731aee92d4d1bd5c4548f
 DIST afew-1.2.0.tar.gz 31831 BLAKE2B 
7976dfc1e56461afbd6244220c5d548c7de5e95649bd7ac0c986457c99cfc4574e6f5d6b90bc8985ef37e84f55f52b8417fcc1644c9aadf0a37123e0ea0ecba2
 SHA512 
98184808ae37e169bdbda9ac43db00e3e0712aaadc9b75e07c8d483c8024aa0cafb0a3424bda5703dfe77a09f5efd9812b80b3468009cfb4562eb5d0069558e4
+DIST afew-1.3.0.tar.gz 33361 BLAKE2B 
2553c04fce7e1c9f0a6551a8a01ed85735320bea95fe723050bdbde97aea80b93631c3621ec6cb0687753cbd88ac26725b1c608f7b8a6bcb4fc5bce6d3fce411
 SHA512 
2e15dc2aa6032b14c3fed57cb5912e3c3471592586f5fa40991b2a007d8a9579c0e1f69e455e1405923b93de64b9b8c126b5ccf8da72144528c57108beea7370

diff --git a/mail-filter/afew/afew-1.3.0.ebuild 
b/mail-filter/afew/afew-1.3.0.ebuild
new file mode 100644
index 000..8bbdbf2fe27
--- /dev/null
+++ b/mail-filter/afew/afew-1.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="
+   dev-python/chardet[${PYTHON_USEDEP}]
+   dev-python/dkimpy[${PYTHON_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_USEDEP}]"
+
+DOCS=( "README.rst" )
+
+src_prepare() {
+   sed -r \
+   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+   -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc afew/defaults/afew.config
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2017-09-10 Thread Amadeusz Piotr Żołnowski
commit: 7113e237014052a0a7b2e27adf969ce1f10978fc
Author: Guillaume Seren  gmail  com>
AuthorDate: Sat Sep  9 16:37:19 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sun Sep 10 14:32:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7113e237

mail-filter/afew: Add version bump 1.2.0

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=630494

 mail-filter/afew/Manifest  |  1 +
 mail-filter/afew/afew-1.2.0.ebuild | 37 +
 2 files changed, 38 insertions(+)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
index c5c0c489951..3c58803b824 100644
--- a/mail-filter/afew/Manifest
+++ b/mail-filter/afew/Manifest
@@ -1 +1,2 @@
 DIST afew-1.1.0.tar.gz 31119 SHA256 
07bffe3263b97acc862bc75e43d0bbc80982de5f6139be91610f0ef2996977b8 SHA512 
4f3c7234b15184b03264763cd271503cc8e49d9698169744718f17d6c4af9674bb50e592b23875991f9b1671b40dbea960a0e6153fa731aee92d4d1bd5c4548f
 WHIRLPOOL 
6359122490c81607432a36a8475ce919f66c9201962e4706f592683f97d1562910092e55417c0cfdafb8ae2a9b61da32ba6d11a70cc931b052cae433c8ae4c4e
+DIST afew-1.2.0.tar.gz 31831 SHA256 
b94cef31f2c740ffa3100dcbb7839d015973a49cdeadde295dd1f751da3a3c88 SHA512 
98184808ae37e169bdbda9ac43db00e3e0712aaadc9b75e07c8d483c8024aa0cafb0a3424bda5703dfe77a09f5efd9812b80b3468009cfb4562eb5d0069558e4
 WHIRLPOOL 
97c52189fb01d5ff070f4a5c19fad9858a9ba9a325c83f781b9ffc6a7a2c8fdd00668471933086e406b667098df80d09ea0228fec4cf11d19febe0700712a66e

diff --git a/mail-filter/afew/afew-1.2.0.ebuild 
b/mail-filter/afew/afew-1.2.0.ebuild
new file mode 100644
index 000..056d2071a9b
--- /dev/null
+++ b/mail-filter/afew/afew-1.2.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_USEDEP}]"
+
+DOCS=( "README.rst" )
+
+src_prepare() {
+   sed -r \
+   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+   -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc afew/defaults/afew.config
+}



[gentoo-commits] repo/gentoo:master commit in: mail-filter/afew/

2017-08-04 Thread Amadeusz Piotr Żołnowski
commit: 09d0f75ba1cf9b8195b0d34739f943da692666e8
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Thu Aug  3 22:20:27 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Fri Aug  4 21:34:12 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d0f75b

mail-filter/afew: Add new package

Gentoo-Bug: 404077
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 mail-filter/afew/Manifest  |  1 +
 mail-filter/afew/afew-1.1.0.ebuild | 37 +
 mail-filter/afew/metadata.xml  | 22 ++
 3 files changed, 60 insertions(+)

diff --git a/mail-filter/afew/Manifest b/mail-filter/afew/Manifest
new file mode 100644
index 000..c5c0c489951
--- /dev/null
+++ b/mail-filter/afew/Manifest
@@ -0,0 +1 @@
+DIST afew-1.1.0.tar.gz 31119 SHA256 
07bffe3263b97acc862bc75e43d0bbc80982de5f6139be91610f0ef2996977b8 SHA512 
4f3c7234b15184b03264763cd271503cc8e49d9698169744718f17d6c4af9674bb50e592b23875991f9b1671b40dbea960a0e6153fa731aee92d4d1bd5c4548f
 WHIRLPOOL 
6359122490c81607432a36a8475ce919f66c9201962e4706f592683f97d1562910092e55417c0cfdafb8ae2a9b61da32ba6d11a70cc931b052cae433c8ae4c4e

diff --git a/mail-filter/afew/afew-1.1.0.ebuild 
b/mail-filter/afew/afew-1.1.0.ebuild
new file mode 100644
index 000..056d2071a9b
--- /dev/null
+++ b/mail-filter/afew/afew-1.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DISTUTILS_SINGLE_IMPL=1
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Initial tagging script for Notmuch"
+HOMEPAGE="https://github.com/afewmail/afew;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
+   net-mail/notmuch[python,${PYTHON_USEDEP}]"
+
+DOCS=( "README.rst" )
+
+src_prepare() {
+   sed -r \
+   -e "s/^([[:space:]]+)use_scm_version=.*,$/\1version='${PV}',/" \
+   -e "/^([[:space:]]+)setup_requires=.*,$/d" \
+   -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+src_install() {
+   distutils-r1_src_install
+   dodoc afew/defaults/afew.config
+}

diff --git a/mail-filter/afew/metadata.xml b/mail-filter/afew/metadata.xml
new file mode 100644
index 000..cf80ebdd8a7
--- /dev/null
+++ b/mail-filter/afew/metadata.xml
@@ -0,0 +1,22 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+   
+   afew is an initial tagging script for Notmuch.  Its basic task 
is to
+   provide automatic tagging each time new mail is registered with 
Notmuch.
+
+   In addition to more elementary features such as adding tags 
based on
+   e-mail headers or maildir folders, handling killed threads and 
spam, it
+   can do some heavy magic in order to learn how to initially tag 
your
+   mails based on their content.
+
+   In move mode, afew will move mails between maildir folders 
according to
+   configurable rules that can contain arbitrary notmuch queries 
to match
+   against any searchable attributes.
+   
+
+