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

2023-12-17 Thread Mart Raudsepp
commit: ef4f7a8e8681ceffd2a6e91505c8489da15fdf9f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 17 13:59:19 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 17 14:05:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4f7a8e

dev-python/patatt: keyword 0.6.2 for ~arm64

Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/patatt/patatt-0.6.2.ebuild 
b/dev-python/patatt/patatt-0.6.2.ebuild
index 782ac907b1f9..f28ca2403e7e 100644
--- a/dev-python/patatt/patatt-0.6.2.ebuild
+++ b/dev-python/patatt/patatt-0.6.2.ebuild
@@ -13,6 +13,6 @@ HOMEPAGE="https://pypi.org/project/patatt/;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"



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

2023-03-15 Thread Michał Górny
commit: 34e7543fabef009d7202f68d0e2a56904bd255c3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:47:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e7543f

dev-python/patatt: Use pypi.eclass

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

 dev-python/patatt/patatt-0.6.2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/patatt/patatt-0.6.2.ebuild 
b/dev-python/patatt/patatt-0.6.2.ebuild
index 52bbf5a324c4..782ac907b1f9 100644
--- a/dev-python/patatt/patatt-0.6.2.ebuild
+++ b/dev-python/patatt/patatt-0.6.2.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="A simple library to add cryptographic attestation to patches sent 
via email"
 HOMEPAGE="https://pypi.org/project/patatt/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2+"
 SLOT="0"



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

2022-11-13 Thread Michał Górny
commit: 78f984abd5d7c47c62c02fc2d9b9c1c7fae0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 14 04:39:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 14 04:39:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f9

dev-python/patatt: Remove old

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

 dev-python/patatt/Manifest   |  1 -
 dev-python/patatt/patatt-0.4.9-r1.ebuild | 19 ---
 2 files changed, 20 deletions(-)

diff --git a/dev-python/patatt/Manifest b/dev-python/patatt/Manifest
index 0014e67bdd90..f47898242522 100644
--- a/dev-python/patatt/Manifest
+++ b/dev-python/patatt/Manifest
@@ -1,2 +1 @@
-DIST patatt-0.4.9.tar.gz 34316 BLAKE2B 
fd731f4e8932da610f31e5176e4b9bcfe8433366b61691fc545d55fdd89675ddd17a695408391528fd213e755e1d421d21551ccbc4aa96ffccc9b62213c17aed
 SHA512 
d4280dd944cc774fa34228a50aa1573a27df2da5cb3a22dba2c3cefe4797ae902810904da776dbd89ad343b3886b6a0015996082307f83577e6a46ac533ba0d8
 DIST patatt-0.6.2.tar.gz 34852 BLAKE2B 
2dceb179dcb96d33f7ed3bfcdd96b69520cd413ee79bed4ecd09c6385b46a9b0c32fedf74d582d1aa7fb7aeb5d4e212a96c139b62a8ae155933271d7a2d8b493
 SHA512 
53140c71818fd0f101a0628b770e557a3c177cd0e7207d5933eb9e73b296dd870e9bb2ff9e77fd0b25652d937d98bb07a1413e555d466f3d108c01ddfdb06f3a

diff --git a/dev-python/patatt/patatt-0.4.9-r1.ebuild 
b/dev-python/patatt/patatt-0.4.9-r1.ebuild
deleted file mode 100644
index 9d63be6a35cb..
--- a/dev-python/patatt/patatt-0.4.9-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021-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
-
-DESCRIPTION="A simple library to add cryptographic attestation to patches sent 
via email"
-HOMEPAGE="https://pypi.org/project/patatt/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"



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

2022-08-26 Thread Arthur Zamarin
commit: f624b0b9fe6eb3f0290d9fa5d6430e930a2e0a8c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 26 16:08:02 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 26 16:33:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f624b0b9

dev-python/patatt: add 0.6.2

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

 dev-python/patatt/Manifest|  1 +
 dev-python/patatt/patatt-0.6.2.ebuild | 19 +++
 2 files changed, 20 insertions(+)

diff --git a/dev-python/patatt/Manifest b/dev-python/patatt/Manifest
index b644ed8bd4db..0014e67bdd90 100644
--- a/dev-python/patatt/Manifest
+++ b/dev-python/patatt/Manifest
@@ -1 +1,2 @@
 DIST patatt-0.4.9.tar.gz 34316 BLAKE2B 
fd731f4e8932da610f31e5176e4b9bcfe8433366b61691fc545d55fdd89675ddd17a695408391528fd213e755e1d421d21551ccbc4aa96ffccc9b62213c17aed
 SHA512 
d4280dd944cc774fa34228a50aa1573a27df2da5cb3a22dba2c3cefe4797ae902810904da776dbd89ad343b3886b6a0015996082307f83577e6a46ac533ba0d8
+DIST patatt-0.6.2.tar.gz 34852 BLAKE2B 
2dceb179dcb96d33f7ed3bfcdd96b69520cd413ee79bed4ecd09c6385b46a9b0c32fedf74d582d1aa7fb7aeb5d4e212a96c139b62a8ae155933271d7a2d8b493
 SHA512 
53140c71818fd0f101a0628b770e557a3c177cd0e7207d5933eb9e73b296dd870e9bb2ff9e77fd0b25652d937d98bb07a1413e555d466f3d108c01ddfdb06f3a

diff --git a/dev-python/patatt/patatt-0.6.2.ebuild 
b/dev-python/patatt/patatt-0.6.2.ebuild
new file mode 100644
index ..278156413472
--- /dev/null
+++ b/dev-python/patatt/patatt-0.6.2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple library to add cryptographic attestation to patches sent 
via email"
+HOMEPAGE="https://pypi.org/project/patatt/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"



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

2022-06-16 Thread Michał Górny
commit: ed320c197baa1f8c05b6642c6bad2780831ec70f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:06:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:06:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed320c19

dev-python/patatt: Remove old

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

 dev-python/patatt/patatt-0.4.9.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/patatt/patatt-0.4.9.ebuild 
b/dev-python/patatt/patatt-0.4.9.ebuild
deleted file mode 100644
index 13bc17c3a9b9..
--- a/dev-python/patatt/patatt-0.4.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple library to add cryptographic attestation to patches sent 
via email"
-HOMEPAGE="https://pypi.org/project/patatt/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"



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

2022-06-05 Thread Arthur Zamarin
commit: 998d1ae41d7ee67322105d13d8d1fa5496d7812d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jun  5 16:15:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jun  5 16:53:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998d1ae4

dev-python/patatt: Use PEP517

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

 dev-python/patatt/patatt-0.4.9-r1.ebuild | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/dev-python/patatt/patatt-0.4.9-r1.ebuild 
b/dev-python/patatt/patatt-0.4.9-r1.ebuild
new file mode 100644
index ..9d63be6a35cb
--- /dev/null
+++ b/dev-python/patatt/patatt-0.4.9-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021-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
+
+DESCRIPTION="A simple library to add cryptographic attestation to patches sent 
via email"
+HOMEPAGE="https://pypi.org/project/patatt/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"



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

2022-03-09 Thread Jason A. Donenfeld
commit: 6598fa1b025b5d8fb5e9a2a23674c3b4663ba886
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Wed Mar  9 16:25:20 2022 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Wed Mar  9 16:29:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6598fa1b

dev-python/patatt: support python 3.10

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-python/patatt/patatt-0.4.9.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/patatt/patatt-0.4.9.ebuild 
b/dev-python/patatt/patatt-0.4.9.ebuild
index daae688c710b..13bc17c3a9b9 100644
--- a/dev-python/patatt/patatt-0.4.9.ebuild
+++ b/dev-python/patatt/patatt-0.4.9.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9,10} )
 
 inherit distutils-r1
 



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

2021-12-01 Thread Jason A. Donenfeld
commit: a5545eedc0c8ccd79ef8a1ea4c6b5d8edb3ff8f2
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Dec  2 02:44:11 2021 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu Dec  2 04:06:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5545eed

dev-python/patatt: import patatt for use in b4

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-python/patatt/Manifest|  1 +
 dev-python/patatt/metadata.xml| 11 +++
 dev-python/patatt/patatt-0.4.9.ebuild | 20 
 3 files changed, 32 insertions(+)

diff --git a/dev-python/patatt/Manifest b/dev-python/patatt/Manifest
new file mode 100644
index ..b644ed8bd4db
--- /dev/null
+++ b/dev-python/patatt/Manifest
@@ -0,0 +1 @@
+DIST patatt-0.4.9.tar.gz 34316 BLAKE2B 
fd731f4e8932da610f31e5176e4b9bcfe8433366b61691fc545d55fdd89675ddd17a695408391528fd213e755e1d421d21551ccbc4aa96ffccc9b62213c17aed
 SHA512 
d4280dd944cc774fa34228a50aa1573a27df2da5cb3a22dba2c3cefe4797ae902810904da776dbd89ad343b3886b6a0015996082307f83577e6a46ac533ba0d8

diff --git a/dev-python/patatt/metadata.xml b/dev-python/patatt/metadata.xml
new file mode 100644
index ..79cb22282e18
--- /dev/null
+++ b/dev-python/patatt/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   zx...@gentoo.org
+   Jason A. Donenfeld
+   
+   
+   patatt
+   
+

diff --git a/dev-python/patatt/patatt-0.4.9.ebuild 
b/dev-python/patatt/patatt-0.4.9.ebuild
new file mode 100644
index ..daae688c710b
--- /dev/null
+++ b/dev-python/patatt/patatt-0.4.9.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A simple library to add cryptographic attestation to patches sent 
via email"
+HOMEPAGE="https://pypi.org/project/patatt/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pynacl[${PYTHON_USEDEP}]"