[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2024-05-01 Thread Michał Górny
commit: b4920e0c9595c3d8c6966ec882c7c52cd5b38cbe
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  1 17:38:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  1 17:38:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4920e0c

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/Manifest|  1 -
 dev-python/dkimpy/dkimpy-1.1.5.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index cac31e0a39f8..b252cae67397 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1 @@
-DIST dkimpy-1.1.5.tar.gz 67064 BLAKE2B 
d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735
 SHA512 
650476a54cb39d72fefe05a6fdd8167694cd6f1cf521efb7807713ccfa868dd5458732ee8501c4edea203f9726689c9632a92473698ee31889208d19891b7a13
 DIST dkimpy-1.1.6.tar.gz 66557 BLAKE2B 
89e6752b97611eba5ecf0f487d10b3210f7b898131e465639aa0a8f2120c3a2901ad844db275748148574cbfcd1a5eeaf3319c09172b51d7a79342a0ee16f285
 SHA512 
d61331cc7baa3bd5156d919a4a88ad792ac3c3077381585f8b5aa1a35dc50761b86286312e13f3514496ab50bdc6f2dac469f4b5419b49053c1c9204d569d317

diff --git a/dev-python/dkimpy/dkimpy-1.1.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.5.ebuild
deleted file mode 100644
index 14f84f5b5e4d..
--- a/dev-python/dkimpy/dkimpy-1.1.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   >=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2024-05-01 Thread Sam James
commit: 6c2b24896664a513a7fa37c25ef7227b109138db
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 16:47:37 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 16:47:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2b2489

dev-python/dkimpy: Stabilize 1.1.6 ALLARCHES, #931040

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

 dev-python/dkimpy/dkimpy-1.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.1.6.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.6.ebuild
index 58eb09537432..6b4ecb70c5d8 100644
--- a/dev-python/dkimpy/dkimpy-1.1.6.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.1.6.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
>=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2024-04-14 Thread Michał Górny
commit: c333f1adba05d2c26a468ed514a73b7b0a1d0f03
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 15 01:07:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 15 01:42:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c333f1ad

dev-python/dkimpy: Bump to 1.1.6

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.6.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index e19982f18b4e..cac31e0a39f8 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-1.1.5.tar.gz 67064 BLAKE2B 
d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735
 SHA512 
650476a54cb39d72fefe05a6fdd8167694cd6f1cf521efb7807713ccfa868dd5458732ee8501c4edea203f9726689c9632a92473698ee31889208d19891b7a13
+DIST dkimpy-1.1.6.tar.gz 66557 BLAKE2B 
89e6752b97611eba5ecf0f487d10b3210f7b898131e465639aa0a8f2120c3a2901ad844db275748148574cbfcd1a5eeaf3319c09172b51d7a79342a0ee16f285
 SHA512 
d61331cc7baa3bd5156d919a4a88ad792ac3c3077381585f8b5aa1a35dc50761b86286312e13f3514496ab50bdc6f2dac469f4b5419b49053c1c9204d569d317

diff --git a/dev-python/dkimpy/dkimpy-1.1.6.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.6.ebuild
new file mode 100644
index ..58eb09537432
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.6.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-09-01 Thread Michał Górny
commit: 822609285d9e1eb7b3ebd8a4799b2731fd2d9419
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  1 16:36:12 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  1 16:42:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82260928

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/Manifest|  1 -
 dev-python/dkimpy/dkimpy-1.1.4.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 3035072265b4..e19982f18b4e 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1 @@
-DIST dkimpy-1.1.4.tar.gz 66966 BLAKE2B 
f07d1d704d08f5d812c3937622c4ab8a2359f9ffbb9188a5c66cdf96fc050427a9fcd58696e6f592b53026034038fe71d3f2ea2708705fe0289b26ccf36a521b
 SHA512 
230808753228c0c3823bf7ef69f19e349dc03e734b534d3f941b1e3183a52b2b370dbbb7568f663095d003dcdbd649f2230d1548e0d140605f243350570b8830
 DIST dkimpy-1.1.5.tar.gz 67064 BLAKE2B 
d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735
 SHA512 
650476a54cb39d72fefe05a6fdd8167694cd6f1cf521efb7807713ccfa868dd5458732ee8501c4edea203f9726689c9632a92473698ee31889208d19891b7a13

diff --git a/dev-python/dkimpy/dkimpy-1.1.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.4.ebuild
deleted file mode 100644
index 02377b6d1896..
--- a/dev-python/dkimpy/dkimpy-1.1.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-09-01 Thread Arthur Zamarin
commit: a1d6e345a4f2b922331ba46c3ac2c229ab5ec206
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep  1 16:32:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep  1 16:32:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1d6e345

dev-python/dkimpy: Stabilize 1.1.5 ALLARCHES, #913423

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/dkimpy/dkimpy-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.1.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.5.ebuild
index 1a834355526d..14f84f5b5e4d 100644
--- a/dev-python/dkimpy/dkimpy-1.1.5.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
>=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-07-28 Thread Michał Górny
commit: ebf1bfaef84e2a6cccbfaf369cb7dda4e09c2cbe
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 29 02:49:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 29 02:53:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf1bfae

dev-python/dkimpy: Bump to 1.1.5

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.5.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index bfe2e4626afb..3035072265b4 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-1.1.4.tar.gz 66966 BLAKE2B 
f07d1d704d08f5d812c3937622c4ab8a2359f9ffbb9188a5c66cdf96fc050427a9fcd58696e6f592b53026034038fe71d3f2ea2708705fe0289b26ccf36a521b
 SHA512 
230808753228c0c3823bf7ef69f19e349dc03e734b534d3f941b1e3183a52b2b370dbbb7568f663095d003dcdbd649f2230d1548e0d140605f243350570b8830
+DIST dkimpy-1.1.5.tar.gz 67064 BLAKE2B 
d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735
 SHA512 
650476a54cb39d72fefe05a6fdd8167694cd6f1cf521efb7807713ccfa868dd5458732ee8501c4edea203f9726689c9632a92473698ee31889208d19891b7a13

diff --git a/dev-python/dkimpy/dkimpy-1.1.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.5.ebuild
new file mode 100644
index ..1a834355526d
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/dnspython-2.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-06-18 Thread Michał Górny
commit: 8e8bd6df644a752d1784e4aed6500ef0dc0293e5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 18 17:15:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 18 17:15:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8bd6df

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/Manifest|  1 -
 dev-python/dkimpy/dkimpy-1.1.3.ebuild | 37 ---
 2 files changed, 38 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 3b508ca46354..bfe2e4626afb 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1 @@
-DIST dkimpy-1.1.3.tar.gz 66793 BLAKE2B 
179bd811725f17a89c6ef62b9295d5e0c97df9fc6257e62025262466eae79562ccb3e8088e2388ec481558c88647a646ebeb9b36afbf5d59919e14ac6f1ce0af
 SHA512 
6c845e80183b9c0384163f9353b4cf065736684ec4b32f4d71ae9b92eff51105358d7c203f38d427921c00722656dbe1971247dd69e7a1442d6d0ed89874b2d5
 DIST dkimpy-1.1.4.tar.gz 66966 BLAKE2B 
f07d1d704d08f5d812c3937622c4ab8a2359f9ffbb9188a5c66cdf96fc050427a9fcd58696e6f592b53026034038fe71d3f2ea2708705fe0289b26ccf36a521b
 SHA512 
230808753228c0c3823bf7ef69f19e349dc03e734b534d3f941b1e3183a52b2b370dbbb7568f663095d003dcdbd649f2230d1548e0d140605f243350570b8830

diff --git a/dev-python/dkimpy/dkimpy-1.1.3.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.3.ebuild
deleted file mode 100644
index 02377b6d1896..
--- a/dev-python/dkimpy/dkimpy-1.1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-06-18 Thread Sam James
commit: 7eecdd59c30d20abee5ce291911914fd78173c9d
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 18 15:13:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 18 15:13:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eecdd59

dev-python/dkimpy: Stabilize 1.1.4 ALLARCHES, #908776

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

 dev-python/dkimpy/dkimpy-1.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.1.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.4.ebuild
index 7a71236ad9dd..02377b6d1896 100644
--- a/dev-python/dkimpy/dkimpy-1.1.4.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.1.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-05-13 Thread Michał Górny
commit: d2497b2c9a099ddbc8e9f9ae8ea77acc3a7b7f1a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 15:47:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 13 16:03:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2497b2c

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/Manifest|  2 --
 dev-python/dkimpy/dkimpy-1.1.1.ebuild | 37 ---
 dev-python/dkimpy/dkimpy-1.1.2.ebuild | 37 ---
 3 files changed, 76 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 3e854d5927d6..3b508ca46354 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,4 +1,2 @@
-DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 
6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4
 SHA512 
46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9
-DIST dkimpy-1.1.2.tar.gz 66466 BLAKE2B 
a202acba76b83bc6c9e82d02e45ae77a09aa016c77285efd8c1c291ca9633f1cb02335b86b6da232a291e6f9a9ae3b344f217a1539bc9bfd7b0cefcbff81ab4f
 SHA512 
92d8427ffd58269d91d0ebc20b082cf110431aa73a1b49fb4565d69e84b6f99404eb7cd91a3c81683461e6ff6361084f41a147b35b36ae4824cffe756b78a9cb
 DIST dkimpy-1.1.3.tar.gz 66793 BLAKE2B 
179bd811725f17a89c6ef62b9295d5e0c97df9fc6257e62025262466eae79562ccb3e8088e2388ec481558c88647a646ebeb9b36afbf5d59919e14ac6f1ce0af
 SHA512 
6c845e80183b9c0384163f9353b4cf065736684ec4b32f4d71ae9b92eff51105358d7c203f38d427921c00722656dbe1971247dd69e7a1442d6d0ed89874b2d5
 DIST dkimpy-1.1.4.tar.gz 66966 BLAKE2B 
f07d1d704d08f5d812c3937622c4ab8a2359f9ffbb9188a5c66cdf96fc050427a9fcd58696e6f592b53026034038fe71d3f2ea2708705fe0289b26ccf36a521b
 SHA512 
230808753228c0c3823bf7ef69f19e349dc03e734b534d3f941b1e3183a52b2b370dbbb7568f663095d003dcdbd649f2230d1548e0d140605f243350570b8830

diff --git a/dev-python/dkimpy/dkimpy-1.1.1.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.1.ebuild
deleted file mode 100644
index 02377b6d1896..
--- a/dev-python/dkimpy/dkimpy-1.1.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}

diff --git a/dev-python/dkimpy/dkimpy-1.1.2.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.2.ebuild
deleted file mode 100644
index 7a71236ad9dd..
--- a/dev-python/dkimpy/dkimpy-1.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-05-13 Thread Jakov Smolić
commit: d0e6835b4e6825b44eaf7c9f72a15171e0983329
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 13 14:50:47 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 13 14:50:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0e6835b

dev-python/dkimpy: Stabilize 1.1.3 ALLARCHES, #906281

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/dkimpy/dkimpy-1.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.1.3.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.3.ebuild
index 7a71236ad9dd..02377b6d1896 100644
--- a/dev-python/dkimpy/dkimpy-1.1.3.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.1.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-05-12 Thread Michał Górny
commit: 59ddf0283abc0b7b09756aed3f5d2e7870323c3a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 13 04:22:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 13 04:46:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59ddf028

dev-python/dkimpy: Bump to 1.1.4

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.4.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 943dd1f776fa..3e854d5927d6 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,3 +1,4 @@
 DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 
6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4
 SHA512 
46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9
 DIST dkimpy-1.1.2.tar.gz 66466 BLAKE2B 
a202acba76b83bc6c9e82d02e45ae77a09aa016c77285efd8c1c291ca9633f1cb02335b86b6da232a291e6f9a9ae3b344f217a1539bc9bfd7b0cefcbff81ab4f
 SHA512 
92d8427ffd58269d91d0ebc20b082cf110431aa73a1b49fb4565d69e84b6f99404eb7cd91a3c81683461e6ff6361084f41a147b35b36ae4824cffe756b78a9cb
 DIST dkimpy-1.1.3.tar.gz 66793 BLAKE2B 
179bd811725f17a89c6ef62b9295d5e0c97df9fc6257e62025262466eae79562ccb3e8088e2388ec481558c88647a646ebeb9b36afbf5d59919e14ac6f1ce0af
 SHA512 
6c845e80183b9c0384163f9353b4cf065736684ec4b32f4d71ae9b92eff51105358d7c203f38d427921c00722656dbe1971247dd69e7a1442d6d0ed89874b2d5
+DIST dkimpy-1.1.4.tar.gz 66966 BLAKE2B 
f07d1d704d08f5d812c3937622c4ab8a2359f9ffbb9188a5c66cdf96fc050427a9fcd58696e6f592b53026034038fe71d3f2ea2708705fe0289b26ccf36a521b
 SHA512 
230808753228c0c3823bf7ef69f19e349dc03e734b534d3f941b1e3183a52b2b370dbbb7568f663095d003dcdbd649f2230d1548e0d140605f243350570b8830

diff --git a/dev-python/dkimpy/dkimpy-1.1.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.4.ebuild
new file mode 100644
index ..7a71236ad9dd
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.4.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-04-30 Thread Michał Górny
commit: ad80e7b855c5f89235480a931d9526aee48c0c69
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  1 04:07:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  1 04:31:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad80e7b8

dev-python/dkimpy: Bump to 1.1.3

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.3.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index b9e117c7e7bb..943dd1f776fa 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1,3 @@
 DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 
6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4
 SHA512 
46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9
 DIST dkimpy-1.1.2.tar.gz 66466 BLAKE2B 
a202acba76b83bc6c9e82d02e45ae77a09aa016c77285efd8c1c291ca9633f1cb02335b86b6da232a291e6f9a9ae3b344f217a1539bc9bfd7b0cefcbff81ab4f
 SHA512 
92d8427ffd58269d91d0ebc20b082cf110431aa73a1b49fb4565d69e84b6f99404eb7cd91a3c81683461e6ff6361084f41a147b35b36ae4824cffe756b78a9cb
+DIST dkimpy-1.1.3.tar.gz 66793 BLAKE2B 
179bd811725f17a89c6ef62b9295d5e0c97df9fc6257e62025262466eae79562ccb3e8088e2388ec481558c88647a646ebeb9b36afbf5d59919e14ac6f1ce0af
 SHA512 
6c845e80183b9c0384163f9353b4cf065736684ec4b32f4d71ae9b92eff51105358d7c203f38d427921c00722656dbe1971247dd69e7a1442d6d0ed89874b2d5

diff --git a/dev-python/dkimpy/dkimpy-1.1.3.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.3.ebuild
new file mode 100644
index ..7a71236ad9dd
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-04-10 Thread Michał Górny
commit: 76fc351a937464ea5314bebb8312a2b6d0a07a20
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 10 05:41:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 10 05:41:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76fc351a

dev-python/dkimpy: Bump to 1.1.2

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.2.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index adc8a6b6e0cb..b9e117c7e7bb 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 
6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4
 SHA512 
46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9
+DIST dkimpy-1.1.2.tar.gz 66466 BLAKE2B 
a202acba76b83bc6c9e82d02e45ae77a09aa016c77285efd8c1c291ca9633f1cb02335b86b6da232a291e6f9a9ae3b344f217a1539bc9bfd7b0cefcbff81ab4f
 SHA512 
92d8427ffd58269d91d0ebc20b082cf110431aa73a1b49fb4565d69e84b6f99404eb7cd91a3c81683461e6ff6361084f41a147b35b36ae4824cffe756b78a9cb

diff --git a/dev-python/dkimpy/dkimpy-1.1.2.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.2.ebuild
new file mode 100644
index ..7a71236ad9dd
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-03-30 Thread Michał Górny
commit: 04d493b31f03f9560b5932448ca79db940f6d357
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 30 16:45:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 30 16:45:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d493b3

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/Manifest   |  2 --
 dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild | 37 
 dev-python/dkimpy/dkimpy-1.1.0.ebuild| 37 
 3 files changed, 76 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 65475cc937a3..adc8a6b6e0cb 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,3 +1 @@
-DIST dkimpy-1.0.5.tar.gz 59799 BLAKE2B 
317e7a9e7ad1efdbbc7f4f1ce7efca70f3be4272ead3761d8bbde14d19e9f3a90af96d7bff5fba5b612cecaa166b58da4617e39a13276d0982ea38809f808b4d
 SHA512 
af72a56a777b23318af8f8014bad03cadb93cc39f0b8c2062e15f3e5ca77a13be6f49664c9745f1fe97c592be5a63c4b0a3942da2c2c6eaa486137fdbb96528f
-DIST dkimpy-1.1.0.tar.gz 66326 BLAKE2B 
3af2ab63351c117b7fa0fd2c7a2f2a98b2177511af61734d171fb69e25c5a3d629d95f8ba2832b66f57607ff447a4093ab8ebd58c931975e9ca0c1bab9469590
 SHA512 
d8c656d1adabbf8ef2121a36a848818ee9ce5ac9fe42c4b16ef50588870478989159f4ff3aa422ba0556a82763a9e78fde5e19195fe0b95176f2f4ff1d60c70e
 DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 
6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4
 SHA512 
46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9

diff --git a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
deleted file mode 100644
index 02377b6d1896..
--- a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}

diff --git a/dev-python/dkimpy/dkimpy-1.1.0.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.0.ebuild
deleted file mode 100644
index 7a71236ad9dd..
--- a/dev-python/dkimpy/dkimpy-1.1.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="
-   https://launchpad.net/dkimpy/
-   https://pypi.org/project/dkimpy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-03-30 Thread Arthur Zamarin
commit: 2ab17540b18bfc8c5607bf4caac999bddc50559e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Mar 30 16:29:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 30 16:29:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ab17540

dev-python/dkimpy: Stabilize 1.1.1 ALLARCHES, #903586

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/dkimpy/dkimpy-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.1.1.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.1.ebuild
index 7a71236ad9dd..02377b6d1896 100644
--- a/dev-python/dkimpy/dkimpy-1.1.1.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.1.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-03-10 Thread Michał Górny
commit: 2741f6dac1b0fb053ab54bce309dd1cc25ccf57e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 11 06:01:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 11 06:55:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2741f6da

dev-python/dkimpy: Bump to 1.1.1

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.1.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 0f47d5f40e67..65475cc937a3 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1,3 @@
 DIST dkimpy-1.0.5.tar.gz 59799 BLAKE2B 
317e7a9e7ad1efdbbc7f4f1ce7efca70f3be4272ead3761d8bbde14d19e9f3a90af96d7bff5fba5b612cecaa166b58da4617e39a13276d0982ea38809f808b4d
 SHA512 
af72a56a777b23318af8f8014bad03cadb93cc39f0b8c2062e15f3e5ca77a13be6f49664c9745f1fe97c592be5a63c4b0a3942da2c2c6eaa486137fdbb96528f
 DIST dkimpy-1.1.0.tar.gz 66326 BLAKE2B 
3af2ab63351c117b7fa0fd2c7a2f2a98b2177511af61734d171fb69e25c5a3d629d95f8ba2832b66f57607ff447a4093ab8ebd58c931975e9ca0c1bab9469590
 SHA512 
d8c656d1adabbf8ef2121a36a848818ee9ce5ac9fe42c4b16ef50588870478989159f4ff3aa422ba0556a82763a9e78fde5e19195fe0b95176f2f4ff1d60c70e
+DIST dkimpy-1.1.1.tar.gz 66368 BLAKE2B 
6b9107129a0857a384d90b9c7d3970177aa32edaaeb41d62dd4edc6fdf7e8c16e3160162aaed074f865d476dc3f7f20ad299f7034858c0fc59ef88c651552ae4
 SHA512 
46db739f48f5b3aa1605f12822bef61286767b8770685d5056fcebf8475f9cbc78265c792a0371226ffaa97a55703acc6f6ae63c44944cf29a392c8bf51d49b9

diff --git a/dev-python/dkimpy/dkimpy-1.1.1.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.1.ebuild
new file mode 100644
index ..7a71236ad9dd
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-02-25 Thread Michał Górny
commit: 52c497e18847168a8785ba90938aebaee4f9b1c8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 26 04:33:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 26 04:33:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c497e1

dev-python/dkimpy: Bump to 1.1.0

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

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.1.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 53691a5a99af..0f47d5f40e67 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-1.0.5.tar.gz 59799 BLAKE2B 
317e7a9e7ad1efdbbc7f4f1ce7efca70f3be4272ead3761d8bbde14d19e9f3a90af96d7bff5fba5b612cecaa166b58da4617e39a13276d0982ea38809f808b4d
 SHA512 
af72a56a777b23318af8f8014bad03cadb93cc39f0b8c2062e15f3e5ca77a13be6f49664c9745f1fe97c592be5a63c4b0a3942da2c2c6eaa486137fdbb96528f
+DIST dkimpy-1.1.0.tar.gz 66326 BLAKE2B 
3af2ab63351c117b7fa0fd2c7a2f2a98b2177511af61734d171fb69e25c5a3d629d95f8ba2832b66f57607ff447a4093ab8ebd58c931975e9ca0c1bab9469590
 SHA512 
d8c656d1adabbf8ef2121a36a848818ee9ce5ac9fe42c4b16ef50588870478989159f4ff3aa422ba0556a82763a9e78fde5e19195fe0b95176f2f4ff1d60c70e

diff --git a/dev-python/dkimpy/dkimpy-1.1.0.ebuild 
b/dev-python/dkimpy/dkimpy-1.1.0.ebuild
new file mode 100644
index ..7a71236ad9dd
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 optfeature pypi
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-02-16 Thread Michał Górny
commit: 226a33dbe333939cf9e56ffd556dec1811d1a881
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 17:51:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 18:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226a33db

dev-python/dkimpy: Use pypi.eclass

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

 dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
index ea550537dc7f..02377b6d1896 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
 
 DESCRIPTION="DKIM and ARC email signing and verification library"
 HOMEPAGE="
https://launchpad.net/dkimpy/
https://pypi.org/project/dkimpy/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2023-02-16 Thread Michał Górny
commit: 34c8e91eea865ec38379a603f44a95d22c8db601
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 17:51:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 18:05:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c8e91e

dev-python/dkimpy: Enable py3.11

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

 dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
index 7bcb22efed71..ea550537dc7f 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2022-05-21 Thread Michał Górny
commit: 7ef6f354e01254e20a53f667a72772af29536b50
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 21 19:19:09 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 21 19:22:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef6f354

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/dkimpy-1.0.5.ebuild | 32 
 1 file changed, 32 deletions(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
deleted file mode 100644
index e598a8d6cb30..
--- a/dev-python/dkimpy/dkimpy-1.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="https://launchpad.net/dkimpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-
-RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-pkg_postinst() {
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2022-05-21 Thread Jakov Smolić
commit: f1e57a4cf620c256def49c2cd00c7a650f2b5703
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat May 21 17:33:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat May 21 17:33:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e57a4c

dev-python/dkimpy: Stabilize 1.0.5-r1 ALLARCHES, #846713

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
index 29d068719bce..1b200393aedf 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2022-04-18 Thread Michał Górny
commit: 4b93be65ecb2c9b47e3c916c7af245b2b083afce
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 18 07:57:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 18 08:19:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b93be65

dev-python/dkimpy: EAPI 8, PEP517

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

 dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild | 38 
 1 file changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
new file mode 100644
index ..29d068719bce
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.0.5-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="
+   https://launchpad.net/dkimpy/
+   https://pypi.org/project/dkimpy/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+pkg_postinst() {
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2021-09-04 Thread Arthur Zamarin
commit: ef164c45f55b0a6b5f1f129e5b0773e3e709c23f
Author: David Denoncin  gmail  com>
AuthorDate: Sat Sep  4 20:12:59 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep  5 04:30:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef164c45

dev-python/dkimpy: delete DISTUTILS_USE_SETUPTOOLS

Due to the removal of python 3.7, DISTUTILS_USE_SETUPTOOLS is no longer
needed.

Closes:https://bugs.gentoo.org/811471

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22215
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/dkimpy/dkimpy-1.0.5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
index 761285956f7..e598a8d6cb3 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2021-09-02 Thread Arthur Zamarin
commit: 4cb26b1f244e0a6d3881d6d04ef2cf25c268
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  2 18:21:33 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  2 19:05:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb26b1f

dev-python/dkimpy: enable py3.10, small cleanup

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/dkimpy/dkimpy-1.0.5.ebuild | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
index 818fd1ed220..761285956f7 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1 optfeature
@@ -16,19 +16,16 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm64 x86"
 
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-BDEPEND+="
+RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]"
+BDEPEND="
test? (
dev-python/authres[${PYTHON_USEDEP}]
dev-python/pynacl[${PYTHON_USEDEP}]
)
 "
 
+distutils_enable_tests unittest
+
 pkg_postinst() {
optfeature "ARC support" dev-python/authres
optfeature "ed25519 capability" dev-python/pynacl



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-09-18 Thread Michał Górny
commit: c291918717374ca455d53f4451dd19b06191caf5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 18 14:41:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 18 14:41:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2919187

dev-python/dkimpy: Remove old

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

 dev-python/dkimpy/Manifest|  1 -
 dev-python/dkimpy/dkimpy-1.0.4.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index eb9b2f02ec0..53691a5a99a 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1 @@
-DIST dkimpy-1.0.4.tar.gz 59689 BLAKE2B 
ddbe24f3d98833260763eac65199dc282d4833f22adaf5495247c2198626da826d8e1b40767a7a85dd2fe62efe527d99e3c2bcbb838f1038e6ae65af1a60b686
 SHA512 
0c6b35f6658b11bee340cfe51eca03c301ee052ce602a326b4519bbe134cc7f7d816b8b58faf38bec53b71201bd57dcd1869dd4f3df942cbf2f49caca04cde34
 DIST dkimpy-1.0.5.tar.gz 59799 BLAKE2B 
317e7a9e7ad1efdbbc7f4f1ce7efca70f3be4272ead3761d8bbde14d19e9f3a90af96d7bff5fba5b612cecaa166b58da4617e39a13276d0982ea38809f808b4d
 SHA512 
af72a56a777b23318af8f8014bad03cadb93cc39f0b8c2062e15f3e5ca77a13be6f49664c9745f1fe97c592be5a63c4b0a3942da2c2c6eaa486137fdbb96528f

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
deleted file mode 100644
index af3c9201395..000
--- a/dev-python/dkimpy/dkimpy-1.0.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8,9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="https://launchpad.net/dkimpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm64 x86"
-IUSE=""
-
-RDEPEND="
-   dev-python/dnspython[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-BDEPEND+="
-   test? (
-   dev-python/authres[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   )
-"
-
-pkg_postinst() {
-   elog "Optional dependencies:"
-   optfeature "ARC support" dev-python/authres
-   optfeature "ed25519 capability" dev-python/pynacl
-   optfeature "asyncio support" dev-python/aiodns
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-09-17 Thread Sam James
commit: f26ff4d8cedc961072fbb51ada2922ef07fdb07e
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 17 16:02:49 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 17 16:03:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26ff4d8

dev-python/dkimpy: Stabilize 1.0.5 ALLARCHES, #742821

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

 dev-python/dkimpy/dkimpy-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
index c8f8c7e8031..ec25f0c4ab3 100644
--- a/dev-python/dkimpy/dkimpy-1.0.5.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 
 RDEPEND="
dev-python/dnspython[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-09-16 Thread Michał Górny
commit: d25ed32cb59a104f971a7fbb8d5ce658c154f1a3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 16 06:54:56 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 16 07:12:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25ed32c

dev-python/dkimpy: Mark ALLARCHES

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

 dev-python/dkimpy/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
index 2249c703089..bb2d1e3795b 100644
--- a/dev-python/dkimpy/metadata.xml
+++ b/dev-python/dkimpy/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

dkimpy
dkimpy



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-08-16 Thread Joonas Niilola
commit: b2864f38d6673ae1cf6ccf8b741db22955980458
Author: David Denoncin  gmail  com>
AuthorDate: Sun Aug  9 17:04:45 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Aug 16 08:00:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2864f38

dev-python/dkimpy: vbump 1.0.5

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17062
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.0.5.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index dfa437c2e77..eb9b2f02ec0 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-1.0.4.tar.gz 59689 BLAKE2B 
ddbe24f3d98833260763eac65199dc282d4833f22adaf5495247c2198626da826d8e1b40767a7a85dd2fe62efe527d99e3c2bcbb838f1038e6ae65af1a60b686
 SHA512 
0c6b35f6658b11bee340cfe51eca03c301ee052ce602a326b4519bbe134cc7f7d816b8b58faf38bec53b71201bd57dcd1869dd4f3df942cbf2f49caca04cde34
+DIST dkimpy-1.0.5.tar.gz 59799 BLAKE2B 
317e7a9e7ad1efdbbc7f4f1ce7efca70f3be4272ead3761d8bbde14d19e9f3a90af96d7bff5fba5b612cecaa166b58da4617e39a13276d0982ea38809f808b4d
 SHA512 
af72a56a777b23318af8f8014bad03cadb93cc39f0b8c2062e15f3e5ca77a13be6f49664c9745f1fe97c592be5a63c4b0a3942da2c2c6eaa486137fdbb96528f

diff --git a/dev-python/dkimpy/dkimpy-1.0.5.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
new file mode 100644
index 000..92115472e0c
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.0.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="https://launchpad.net/dkimpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+BDEPEND+="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+pkg_postinst() {
+   elog "Optional dependencies:"
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-08-05 Thread Agostino Sarubbo
commit: f62b6214758d27a19063a088705bbb20ce604d29
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 14:16:26 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 14:16:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f62b6214

dev-python/dkimpy: x86 stable wrt bug #734798

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/dkimpy/dkimpy-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
index 9b82416d574..0cdf6add25e 100644
--- a/dev-python/dkimpy/dkimpy-1.0.4.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-08-05 Thread Agostino Sarubbo
commit: 3b0b33735159c386478e7ad37fd1a17b243e895a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  5 13:50:13 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  5 13:50:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b0b3373

dev-python/dkimpy: amd64 stable wrt bug #734798

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/dkimpy/dkimpy-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
index edf55b0d712..9b82416d574 100644
--- a/dev-python/dkimpy/dkimpy-1.0.4.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-08-04 Thread Sam James
commit: 7bc7d5cd7b90ed94986ef88010c82c60813336ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug  4 23:56:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug  4 23:56:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc7d5cd

dev-python/dkimpy: arm64 stable (bug #734798)

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

 dev-python/dkimpy/dkimpy-1.0.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
index 459673c351c..edf55b0d712 100644
--- a/dev-python/dkimpy/dkimpy-1.0.4.ebuild
+++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-06-09 Thread Michał Górny
commit: 3ab5f98e9bf0655e7e2b01ea8f470f523c556d4a
Author: David Denoncin  gmail  com>
AuthorDate: Sun May 17 00:02:23 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  9 07:46:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ab5f98e

dev-python/dkimpy: version bump

Closes: https://bugs.gentoo.org/717052
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15840
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-1.0.4.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index f1223ba349a..598894dfe55 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-0.9.2.tar.gz 50263 BLAKE2B 
e18b1337699c1e843b4878cc84aa9988adaca475cd22b406b558c132a36761669c835dbb9718ba6c40fa5f78efe669d08c8517d6208f783399834737f4805671
 SHA512 
a1e7ac778f8cf0897793f296061ef67a6945b136db1a7aee18498ce33111d1a0d485b0ce32f52c22c0866be644065e000de57131301000a83a1b55b6a875bfce
+DIST dkimpy-1.0.4.tar.gz 59689 BLAKE2B 
ddbe24f3d98833260763eac65199dc282d4833f22adaf5495247c2198626da826d8e1b40767a7a85dd2fe62efe527d99e3c2bcbb838f1038e6ae65af1a60b686
 SHA512 
0c6b35f6658b11bee340cfe51eca03c301ee052ce602a326b4519bbe134cc7f7d816b8b58faf38bec53b71201bd57dcd1869dd4f3df942cbf2f49caca04cde34

diff --git a/dev-python/dkimpy/dkimpy-1.0.4.ebuild 
b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
new file mode 100644
index 000..459673c351c
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-1.0.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1 eutils
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="https://launchpad.net/dkimpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   dev-python/dnspython[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+BDEPEND+="
+   test? (
+   dev-python/authres[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   )
+"
+
+pkg_postinst() {
+   elog "Optional dependencies:"
+   optfeature "ARC support" dev-python/authres
+   optfeature "ed25519 capability" dev-python/pynacl
+   optfeature "asyncio support" dev-python/aiodns
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-06-09 Thread Michał Górny
commit: d1dcb1d3fd78fb9363edf4f7b98bba664627f852
Author: David Denoncin  gmail  com>
AuthorDate: Sat May 16 23:58:50 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun  9 07:46:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dcb1d3

dev-python/dkimpy: new proxy maintainer

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Denoncin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/dkimpy/metadata.xml | 34 --
 1 file changed, 12 insertions(+), 22 deletions(-)

diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
index 83c7605ab5b..2249c703089 100644
--- a/dev-python/dkimpy/metadata.xml
+++ b/dev-python/dkimpy/metadata.xml
@@ -1,26 +1,16 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   
-   Python module that implements DKIM (DomainKeys Identified Mail) 
email
-   signing and verification. It also provides helper scripts for 
command
-   line signing and verification. As of version 0.6.0, it also 
supports
-   the experimental Authenticated Received Chain (ARC) protocol.
-
-   Originally developed by Greg Hewgill http://hewgill.com/pydkim/ 
- The
-   code in this project has been modified and development work 
continued.
-   This is now a fork of pydkim and we've renamed it dkimpy to 
avoid
-   confusion. The original author of pydkim has confirmed he no 
longer
-   intends to maintain it and supports this as its continuation.
-
-   Current documentation is available online at
-   https://gathman.org/pydkim/
-
-   ARC is still in development. dkimpy 0.6.0 supports draft
-   https://tools.ietf.org/html/draft-ietf-dmarc-arc-protocol-01 
with the
-   exception of requiring 1024 bit minimum key size (this matches 
the
-   planned changes in the next update).
-   
+   
+   ddenon...@gmail.com
+   David Denoncin
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   dkimpy
+   dkimpy
+   
 
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-03-26 Thread Michał Górny
commit: 337823b04fcf9360566ed90cf7598a194c95fd51
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 20:44:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 20:44:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337823b0

dev-python/dkimpy: Remove redundant versions

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

 dev-python/dkimpy/Manifest|  1 -
 dev-python/dkimpy/dkimpy-0.6.2.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index c1660e9528d..f1223ba349a 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1,2 +1 @@
-DIST dkimpy-0.6.2.tar.gz 39197 BLAKE2B 
e52df97b03075461935e82d2acd17c6eaff8f9fb0b8217b1803dc54434ce2c002e1aa419b0293bdb130045be4edacceaf447dcfc566bef4a5e16e0651ac7365c
 SHA512 
7592153270ea11f59dc67e31a10c91345389d4391f3a9dc9fbd1224410edab4743935763ad5b1016b321bfa7b1c4c0255f26323bd5556f359b0b743bda4e515b
 DIST dkimpy-0.9.2.tar.gz 50263 BLAKE2B 
e18b1337699c1e843b4878cc84aa9988adaca475cd22b406b558c132a36761669c835dbb9718ba6c40fa5f78efe669d08c8517d6208f783399834737f4805671
 SHA512 
a1e7ac778f8cf0897793f296061ef67a6945b136db1a7aee18498ce33111d1a0d485b0ce32f52c22c0866be644065e000de57131301000a83a1b55b6a875bfce

diff --git a/dev-python/dkimpy/dkimpy-0.6.2.ebuild 
b/dev-python/dkimpy/dkimpy-0.6.2.ebuild
deleted file mode 100644
index c30216f2fe2..000
--- a/dev-python/dkimpy/dkimpy-0.6.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="DKIM and ARC email signing and verification library"
-HOMEPAGE="https://launchpad.net/dkimpy;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2020-03-19 Thread Michał Górny
commit: 511dfd8cc41cfec566a5a590560392a4dab38d8d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 19 18:38:46 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 19 18:44:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511dfd8c

dev-python/dkimpy: Remove py2

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

 dev-python/dkimpy/dkimpy-0.6.2.ebuild | 2 +-
 dev-python/dkimpy/dkimpy-0.9.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/dkimpy/dkimpy-0.6.2.ebuild 
b/dev-python/dkimpy/dkimpy-0.6.2.ebuild
index 67f8b2723c7..c30216f2fe2 100644
--- a/dev-python/dkimpy/dkimpy-0.6.2.ebuild
+++ b/dev-python/dkimpy/dkimpy-0.6.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 

diff --git a/dev-python/dkimpy/dkimpy-0.9.2.ebuild 
b/dev-python/dkimpy/dkimpy-0.9.2.ebuild
index a545b6dddbc..94e3b7d1240 100644
--- a/dev-python/dkimpy/dkimpy-0.9.2.ebuild
+++ b/dev-python/dkimpy/dkimpy-0.9.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2019-07-27 Thread Matthew Thode
commit: 1425ec21793e885281951689309853abcc6d38a3
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Jul 28 00:17:37 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Jul 28 00:19:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1425ec21

dev-python/dkimpy: 0.9.2 bump

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-0.9.2.ebuild | 20 
 2 files changed, 21 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
index 727288e2bd4..c1660e9528d 100644
--- a/dev-python/dkimpy/Manifest
+++ b/dev-python/dkimpy/Manifest
@@ -1 +1,2 @@
 DIST dkimpy-0.6.2.tar.gz 39197 BLAKE2B 
e52df97b03075461935e82d2acd17c6eaff8f9fb0b8217b1803dc54434ce2c002e1aa419b0293bdb130045be4edacceaf447dcfc566bef4a5e16e0651ac7365c
 SHA512 
7592153270ea11f59dc67e31a10c91345389d4391f3a9dc9fbd1224410edab4743935763ad5b1016b321bfa7b1c4c0255f26323bd5556f359b0b743bda4e515b
+DIST dkimpy-0.9.2.tar.gz 50263 BLAKE2B 
e18b1337699c1e843b4878cc84aa9988adaca475cd22b406b558c132a36761669c835dbb9718ba6c40fa5f78efe669d08c8517d6208f783399834737f4805671
 SHA512 
a1e7ac778f8cf0897793f296061ef67a6945b136db1a7aee18498ce33111d1a0d485b0ce32f52c22c0866be644065e000de57131301000a83a1b55b6a875bfce

diff --git a/dev-python/dkimpy/dkimpy-0.9.2.ebuild 
b/dev-python/dkimpy/dkimpy-0.9.2.ebuild
new file mode 100644
index 000..8c377b6ba9c
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-0.9.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="https://launchpad.net/dkimpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/dkimpy/

2017-12-02 Thread Amadeusz Piotr Żołnowski
commit: b67fc6ac949bf309e96842d29b4ba89266876cb1
Author: Amadeusz Żołnowski  gentoo  org>
AuthorDate: Sat Dec  2 23:42:34 2017 +
Commit: Amadeusz Piotr Żołnowski  gentoo  org>
CommitDate: Sat Dec  2 23:43:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b67fc6ac

dev-python/dkimpy: Add new package

It's going to be required by next version of mail-filter/afew.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/dkimpy/Manifest|  1 +
 dev-python/dkimpy/dkimpy-0.6.2.ebuild | 20 
 dev-python/dkimpy/metadata.xml| 29 +
 3 files changed, 50 insertions(+)

diff --git a/dev-python/dkimpy/Manifest b/dev-python/dkimpy/Manifest
new file mode 100644
index 000..727288e2bd4
--- /dev/null
+++ b/dev-python/dkimpy/Manifest
@@ -0,0 +1 @@
+DIST dkimpy-0.6.2.tar.gz 39197 BLAKE2B 
e52df97b03075461935e82d2acd17c6eaff8f9fb0b8217b1803dc54434ce2c002e1aa419b0293bdb130045be4edacceaf447dcfc566bef4a5e16e0651ac7365c
 SHA512 
7592153270ea11f59dc67e31a10c91345389d4391f3a9dc9fbd1224410edab4743935763ad5b1016b321bfa7b1c4c0255f26323bd5556f359b0b743bda4e515b

diff --git a/dev-python/dkimpy/dkimpy-0.6.2.ebuild 
b/dev-python/dkimpy/dkimpy-0.6.2.ebuild
new file mode 100644
index 000..fa70db8aa23
--- /dev/null
+++ b/dev-python/dkimpy/dkimpy-0.6.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="DKIM and ARC email signing and verification library"
+HOMEPAGE="https://launchpad.net/dkimpy;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

diff --git a/dev-python/dkimpy/metadata.xml b/dev-python/dkimpy/metadata.xml
new file mode 100644
index 000..0c13f388999
--- /dev/null
+++ b/dev-python/dkimpy/metadata.xml
@@ -0,0 +1,29 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   aide...@gentoo.org
+   Amadeusz Żołnowski
+   
+   
+   Python module that implements DKIM (DomainKeys Identified Mail) 
email
+   signing and verification. It also provides helper scripts for 
command
+   line signing and verification. As of version 0.6.0, it also 
supports
+   the experimental Authenticated Received Chain (ARC) protocol.
+
+   Originally developed by Greg Hewgill http://hewgill.com/pydkim/ 
- The
+   code in this project has been modified and development work 
continued.
+   This is now a fork of pydkim and we've renamed it dkimpy to 
avoid
+   confusion. The original author of pydkim has confirmed he no 
longer
+   intends to maintain it and supports this as its continuation.
+
+   Current documentation is available online at
+   https://gathman.org/pydkim/
+
+   ARC is still in development. dkimpy 0.6.0 supports draft
+   https://tools.ietf.org/html/draft-ietf-dmarc-arc-protocol-01 
with the
+   exception of requiring 1024 bit minimum key size (this matches 
the
+   planned changes in the next update).
+   
+
+