[gentoo-commits] repo/proj/guru:dev commit in: dev-python/avro/

2024-01-23 Thread Takuya Wakazono
commit: 6826ce7cc9663a5f97716f5d40e16780ad2b08da
Author: Takuya Wakazono  gmail  com>
AuthorDate: Tue Jan 23 14:22:13 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Tue Jan 23 14:22:13 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6826ce7c

dev-python/avro: add 1.11.3

Closes: https://bugs.gentoo.org/921787
Signed-off-by: Takuya Wakazono  gmail.com>

 dev-python/avro/Manifest   |  1 +
 dev-python/avro/avro-1.11.3.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest
index 49da0325e5..1c1556cf21 100644
--- a/dev-python/avro/Manifest
+++ b/dev-python/avro/Manifest
@@ -1 +1,2 @@
 DIST avro-1.11.0.tar.gz 83374 BLAKE2B 
01f63974133d2c199f2b1e50694787898505dccf9ee3100517bd783088dce47a9b7c03aa9f98c9b4bd06a989a804478e081f0068fe4f2e81c047a9579c7a395e
 SHA512 
e5fa1842df8d1dd730da850957927049c39788ce27b8454960d88fe7e8cf6bb6537e6db2dedd630fd09c03bc736f276b567c35c749f06fdc76a6d9cac43a4c07
+DIST avro-1.11.3.tar.gz 90621 BLAKE2B 
3fbd8ea80eeea212e9136207c5207af5571ad74e21d5ab469fc1a86525cffb2f80477757be8b63cd026d9b75ec596d30b2c1bdf4abba6b15711cd3dffafcf80e
 SHA512 
2f7877dce1ff2bde8e9cbf531f8c8149c68026ee9274d53bcbe99e7ecb678004701ad5c7cb001c01c0351aaa4d8b5d5d699f8952d95368ad2713204dd1c21895

diff --git a/dev-python/avro/avro-1.11.3.ebuild 
b/dev-python/avro/avro-1.11.3.ebuild
new file mode 100644
index 00..f09b598b4e
--- /dev/null
+++ b/dev-python/avro/avro-1.11.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-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} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Apache Avro is a data serialization system"
+HOMEPAGE="
+   https://pypi.org/project/avro/
+   https://avro.apache.org
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/avro/

2024-01-23 Thread Takuya Wakazono
commit: 741b1315f3639dbee4f6644658c8655fc10fb6f5
Author: Takuya Wakazono  gmail  com>
AuthorDate: Tue Jan 23 14:22:48 2024 +
Commit: Takuya Wakazono  gmail  com>
CommitDate: Tue Jan 23 14:22:48 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=741b1315

dev-python/avro: drop 1.11.0

Signed-off-by: Takuya Wakazono  gmail.com>

 dev-python/avro/Manifest   |  1 -
 dev-python/avro/avro-1.11.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest
index 1c1556cf21..4fbc4f875f 100644
--- a/dev-python/avro/Manifest
+++ b/dev-python/avro/Manifest
@@ -1,2 +1 @@
-DIST avro-1.11.0.tar.gz 83374 BLAKE2B 
01f63974133d2c199f2b1e50694787898505dccf9ee3100517bd783088dce47a9b7c03aa9f98c9b4bd06a989a804478e081f0068fe4f2e81c047a9579c7a395e
 SHA512 
e5fa1842df8d1dd730da850957927049c39788ce27b8454960d88fe7e8cf6bb6537e6db2dedd630fd09c03bc736f276b567c35c749f06fdc76a6d9cac43a4c07
 DIST avro-1.11.3.tar.gz 90621 BLAKE2B 
3fbd8ea80eeea212e9136207c5207af5571ad74e21d5ab469fc1a86525cffb2f80477757be8b63cd026d9b75ec596d30b2c1bdf4abba6b15711cd3dffafcf80e
 SHA512 
2f7877dce1ff2bde8e9cbf531f8c8149c68026ee9274d53bcbe99e7ecb678004701ad5c7cb001c01c0351aaa4d8b5d5d699f8952d95368ad2713204dd1c21895

diff --git a/dev-python/avro/avro-1.11.0.ebuild 
b/dev-python/avro/avro-1.11.0.ebuild
deleted file mode 100644
index b1892990f4..00
--- a/dev-python/avro/avro-1.11.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Apache Avro is a data serialization system"
-HOMEPAGE="
-   https://pypi.org/project/avro/
-   https://avro.apache.org
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RESTRICT="test"
-PROPERTIES="test_network"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/avro/

2022-05-30 Thread Alessandro Barbieri
commit: bb36fc5fd051de49a324d85ae810ac93c9eee208
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 22:49:49 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 23:04:22 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bb36fc5f

dev-python/avro: enable py3.11

Signed-off-by: Alessandro Barbieri  gmail.com>

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

diff --git a/dev-python/avro/avro-1.11.0.ebuild 
b/dev-python/avro/avro-1.11.0.ebuild
index 337ae10f5..739e4d6aa 100644
--- a/dev-python/avro/avro-1.11.0.ebuild
+++ b/dev-python/avro/avro-1.11.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/avro/

2021-11-01 Thread Alessandro Barbieri
commit: d44df70f5baa6493c13d91e17ae76d5c270d922b
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Nov  1 20:17:28 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Tue Nov  2 03:40:35 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d44df70f

dev-python/avro: add 1.11.0, drop 1.10.2

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/avro/Manifest   | 2 +-
 dev-python/avro/{avro-1.10.2.ebuild => avro-1.11.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest
index 08bff3b52..49da0325e 100644
--- a/dev-python/avro/Manifest
+++ b/dev-python/avro/Manifest
@@ -1 +1 @@
-DIST avro-1.10.2.tar.gz 68176 BLAKE2B 
aeb6f40ac7a1cf2167b6f13db8acc78aceaebf20be8915b4863b7c4a1b2996de46a79f5c182dcd559a21781bae08c94f82f732cc736fecbe6425a1e71a6e8f0c
 SHA512 
46bb7035a71a0d1b43d067fdc8bde8328322acc764908d100bb0ef4a23913e7fd7660ee61dfb21e8e85cc53720192e329da6f2f31aeafd480322ade0907bc2a7
+DIST avro-1.11.0.tar.gz 83374 BLAKE2B 
01f63974133d2c199f2b1e50694787898505dccf9ee3100517bd783088dce47a9b7c03aa9f98c9b4bd06a989a804478e081f0068fe4f2e81c047a9579c7a395e
 SHA512 
e5fa1842df8d1dd730da850957927049c39788ce27b8454960d88fe7e8cf6bb6537e6db2dedd630fd09c03bc736f276b567c35c749f06fdc76a6d9cac43a4c07

diff --git a/dev-python/avro/avro-1.10.2.ebuild 
b/dev-python/avro/avro-1.11.0.ebuild
similarity index 100%
rename from dev-python/avro/avro-1.10.2.ebuild
rename to dev-python/avro/avro-1.11.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/avro/

2021-09-27 Thread Karl-Johan Karlsson
commit: 18989260cd4df6b164ef969ecf8600928b006cd7
Author: Karl-Johan Karlsson  lysator  liu 
 se>
AuthorDate: Mon Sep 27 22:27:50 2021 +
Commit: Karl-Johan Karlsson  lysator  liu 
 se>
CommitDate: Mon Sep 27 22:27:50 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18989260

dev-python/avro: remove non-ASCII character to fix Repoman error

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Karl-Johan Karlsson  lysator.liu.se>

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

diff --git a/dev-python/avro/avro-1.10.2.ebuild 
b/dev-python/avro/avro-1.10.2.ebuild
index e44f7e40f..0ef1b000d 100644
--- a/dev-python/avro/avro-1.10.2.ebuild
+++ b/dev-python/avro/avro-1.10.2.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 
-DESCRIPTION="Apache Avro™ is a data serialization system"
+DESCRIPTION="Apache Avro is a data serialization system"
 HOMEPAGE="
https://pypi.org/project/avro
https://avro.apache.org



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/avro/

2021-09-27 Thread Alessandro Barbieri
commit: d4f2d81d6dda2163c1fda5e2d4baf73b7d0045fa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Sep 27 16:04:07 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Sep 27 16:47:30 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4f2d81d

dev-python/avro: initial import

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/avro/Manifest   |  1 +
 dev-python/avro/avro-1.10.2.ebuild | 24 
 dev-python/avro/metadata.xml   | 11 +++
 3 files changed, 36 insertions(+)

diff --git a/dev-python/avro/Manifest b/dev-python/avro/Manifest
new file mode 100644
index 0..08bff3b52
--- /dev/null
+++ b/dev-python/avro/Manifest
@@ -0,0 +1 @@
+DIST avro-1.10.2.tar.gz 68176 BLAKE2B 
aeb6f40ac7a1cf2167b6f13db8acc78aceaebf20be8915b4863b7c4a1b2996de46a79f5c182dcd559a21781bae08c94f82f732cc736fecbe6425a1e71a6e8f0c
 SHA512 
46bb7035a71a0d1b43d067fdc8bde8328322acc764908d100bb0ef4a23913e7fd7660ee61dfb21e8e85cc53720192e329da6f2f31aeafd480322ade0907bc2a7

diff --git a/dev-python/avro/avro-1.10.2.ebuild 
b/dev-python/avro/avro-1.10.2.ebuild
new file mode 100644
index 0..e44f7e40f
--- /dev/null
+++ b/dev-python/avro/avro-1.10.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Apache Avro™ is a data serialization system"
+HOMEPAGE="
+   https://pypi.org/project/avro
+   https://avro.apache.org
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+PROPERTIES="test_network"
+
+distutils_enable_tests pytest

diff --git a/dev-python/avro/metadata.xml b/dev-python/avro/metadata.xml
new file mode 100644
index 0..d822d0aa0
--- /dev/null
+++ b/dev-python/avro/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   avro
+   
+