* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2023-02-02 18:41 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2023-02-02 18:41 UTC (permalink / raw
To: gentoo-commits
commit: 701d0e731cd90fcd1f3d0863c58453ae18c34a62
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 2 18:39:28 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 2 18:41:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701d0e73
dev-python/python-snappy: Eliminate unnecessary MY_PN
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.6.1.ebuild | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
index 43168156fe6b..01d657a6f81b 100644
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
@@ -8,16 +8,12 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
-MY_PN=python-snappy
-MY_P=${MY_PN}-${PV}
-
DESCRIPTION="Python library for the snappy compression library from Google"
HOMEPAGE="
https://github.com/andrix/python-snappy/
https://pypi.org/project/python-snappy/
"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2023-03-04 6:37 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2023-03-04 6:37 UTC (permalink / raw
To: gentoo-commits
commit: da91f4f682a77c88a1a4a63da1c4c64f233f7001
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 06:36:57 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 06:36:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da91f4f6
dev-python/python-snappy: Keyword 0.6.1 sparc, #891161
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.6.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
index 01d657a6f81b..4e781106a794 100644
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
SLOT="0"
DEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2023-03-17 15:25 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2023-03-17 15:25 UTC (permalink / raw
To: gentoo-commits
commit: f0c6ce9dbf6507d41895499fbbed6e4057b91a29
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 11:59:44 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 15:24:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c6ce9d
dev-python/python-snappy: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.6.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
index 4e781106a794..43c1f704281d 100644
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
@@ -4,16 +4,16 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Python library for the snappy compression library from Google"
HOMEPAGE="
https://github.com/andrix/python-snappy/
https://pypi.org/project/python-snappy/
"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2023-05-04 16:30 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2023-05-04 16:30 UTC (permalink / raw
To: gentoo-commits
commit: 776f607e1614d71c728dd0e6fe90c430cf7816bd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 4 16:28:24 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 4 16:30:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776f607e
dev-python/python-snappy: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.6.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
index 43c1f704281d..c18c335f985f 100644
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYTHON_COMPAT=( python3_{9..11} )
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-01-26 21:21 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-01-26 21:21 UTC (permalink / raw
To: gentoo-commits
commit: cb0910649b5e60485c4e643cd4fcb060bae42ae9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 21:18:21 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 21:20:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb091064
dev-python/python-snappy: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.6.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
index c18c335f985f..93660c3dcdea 100644
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-02-28 16:48 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-02-28 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 8cf087ddd7e9e919dc01e1cd8c85bdf947af9135
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 16:34:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 16:48:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf087dd
dev-python/python-snappy: Bump to 0.7.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 +
dev-python/python-snappy/metadata.xml | 2 +-
.../python-snappy/python-snappy-0.7.0.ebuild | 27 ++++++++++++++++++++++
3 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index fc4f9904af29..c4a78be8b0c7 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1 +1,2 @@
DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
+DIST python-snappy-0.7.0.tar.gz 13142 BLAKE2B 6af6af7d695d9024bc53dc408c739ba95b2951ecdd5c16e38f4f30223d109ce6e87805b16911246c2d8eb9d0d43cf76f325ef8f4061648e9d040e346aa160863 SHA512 abe8ca65fb004aa5bd0e984a0ac8dda4166b3f88866ce971d689beff085afe3c3a36ea23bf4cd2444cfea9e076d3afcfe66d0a92486286ff9059c9646523865e
diff --git a/dev-python/python-snappy/metadata.xml b/dev-python/python-snappy/metadata.xml
index 8e5d00faef0e..bc644dd69735 100644
--- a/dev-python/python-snappy/metadata.xml
+++ b/dev-python/python-snappy/metadata.xml
@@ -7,6 +7,6 @@
</maintainer>
<upstream>
<remote-id type="pypi">python-snappy</remote-id>
- <remote-id type="github">andrix/python-snappy</remote-id>
+ <remote-id type="github">intake/python-snappy</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
new file mode 100644
index 000000000000..288dc6bc1522
--- /dev/null
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library for the snappy compression library from Google"
+HOMEPAGE="
+ https://github.com/intake/python-snappy/
+ https://pypi.org/project/python-snappy/
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
+ dev-python/crc32c[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-02-28 20:50 Jakov Smolić
0 siblings, 0 replies; 30+ messages in thread
From: Jakov Smolić @ 2024-02-28 20:50 UTC (permalink / raw
To: gentoo-commits
commit: 80aecc704cf8e9fdf051f936a43afa91e1380d5f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:50:19 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:50:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80aecc70
dev-python/python-snappy: Keyword 0.7.0 x86, #925721
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index 288dc6bc1522..b99223c8cb38 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-02-28 20:56 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-02-28 20:56 UTC (permalink / raw
To: gentoo-commits
commit: b9dbccf33be0c734195754a41fbf5fa9952f98b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 20:55:04 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 20:55:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dbccf3
dev-python/python-snappy: Keyword 0.7.0 arm64, #925721
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index b99223c8cb38..e48344cc53ef 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
SLOT="0"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-02-28 21:39 Jakov Smolić
0 siblings, 0 replies; 30+ messages in thread
From: Jakov Smolić @ 2024-02-28 21:39 UTC (permalink / raw
To: gentoo-commits
commit: a5a1a1d54edaae4e528fbd0db4c18845f03dc51f
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 21:39:14 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 21:39:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a1a1d5
dev-python/python-snappy: Keyword 0.7.0 riscv, #925721
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index e48344cc53ef..9d2fcf326033 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
SLOT="0"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-02-28 23:16 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-02-28 23:16 UTC (permalink / raw
To: gentoo-commits
commit: 0a4f2da3ded942de6205d5c89860529ffe122807
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 23:16:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 23:16:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a4f2da3
dev-python/python-snappy: Keyword 0.7.0 arm, #925721
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
index 9d2fcf326033..c87644147ff5 100644
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
SLOT="0"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-02-29 4:18 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-02-29 4:18 UTC (permalink / raw
To: gentoo-commits
commit: 4e75a2211a908f78cda414170f14e53179408244
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 03:51:51 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 04:18:18 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e75a221
dev-python/python-snappy: Bump to 0.7.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 +
.../python-snappy/python-snappy-0.7.1.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index c4a78be8b0c7..55719d27922b 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1,2 +1,3 @@
DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
DIST python-snappy-0.7.0.tar.gz 13142 BLAKE2B 6af6af7d695d9024bc53dc408c739ba95b2951ecdd5c16e38f4f30223d109ce6e87805b16911246c2d8eb9d0d43cf76f325ef8f4061648e9d040e346aa160863 SHA512 abe8ca65fb004aa5bd0e984a0ac8dda4166b3f88866ce971d689beff085afe3c3a36ea23bf4cd2444cfea9e076d3afcfe66d0a92486286ff9059c9646523865e
+DIST python-snappy-0.7.1.tar.gz 8832 BLAKE2B 5968b146fa637b4c6785a74b17cca1539599235c44a45350e8c5ee9c1fed27eeea1818428045acb2ce7492aa22363407f79f8ccb66d04e5f6eab36fbbdfff5eb SHA512 f820131f817cb4fc963b6baa8e3854970d3e9947154c4810e0f8f268363ada6b380ca725be463a5967ef00447fd8e30a344c91e4d4dfd75ecdc8f17afda41c75
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
new file mode 100644
index 000000000000..cc076ede8534
--- /dev/null
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library for the snappy compression library from Google"
+HOMEPAGE="
+ https://github.com/intake/python-snappy/
+ https://pypi.org/project/python-snappy/
+"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+SLOT="0"
+
+RDEPEND="
+ >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-03-03 3:37 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-03-03 3:37 UTC (permalink / raw
To: gentoo-commits
commit: 1682c56c386e5ac7b6cf394442ddcc2de37166b5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 03:30:14 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 03:33:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1682c56c
dev-python/python-snappy: Enable pypy3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
index cc076ede8534..6c432f47a9e4 100644
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
@@ -16,8 +16,8 @@ HOMEPAGE="
"
LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-03-21 18:44 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-03-21 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 471b63385419ec4fde47fe325c0cf55521d6c3a8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 21 18:43:58 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 21 18:43:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471b6338
dev-python/python-snappy: Stabilize 0.7.1 arm64, #927428
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
index 6c432f47a9e4..f900add65d08 100644
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-03-22 3:58 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-03-22 3:58 UTC (permalink / raw
To: gentoo-commits
commit: 383a4e5f576da788721e982e33a5cedcd779658c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 03:56:15 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 03:56:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383a4e5f
dev-python/python-snappy: Stabilize 0.7.1 arm, #927428
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
index f900add65d08..b567057abbcc 100644
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-03-22 6:14 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-03-22 6:14 UTC (permalink / raw
To: gentoo-commits
commit: 543b4fc6dae44b0851b41eaceb69694d1f6ea4c5
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 06:14:02 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:14:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543b4fc6
dev-python/python-snappy: Stabilize 0.7.1 x86, #927428
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
index b567057abbcc..b931d32a78bf 100644
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-03-22 6:14 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-03-22 6:14 UTC (permalink / raw
To: gentoo-commits
commit: 7e253d53f20848bc19da7291016a68c5ad437000
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 06:14:03 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 06:14:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e253d53
dev-python/python-snappy: Stabilize 0.7.1 amd64, #927428
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
index b931d32a78bf..f6f62bb9b5d0 100644
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~riscv x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-03-22 12:37 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-03-22 12:37 UTC (permalink / raw
To: gentoo-commits
commit: fa8a22e1b4358cdddd1677ba9e11f2bb56785350
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 12:34:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 12:37:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8a22e1
dev-python/python-snappy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 -
.../python-snappy/python-snappy-0.7.0.ebuild | 27 ----------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index 55719d27922b..bfc66478f799 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1,3 +1,2 @@
DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
-DIST python-snappy-0.7.0.tar.gz 13142 BLAKE2B 6af6af7d695d9024bc53dc408c739ba95b2951ecdd5c16e38f4f30223d109ce6e87805b16911246c2d8eb9d0d43cf76f325ef8f4061648e9d040e346aa160863 SHA512 abe8ca65fb004aa5bd0e984a0ac8dda4166b3f88866ce971d689beff085afe3c3a36ea23bf4cd2444cfea9e076d3afcfe66d0a92486286ff9059c9646523865e
DIST python-snappy-0.7.1.tar.gz 8832 BLAKE2B 5968b146fa637b4c6785a74b17cca1539599235c44a45350e8c5ee9c1fed27eeea1818428045acb2ce7492aa22363407f79f8ccb66d04e5f6eab36fbbdfff5eb SHA512 f820131f817cb4fc963b6baa8e3854970d3e9947154c4810e0f8f268363ada6b380ca725be463a5967ef00447fd8e30a344c91e4d4dfd75ecdc8f17afda41c75
diff --git a/dev-python/python-snappy/python-snappy-0.7.0.ebuild b/dev-python/python-snappy/python-snappy-0.7.0.ebuild
deleted file mode 100644
index c87644147ff5..000000000000
--- a/dev-python/python-snappy/python-snappy-0.7.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library for the snappy compression library from Google"
-HOMEPAGE="
- https://github.com/intake/python-snappy/
- https://pypi.org/project/python-snappy/
-"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-SLOT="0"
-
-RDEPEND="
- >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
- dev-python/crc32c[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-06-21 16:59 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-06-21 16:59 UTC (permalink / raw
To: gentoo-commits
commit: edf9c8d7b985806278df484aa146fe05f781feb6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 15:38:23 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 16:59:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf9c8d7
dev-python/python-snappy: Bump to 0.7.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 +
.../python-snappy/python-snappy-0.7.2.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index bfc66478f799..b88f638bdcd8 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1,2 +1,3 @@
DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
DIST python-snappy-0.7.1.tar.gz 8832 BLAKE2B 5968b146fa637b4c6785a74b17cca1539599235c44a45350e8c5ee9c1fed27eeea1818428045acb2ce7492aa22363407f79f8ccb66d04e5f6eab36fbbdfff5eb SHA512 f820131f817cb4fc963b6baa8e3854970d3e9947154c4810e0f8f268363ada6b380ca725be463a5967ef00447fd8e30a344c91e4d4dfd75ecdc8f17afda41c75
+DIST python_snappy-0.7.2.tar.gz 9108 BLAKE2B a0f23b286f97de2d61afc51dcba188d77d0c0099b7cba26c7a0e2bc4da41045fc6a4a95d3adf3ef80d16300a7d35a66955552cf5693c0a0a38b73478b864d266 SHA512 c585e9e953c2bf2cb7d3f24ae9745d267b334d681ca44b7d842de2405df19b24af0f6915f0274de2a86e74fdcfef3715e5c27765243d84459216476c31aaa437
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
new file mode 100644
index 000000000000..1883fcc0bc23
--- /dev/null
+++ b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library for the snappy compression library from Google"
+HOMEPAGE="
+ https://github.com/intake/python-snappy/
+ https://pypi.org/project/python-snappy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+ >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-06-30 17:51 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-06-30 17:51 UTC (permalink / raw
To: gentoo-commits
commit: 440fcbb488585a59e47a27fdc91c47ff7dd20631
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 17:43:12 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 17:51:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=440fcbb4
dev-python/python-snappy: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
index 1883fcc0bc23..b0e0d113d324 100644
--- a/dev-python/python-snappy/python-snappy-0.7.2.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-06-30 18:26 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-06-30 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 76bd23b9d30d5cab008a5c9194ca1ac95a6bcf79
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 18:26:37 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 18:26:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76bd23b9
dev-python/python-snappy: Keyword 0.7.2 sparc, #925721
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
index b0e0d113d324..44d2eee97a7e 100644
--- a/dev-python/python-snappy/python-snappy-0.7.2.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-07-01 2:57 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-07-01 2:57 UTC (permalink / raw
To: gentoo-commits
commit: e47aa7ed0a4b201695aec4d9387f4658102f016f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 1 02:55:54 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 1 02:55:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47aa7ed
dev-python/python-snappy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 -
.../python-snappy/python-snappy-0.6.1.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index b88f638bdcd8..a23dd27a156f 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1,3 +1,2 @@
-DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
DIST python-snappy-0.7.1.tar.gz 8832 BLAKE2B 5968b146fa637b4c6785a74b17cca1539599235c44a45350e8c5ee9c1fed27eeea1818428045acb2ce7492aa22363407f79f8ccb66d04e5f6eab36fbbdfff5eb SHA512 f820131f817cb4fc963b6baa8e3854970d3e9947154c4810e0f8f268363ada6b380ca725be463a5967ef00447fd8e30a344c91e4d4dfd75ecdc8f17afda41c75
DIST python_snappy-0.7.2.tar.gz 9108 BLAKE2B a0f23b286f97de2d61afc51dcba188d77d0c0099b7cba26c7a0e2bc4da41045fc6a4a95d3adf3ef80d16300a7d35a66955552cf5693c0a0a38b73478b864d266 SHA512 c585e9e953c2bf2cb7d3f24ae9745d267b334d681ca44b7d842de2405df19b24af0f6915f0274de2a86e74fdcfef3715e5c27765243d84459216476c31aaa437
diff --git a/dev-python/python-snappy/python-snappy-0.6.1.ebuild b/dev-python/python-snappy/python-snappy-0.6.1.ebuild
deleted file mode 100644
index 93660c3dcdea..000000000000
--- a/dev-python/python-snappy/python-snappy-0.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library for the snappy compression library from Google"
-HOMEPAGE="
- https://github.com/andrix/python-snappy/
- https://pypi.org/project/python-snappy/
-"
-
-LICENSE="BSD"
-KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-SLOT="0"
-
-DEPEND="
- >=app-arch/snappy-1.0.2:=
-"
-RDEPEND="
- ${DEPEND}
-"
-
-python_test() {
- cp test*.py "${BUILD_DIR}" || die
- cd "${BUILD_DIR}" || die
- "${EPYTHON}" -m unittest -v || die "Tests fail with ${EPYTHON}"
-}
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-07-20 7:52 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-07-20 7:52 UTC (permalink / raw
To: gentoo-commits
commit: bf4eaf4605eeef2287a87611fa3ca19396ab96a1
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 07:52:03 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 07:52:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf4eaf46
dev-python/python-snappy: Stabilize 0.7.2 arm, #936338
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
index 44d2eee97a7e..8afc683c888f 100644
--- a/dev-python/python-snappy/python-snappy-0.7.2.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~riscv ~sparc ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-07-20 7:52 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-07-20 7:52 UTC (permalink / raw
To: gentoo-commits
commit: 59f000bb70d426a553c028bf365cf4b99ea18796
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 07:52:04 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 07:52:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f000bb
dev-python/python-snappy: Stabilize 0.7.2 x86, #936338
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
index 8afc683c888f..b0da5f20be67 100644
--- a/dev-python/python-snappy/python-snappy-0.7.2.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-07-20 13:27 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-07-20 13:27 UTC (permalink / raw
To: gentoo-commits
commit: 7e8a50483f9eb5f1b0b0ecab92cdf63c7bf4bf53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 12:24:28 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 13:27:32 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8a5048
dev-python/python-snappy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 -
.../python-snappy/python-snappy-0.7.1.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index a23dd27a156f..b3376162bec1 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1,2 +1 @@
-DIST python-snappy-0.7.1.tar.gz 8832 BLAKE2B 5968b146fa637b4c6785a74b17cca1539599235c44a45350e8c5ee9c1fed27eeea1818428045acb2ce7492aa22363407f79f8ccb66d04e5f6eab36fbbdfff5eb SHA512 f820131f817cb4fc963b6baa8e3854970d3e9947154c4810e0f8f268363ada6b380ca725be463a5967ef00447fd8e30a344c91e4d4dfd75ecdc8f17afda41c75
DIST python_snappy-0.7.2.tar.gz 9108 BLAKE2B a0f23b286f97de2d61afc51dcba188d77d0c0099b7cba26c7a0e2bc4da41045fc6a4a95d3adf3ef80d16300a7d35a66955552cf5693c0a0a38b73478b864d266 SHA512 c585e9e953c2bf2cb7d3f24ae9745d267b334d681ca44b7d842de2405df19b24af0f6915f0274de2a86e74fdcfef3715e5c27765243d84459216476c31aaa437
diff --git a/dev-python/python-snappy/python-snappy-0.7.1.ebuild b/dev-python/python-snappy/python-snappy-0.7.1.ebuild
deleted file mode 100644
index f6f62bb9b5d0..000000000000
--- a/dev-python/python-snappy/python-snappy-0.7.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library for the snappy compression library from Google"
-HOMEPAGE="
- https://github.com/intake/python-snappy/
- https://pypi.org/project/python-snappy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv x86"
-
-RDEPEND="
- >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-08-30 1:56 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-08-30 1:56 UTC (permalink / raw
To: gentoo-commits
commit: a0a072dd976131c1a84261154838a3d40768ee80
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 01:49:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 01:53:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a072dd
dev-python/python-snappy: Bump to 0.7.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 +
.../python-snappy/python-snappy-0.7.3.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index b3376162bec1..783fff3df541 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1 +1,2 @@
DIST python_snappy-0.7.2.tar.gz 9108 BLAKE2B a0f23b286f97de2d61afc51dcba188d77d0c0099b7cba26c7a0e2bc4da41045fc6a4a95d3adf3ef80d16300a7d35a66955552cf5693c0a0a38b73478b864d266 SHA512 c585e9e953c2bf2cb7d3f24ae9745d267b334d681ca44b7d842de2405df19b24af0f6915f0274de2a86e74fdcfef3715e5c27765243d84459216476c31aaa437
+DIST python_snappy-0.7.3.tar.gz 9337 BLAKE2B fbc0afbf01cb97b00855e94d3f13b8a3c92dc4a6ed6f078f1838ebb90c6643548477a880c910b07a2d5a7ee59d260be6a9dfb53719c34b7884b2071724154d85 SHA512 bb4cf220a3819622038e7aebf5100ac5126b9d42db15f4e89bd123088d1e62bab56488969adccea3a45719d760b1ed77f493051859f90fb8fc397cfe0661dd74
diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
new file mode 100644
index 000000000000..44d2eee97a7e
--- /dev/null
+++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python library for the snappy compression library from Google"
+HOMEPAGE="
+ https://github.com/intake/python-snappy/
+ https://pypi.org/project/python-snappy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-09-14 11:31 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-09-14 11:31 UTC (permalink / raw
To: gentoo-commits
commit: 09b28e3e67ba0771724d51272ff655bf3b5c39ef
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 11:31:49 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 11:31:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b28e3e
dev-python/python-snappy: Stabilize 0.7.3 arm64, #939657
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
index 8afc683c888f..804f8cb70aeb 100644
--- a/dev-python/python-snappy/python-snappy-0.7.3.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv ~sparc ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-09-14 11:31 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-09-14 11:31 UTC (permalink / raw
To: gentoo-commits
commit: ce3da2a09cb48066efe55b5005b05e3cbe85855a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 11:31:48 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 11:31:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3da2a0
dev-python/python-snappy: Stabilize 0.7.3 arm, #939657
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
index 44d2eee97a7e..8afc683c888f 100644
--- a/dev-python/python-snappy/python-snappy-0.7.3.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~riscv ~sparc ~x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-09-14 12:12 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-09-14 12:12 UTC (permalink / raw
To: gentoo-commits
commit: 9d03d183a9cd7b3f3795d17ba677d775281d4ed6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 12:12:15 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 12:12:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d03d183
dev-python/python-snappy: Stabilize 0.7.3 x86, #939657
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
index 804f8cb70aeb..ec4be612d006 100644
--- a/dev-python/python-snappy/python-snappy-0.7.3.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-09-14 13:22 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2024-09-14 13:22 UTC (permalink / raw
To: gentoo-commits
commit: c4cab72915fec8c47c2b512a079542df0d03dfaf
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 13:22:54 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 13:22:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4cab729
dev-python/python-snappy: Stabilize 0.7.3 amd64, #939657
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-snappy/python-snappy-0.7.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-snappy/python-snappy-0.7.3.ebuild b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
index ec4be612d006..5e880843c1d3 100644
--- a/dev-python/python-snappy/python-snappy-0.7.3.ebuild
+++ b/dev-python/python-snappy/python-snappy-0.7.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
RDEPEND="
>=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/
@ 2024-09-14 14:07 Michał Górny
0 siblings, 0 replies; 30+ messages in thread
From: Michał Górny @ 2024-09-14 14:07 UTC (permalink / raw
To: gentoo-commits
commit: 0315ca445dcb7389be8f2e4680f0b6f1b5043cb3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 14:05:36 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 14:05:36 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0315ca44
dev-python/python-snappy: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-snappy/Manifest | 1 -
.../python-snappy/python-snappy-0.7.2.ebuild | 25 ----------------------
2 files changed, 26 deletions(-)
diff --git a/dev-python/python-snappy/Manifest b/dev-python/python-snappy/Manifest
index 783fff3df541..3c0b9805af6a 100644
--- a/dev-python/python-snappy/Manifest
+++ b/dev-python/python-snappy/Manifest
@@ -1,2 +1 @@
-DIST python_snappy-0.7.2.tar.gz 9108 BLAKE2B a0f23b286f97de2d61afc51dcba188d77d0c0099b7cba26c7a0e2bc4da41045fc6a4a95d3adf3ef80d16300a7d35a66955552cf5693c0a0a38b73478b864d266 SHA512 c585e9e953c2bf2cb7d3f24ae9745d267b334d681ca44b7d842de2405df19b24af0f6915f0274de2a86e74fdcfef3715e5c27765243d84459216476c31aaa437
DIST python_snappy-0.7.3.tar.gz 9337 BLAKE2B fbc0afbf01cb97b00855e94d3f13b8a3c92dc4a6ed6f078f1838ebb90c6643548477a880c910b07a2d5a7ee59d260be6a9dfb53719c34b7884b2071724154d85 SHA512 bb4cf220a3819622038e7aebf5100ac5126b9d42db15f4e89bd123088d1e62bab56488969adccea3a45719d760b1ed77f493051859f90fb8fc397cfe0661dd74
diff --git a/dev-python/python-snappy/python-snappy-0.7.2.ebuild b/dev-python/python-snappy/python-snappy-0.7.2.ebuild
deleted file mode 100644
index 5e880843c1d3..000000000000
--- a/dev-python/python-snappy/python-snappy-0.7.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python library for the snappy compression library from Google"
-HOMEPAGE="
- https://github.com/intake/python-snappy/
- https://pypi.org/project/python-snappy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-python/cramjam-2.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 30+ messages in thread
end of thread, other threads:[~2024-09-14 14:07 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 12:37 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-snappy/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 14:07 Michał Górny
2024-09-14 13:22 Arthur Zamarin
2024-09-14 12:12 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-09-14 11:31 Arthur Zamarin
2024-08-30 1:56 Michał Górny
2024-07-20 13:27 Michał Górny
2024-07-20 7:52 Arthur Zamarin
2024-07-20 7:52 Arthur Zamarin
2024-07-01 2:57 Michał Górny
2024-06-30 18:26 Michał Górny
2024-06-30 17:51 Michał Górny
2024-06-21 16:59 Michał Górny
2024-03-22 6:14 Arthur Zamarin
2024-03-22 6:14 Arthur Zamarin
2024-03-22 3:58 Sam James
2024-03-21 18:44 Arthur Zamarin
2024-03-03 3:37 Michał Górny
2024-02-29 4:18 Michał Górny
2024-02-28 23:16 Sam James
2024-02-28 21:39 Jakov Smolić
2024-02-28 20:56 Sam James
2024-02-28 20:50 Jakov Smolić
2024-02-28 16:48 Michał Górny
2024-01-26 21:21 Arthur Zamarin
2023-05-04 16:30 Michał Górny
2023-03-17 15:25 Michał Górny
2023-03-04 6:37 Arthur Zamarin
2023-02-02 18:41 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox