* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2021-07-01 21:15 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2021-07-01 21:15 UTC (permalink / raw
To: gentoo-commits
commit: 308a5254ed9121570bbd3c4c108678c8f1bdffe2
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 1 20:30:51 2021 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul 1 21:15:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=308a5254
dev-python/python-axolotl: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
index 159606a37ea..197a10fb3bd 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2024-02-24 15:17 Hanno Böck
0 siblings, 0 replies; 23+ messages in thread
From: Hanno Böck @ 2024-02-24 15:17 UTC (permalink / raw
To: gentoo-commits
commit: d0906de9a58e434a0024089213286a5d25fb4853
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 15:16:48 2024 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 15:16:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0906de9
dev-python/python-axolotl: drop myself as a maintainer
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
dev-python/python-axolotl/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-python/python-axolotl/metadata.xml b/dev-python/python-axolotl/metadata.xml
index 55266b20f758..c0b1f15bdc96 100644
--- a/dev-python/python-axolotl/metadata.xml
+++ b/dev-python/python-axolotl/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>hanno@gentoo.org</email>
- </maintainer>
<maintainer type="person">
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2023-11-05 17:55 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2023-11-05 17:55 UTC (permalink / raw
To: gentoo-commits
commit: ea03e65109c56bf8416b00cc7dc9c4de6ac046ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 17:41:22 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 17:55:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea03e651
dev-python/python-axolotl: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
index 076724e13fa3..20434956c9b5 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
@@ -4,13 +4,19 @@
EAPI=8
DISTUTILS_USE_PEP517="setuptools"
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="A python module for the axolotl protocol"
-HOMEPAGE="https://github.com/tgalal/python-axolotl"
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+HOMEPAGE="
+ https://github.com/tgalal/python-axolotl/
+ https://pypi.org/project/python-axolotl/
+"
+SRC_URI="
+ https://github.com/tgalal/python-axolotl/archive/${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
LICENSE="GPL-3"
SLOT="0"
@@ -21,6 +27,5 @@ RDEPEND="
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
"
-DEPEND="${RDEPEND}"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2023-07-27 5:25 WANG Xuerui
0 siblings, 0 replies; 23+ messages in thread
From: WANG Xuerui @ 2023-07-27 5:25 UTC (permalink / raw
To: gentoo-commits
commit: f15332a3a422212e70ee5d56be027133475b3c4b
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 05:18:46 2023 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 05:24:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f15332a3
dev-python/python-axolotl: keyword 0.2.3-r3 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
index c5a71b6945fa..076724e13fa3 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2022-11-03 23:15 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2022-11-03 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 0889b41dbb2959d7f7fa64d30159d6e5a2cfa06d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 3 23:08:44 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 23:15:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0889b41d
dev-python/python-axolotl: migrate to pep517
Also fixed QA PythonGHDistfileSuffix.
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/python-axolotl/Manifest | 2 +-
...{python-axolotl-0.2.3-r2.ebuild => python-axolotl-0.2.3-r3.ebuild} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest
index dd9304f5fbf5..ae861073a31d 100644
--- a/dev-python/python-axolotl/Manifest
+++ b/dev-python/python-axolotl/Manifest
@@ -1 +1 @@
-DIST python-axolotl-0.2.3.tar.gz 52139 BLAKE2B 8539f4ff6d9d7e57965cdbbd510f499cf344490091fe56b013d1ab60986092ac8a7a76248624993692077020043ea21c1d9448ecf9b76a698b43da4e014f37ab SHA512 1a10dc9df2f95d19b49909d4d136b5266aae19e24ac84f8b263ae7d4de18f77353c737616ac0648b600e05699a90d348f95c6c1659849986becefb4a0277fc80
+DIST python-axolotl-0.2.3.gh.tar.gz 52139 BLAKE2B 8539f4ff6d9d7e57965cdbbd510f499cf344490091fe56b013d1ab60986092ac8a7a76248624993692077020043ea21c1d9448ecf9b76a698b43da4e014f37ab SHA512 1a10dc9df2f95d19b49909d4d136b5266aae19e24ac84f8b263ae7d4de18f77353c737616ac0648b600e05699a90d348f95c6c1659849986becefb4a0277fc80
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
similarity index 92%
rename from dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild
rename to dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
index afa139dfd03e..e29163568eba 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r3.ebuild
@@ -3,14 +3,14 @@
EAPI=8
-DISTUTILS_USE_SETUPTOOLS="bdepend"
+DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="A python module for the axolotl protocol"
HOMEPAGE="https://github.com/tgalal/python-axolotl"
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2022-11-03 22:37 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2022-11-03 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 2ccabbaaa85caae0b1f52ecd33b6b05e56fe01f1
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 21:32:05 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Nov 3 22:37:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccabbaa
dev-python/python-axolotl: add python3.11 support
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/28114
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild
index 623c67cb0b94..afa139dfd03e 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2021-12-03 13:46 Arthur Zamarin
0 siblings, 0 replies; 23+ messages in thread
From: Arthur Zamarin @ 2021-12-03 13:46 UTC (permalink / raw
To: gentoo-commits
commit: b33178ae1747101a4faf7fe6ee0926c79b99162c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 3 13:45:26 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 3 13:46:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33178ae
dev-python/python-axolotl: Keyword 0.2.3-r1 arm64, #828034
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
index d864afb59147..541bfb15fb0c 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2020-08-24 22:33 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2020-08-24 22:33 UTC (permalink / raw
To: gentoo-commits
commit: d85cf94a2cfaa3bceb16db002199fd3ea17b5f63
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 20:52:05 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 22:32:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85cf94a
dev-python/python-axolotl: drop old version
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../python-axolotl/python-axolotl-0.2.3.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
deleted file mode 100644
index 05c43ad2c92..00000000000
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python module for the axolotl protocol"
-HOMEPAGE="https://github.com/tgalal/python-axolotl"
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/protobuf-python[${PYTHON_USEDEP}]
- dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2020-08-24 22:33 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2020-08-24 22:33 UTC (permalink / raw
To: gentoo-commits
commit: a87ed1ee8c9874cbaf1386a3da760d17972835ce
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 20:51:04 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 22:32:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a87ed1ee
dev-python/python-axolotl: add python3.9 support
Also changed test deps.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../python-axolotl/python-axolotl-0.2.3-r1.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
new file mode 100644
index 00000000000..e0f66f75e82
--- /dev/null
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS="bdepend"
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for the axolotl protocol"
+HOMEPAGE="https://github.com/tgalal/python-axolotl"
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/protobuf-python[${PYTHON_USEDEP}]
+ dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2020-02-04 18:09 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2020-02-04 18:09 UTC (permalink / raw
To: gentoo-commits
commit: a2705d0244eaef79ee197bfb8edc4b2ecd845cc0
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 15:30:55 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 17:48:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2705d02
dev-python/python-axolotl: updated metadata.xml description
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/python-axolotl/metadata.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-axolotl/metadata.xml b/dev-python/python-axolotl/metadata.xml
index c2eecc786c2..1c0ab210519 100644
--- a/dev-python/python-axolotl/metadata.xml
+++ b/dev-python/python-axolotl/metadata.xml
@@ -9,8 +9,10 @@
<name>Conrad Kostecki</name>
</maintainer>
<longdescription>
- This is a python port of libsignal-protocol-java
- originally written by Moxie Marlinspike.
+ This is a python port of libsignal-protocol-java.
+ It's a ratcheting forward secrecy protocol that works
+ in synchronous and asynchronous messaging environments.
+ Originally written by Moxie Marlinspike.
</longdescription>
<upstream>
<bugs-to>https://github.com/tgalal/python-axolotl/issues</bugs-to>
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2020-02-03 10:22 Hanno Böck
0 siblings, 0 replies; 23+ messages in thread
From: Hanno Böck @ 2020-02-03 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 6af47a5d0fef65d7001f89a1ae167a8fc23df065
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 3 10:22:12 2020 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Feb 3 10:22:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af47a5d
dev-python/python-axolotl: Remove Python 2.
No dependencies use Python 2 any more.
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.87, Repoman-2.3.20
dev-python/python-axolotl/python-axolotl-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
index cb9eea3e811..05c43ad2c92 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-12-17 18:40 Conrad Kostecki
0 siblings, 0 replies; 23+ messages in thread
From: Conrad Kostecki @ 2019-12-17 18:40 UTC (permalink / raw
To: gentoo-commits
commit: 3ea5381b111f89e7cdb4bb889219409e32d88866
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 17 17:21:23 2019 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Dec 17 18:37:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea5381b
dev-python/python-axolotl: add python3.8 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.2.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
index bd16db7b530..296c987434f 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit distutils-r1
@@ -19,7 +19,7 @@ RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/protobuf-python[${PYTHON_USEDEP}]
dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
- "
+"
DEPEND="${RDEPEND}"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-07-31 8:52 Joonas Niilola
0 siblings, 0 replies; 23+ messages in thread
From: Joonas Niilola @ 2019-07-31 8:52 UTC (permalink / raw
To: gentoo-commits
commit: e22e23c6427322a5b38add15dbb555fdf40f8957
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Wed Jul 24 12:28:19 2019 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 08:52:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22e23c6
dev-python/python-axolotl: drop old version
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12529
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/python-axolotl/Manifest | 1 -
.../python-axolotl/python-axolotl-0.1.42-r1.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest
index 097aec4458c..dd9304f5fbf 100644
--- a/dev-python/python-axolotl/Manifest
+++ b/dev-python/python-axolotl/Manifest
@@ -1,2 +1 @@
-DIST python-axolotl-0.1.42.tar.gz 53869 BLAKE2B 045d19b38478404b19717daee431a4fc36d187dc511d42ee950b37ef257d98aaee8ba42633888d596265c0d64bfc33f2da9307d45feb4189ec04c03d69687108 SHA512 db9e1cfab87d690619a672b1782942a18b12b17af555959c17bcc3e2581e9c689c57becc0ea884a1129df9dace17684ba03de38b81f8c8c65cab27962ebdb6c5
DIST python-axolotl-0.2.3.tar.gz 52139 BLAKE2B 8539f4ff6d9d7e57965cdbbd510f499cf344490091fe56b013d1ab60986092ac8a7a76248624993692077020043ea21c1d9448ecf9b76a698b43da4e014f37ab SHA512 1a10dc9df2f95d19b49909d4d136b5266aae19e24ac84f8b263ae7d4de18f77353c737616ac0648b600e05699a90d348f95c6c1659849986becefb4a0277fc80
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
deleted file mode 100644
index bd16db7b530..00000000000
--- a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python module for the axolotl protocol"
-HOMEPAGE="https://github.com/tgalal/python-axolotl"
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/protobuf-python[${PYTHON_USEDEP}]
- dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
- "
-DEPEND="${RDEPEND}"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-07-24 8:19 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2019-07-24 8:19 UTC (permalink / raw
To: gentoo-commits
commit: c60aa18045c96ea720bc3000eb6cab18e694c576
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 24 08:18:13 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 24 08:18:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c60aa180
dev-python/python-axolotl: x86 stable wrt bug #690386
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
dev-python/python-axolotl/python-axolotl-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
index 4851091fe5f..bd16db7b530 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-07-23 8:23 Agostino Sarubbo
0 siblings, 0 replies; 23+ messages in thread
From: Agostino Sarubbo @ 2019-07-23 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 58d862247edb6b9aba6c07af996f88f18ae8697d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 08:23:11 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 08:23:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58d86224
dev-python/python-axolotl: amd64 stable wrt bug #690386
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
dev-python/python-axolotl/python-axolotl-0.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
index 66e74fa421f..4851091fe5f 100644
--- a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-06-02 10:24 Hanno Boeck
0 siblings, 0 replies; 23+ messages in thread
From: Hanno Boeck @ 2019-06-02 10:24 UTC (permalink / raw
To: gentoo-commits
commit: c23afe7a74cb8bba9edecbf92f3c38b44f82a3e1
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Jun 1 23:03:38 2019 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Sun Jun 2 10:24:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23afe7a
dev-python/python-axolotl: bump to version 0.2.3
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Closes: https://github.com/gentoo/gentoo/pull/12158
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Hanno Boeck <hanno <AT> gentoo.org>
dev-python/python-axolotl/Manifest | 1 +
.../python-axolotl/python-axolotl-0.2.3.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest
index f4ad7a3bc3c..097aec4458c 100644
--- a/dev-python/python-axolotl/Manifest
+++ b/dev-python/python-axolotl/Manifest
@@ -1 +1,2 @@
DIST python-axolotl-0.1.42.tar.gz 53869 BLAKE2B 045d19b38478404b19717daee431a4fc36d187dc511d42ee950b37ef257d98aaee8ba42633888d596265c0d64bfc33f2da9307d45feb4189ec04c03d69687108 SHA512 db9e1cfab87d690619a672b1782942a18b12b17af555959c17bcc3e2581e9c689c57becc0ea884a1129df9dace17684ba03de38b81f8c8c65cab27962ebdb6c5
+DIST python-axolotl-0.2.3.tar.gz 52139 BLAKE2B 8539f4ff6d9d7e57965cdbbd510f499cf344490091fe56b013d1ab60986092ac8a7a76248624993692077020043ea21c1d9448ecf9b76a698b43da4e014f37ab SHA512 1a10dc9df2f95d19b49909d4d136b5266aae19e24ac84f8b263ae7d4de18f77353c737616ac0648b600e05699a90d348f95c6c1659849986becefb4a0277fc80
diff --git a/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
new file mode 100644
index 00000000000..66e74fa421f
--- /dev/null
+++ b/dev-python/python-axolotl/python-axolotl-0.2.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for the axolotl protocol"
+HOMEPAGE="https://github.com/tgalal/python-axolotl"
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/protobuf-python[${PYTHON_USEDEP}]
+ dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+ "
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-04-19 2:25 Aaron Bauman
0 siblings, 0 replies; 23+ messages in thread
From: Aaron Bauman @ 2019-04-19 2:25 UTC (permalink / raw
To: gentoo-commits
commit: aadd816db5b5c0cc475e5f0c71d6dd962dba8033
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 02:24:26 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 02:24:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aadd816d
dev-python/python-axolotl: amd64 stable wrt bug #682744
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
index 66e74fa421f..4851091fe5f 100644
--- a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2019-03-26 16:45 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2019-03-26 16:45 UTC (permalink / raw
To: gentoo-commits
commit: db896c63ba7c9a75e2241c41af9b2941f6f4284a
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Mar 24 12:40:10 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 16:45:27 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db896c63
dev-python/python-axolotl: drop python3.4 support.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11478
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
index a51e848c959..66e74fa421f 100644
--- a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
+++ b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2018-10-29 23:15 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2018-10-29 23:15 UTC (permalink / raw
To: gentoo-commits
commit: 2d65c5b2d998e9db3bf3956f302b2e5d520b6807
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 28 16:15:44 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 23:15:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d65c5b2
dev-python/python-axolotl: add python3.7 support.
Also bumped to EAPI=7.
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../python-axolotl/python-axolotl-0.1.42-r1.ebuild | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
new file mode 100644
index 00000000000..a51e848c959
--- /dev/null
+++ b/dev-python/python-axolotl/python-axolotl-0.1.42-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for the axolotl protocol"
+HOMEPAGE="https://github.com/tgalal/python-axolotl"
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/protobuf-python[${PYTHON_USEDEP}]
+ dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+ "
+DEPEND="${RDEPEND}"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2018-10-29 23:15 Patrice Clement
0 siblings, 0 replies; 23+ messages in thread
From: Patrice Clement @ 2018-10-29 23:15 UTC (permalink / raw
To: gentoo-commits
commit: f21531d521ebc822316b36ece9fcf8aa561d05d8
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 28 16:17:52 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 23:15:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f21531d5
dev-python/python-axolotl: drop old version.
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../python-axolotl/python-axolotl-0.1.42.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
deleted file mode 100644
index b36e154d501..00000000000
--- a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit distutils-r1
-
-DESCRIPTION="A python module for the axolotl protocol"
-HOMEPAGE="https://github.com/tgalal/python-axolotl"
-SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/protobuf-python[${PYTHON_USEDEP}]
- dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- ${RDEPEND}"
-
-python_test() {
- esetup.py test
-}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2018-06-24 7:47 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2018-06-24 7:47 UTC (permalink / raw
To: gentoo-commits
commit: 98068af937246ef38c5ed79972697038f6c9dfee
Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Jun 23 21:29:07 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 07:47:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98068af9
dev-python/python-axolotl: New package
Closes: https://bugs.gentoo.org/608882
Closes: https://github.com/gentoo/gentoo/pull/7778
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/python-axolotl/Manifest | 1 +
dev-python/python-axolotl/metadata.xml | 23 ++++++++++++++++++
.../python-axolotl/python-axolotl-0.1.42.ebuild | 28 ++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest
new file mode 100644
index 00000000000..f4ad7a3bc3c
--- /dev/null
+++ b/dev-python/python-axolotl/Manifest
@@ -0,0 +1 @@
+DIST python-axolotl-0.1.42.tar.gz 53869 BLAKE2B 045d19b38478404b19717daee431a4fc36d187dc511d42ee950b37ef257d98aaee8ba42633888d596265c0d64bfc33f2da9307d45feb4189ec04c03d69687108 SHA512 db9e1cfab87d690619a672b1782942a18b12b17af555959c17bcc3e2581e9c689c57becc0ea884a1129df9dace17684ba03de38b81f8c8c65cab27962ebdb6c5
diff --git a/dev-python/python-axolotl/metadata.xml b/dev-python/python-axolotl/metadata.xml
new file mode 100644
index 00000000000..7f774de79b2
--- /dev/null
+++ b/dev-python/python-axolotl/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hanno@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ This is a python port of libsignal-protocol-java
+ originally written by Moxie Marlinspike.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/tgalal/python-axolotl/issues</bugs-to>
+ <remote-id type="github">tgalal/python-axolotl</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
new file mode 100644
index 00000000000..b36e154d501
--- /dev/null
+++ b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="A python module for the axolotl protocol"
+HOMEPAGE="https://github.com/tgalal/python-axolotl"
+SRC_URI="https://github.com/tgalal/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/protobuf-python[${PYTHON_USEDEP}]
+ dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ ${RDEPEND}"
+
+python_test() {
+ esetup.py test
+}
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2018-06-23 7:13 Michał Górny
0 siblings, 0 replies; 23+ messages in thread
From: Michał Górny @ 2018-06-23 7:13 UTC (permalink / raw
To: gentoo-commits
commit: 607896b8e42ffe80398fbdad75ca1cf565bf1b88
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 07:12:59 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 07:12:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607896b8
dev-python/python-axolotl: Revert "Initial commit."
This commit bypassed proxy-maint project and merged an old (broken)
version of the pull request.
dev-python/python-axolotl/Manifest | 1 -
dev-python/python-axolotl/metadata.xml | 11 -----------
.../python-axolotl/python-axolotl-0.1.42.ebuild | 23 ----------------------
3 files changed, 35 deletions(-)
diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest
deleted file mode 100644
index 4e45ae9166c..00000000000
--- a/dev-python/python-axolotl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-axolotl-0.1.42.tar.gz 39472 BLAKE2B 7465468c25daa84a6c6c04e89774214a6f90181014d971cf25cbf2a88e539e1d52fd983f0be8bb95e8598c065c740a618f6017ad1db98a550cfe6cef8ac3e5fe SHA512 83af21f6bc3070227dabe5030fce6812f5c04476c7240f00bb09b0e81d40f0ffaa351316d65f8291853892fdf63f42b83ee4825223125b21c975565167bca7a0
diff --git a/dev-python/python-axolotl/metadata.xml b/dev-python/python-axolotl/metadata.xml
deleted file mode 100644
index 045ab82cb65..00000000000
--- a/dev-python/python-axolotl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>hanno@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">python-axolotl</remote-id>
- <remote-id type="github">tgalal/python-axolotl</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
deleted file mode 100644
index b720d024d6f..00000000000
--- a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python module for the Axolotl protocol (used by OMEMO)"
-HOMEPAGE="https://github.com/tgalal/python-axolotl"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
- dev-python/cryptography[${PYTHON_USEDEP}]
- dev-python/protobuf-python[${PYTHON_USEDEP}]
- dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 23+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/
@ 2018-06-22 17:39 Hanno Boeck
0 siblings, 0 replies; 23+ messages in thread
From: Hanno Boeck @ 2018-06-22 17:39 UTC (permalink / raw
To: gentoo-commits
commit: acdbda5cb244963b4b7982d96d0538760a385a4d
Author: Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 22 17:39:08 2018 +0000
Commit: Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 17:39:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdbda5c
dev-python/python-axolotl: Initial commit.
Python support for the Axolotl protocol (used by OMEMO).
Closes: https://bugs.gentoo.org/608882
Closes: https://github.com/gentoo/gentoo/pull/7778
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/python-axolotl/Manifest | 1 +
dev-python/python-axolotl/metadata.xml | 11 +++++++++++
.../python-axolotl/python-axolotl-0.1.42.ebuild | 23 ++++++++++++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-python/python-axolotl/Manifest b/dev-python/python-axolotl/Manifest
new file mode 100644
index 00000000000..4e45ae9166c
--- /dev/null
+++ b/dev-python/python-axolotl/Manifest
@@ -0,0 +1 @@
+DIST python-axolotl-0.1.42.tar.gz 39472 BLAKE2B 7465468c25daa84a6c6c04e89774214a6f90181014d971cf25cbf2a88e539e1d52fd983f0be8bb95e8598c065c740a618f6017ad1db98a550cfe6cef8ac3e5fe SHA512 83af21f6bc3070227dabe5030fce6812f5c04476c7240f00bb09b0e81d40f0ffaa351316d65f8291853892fdf63f42b83ee4825223125b21c975565167bca7a0
diff --git a/dev-python/python-axolotl/metadata.xml b/dev-python/python-axolotl/metadata.xml
new file mode 100644
index 00000000000..045ab82cb65
--- /dev/null
+++ b/dev-python/python-axolotl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hanno@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">python-axolotl</remote-id>
+ <remote-id type="github">tgalal/python-axolotl</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
new file mode 100644
index 00000000000..b720d024d6f
--- /dev/null
+++ b/dev-python/python-axolotl/python-axolotl-0.1.42.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python module for the Axolotl protocol (used by OMEMO)"
+HOMEPAGE="https://github.com/tgalal/python-axolotl"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=""
+DEPEND="dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
+ dev-python/cryptography[${PYTHON_USEDEP}]
+ dev-python/protobuf-python[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 23+ messages in thread
end of thread, other threads:[~2024-02-24 15:17 UTC | newest]
Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-01 21:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2024-02-24 15:17 Hanno Böck
2023-11-05 17:55 Michał Górny
2023-07-27 5:25 WANG Xuerui
2022-11-03 23:15 Conrad Kostecki
2022-11-03 22:37 Conrad Kostecki
2021-12-03 13:46 Arthur Zamarin
2020-08-24 22:33 Conrad Kostecki
2020-08-24 22:33 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-02-03 10:22 Hanno Böck
2019-12-17 18:40 Conrad Kostecki
2019-07-31 8:52 Joonas Niilola
2019-07-24 8:19 Agostino Sarubbo
2019-07-23 8:23 Agostino Sarubbo
2019-06-02 10:24 Hanno Boeck
2019-04-19 2:25 Aaron Bauman
2019-03-26 16:45 Patrice Clement
2018-10-29 23:15 Patrice Clement
2018-10-29 23:15 Patrice Clement
2018-06-24 7:47 Michał Górny
2018-06-23 7:13 Michał Górny
2018-06-22 17:39 Hanno Boeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox