public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hanno Böck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-axolotl-curve25519/, ...
Date: Sat,  1 Apr 2023 16:51:16 +0000 (UTC)	[thread overview]
Message-ID: <1680367850.a8faec5b1709f76e12cde2a7ec5fc75c9c16a56c.hanno@gentoo> (raw)

commit:     a8faec5b1709f76e12cde2a7ec5fc75c9c16a56c
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 16:50:50 2023 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 16:50:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8faec5b

dev-python/python-axolotl-curve25519: Fix setuptools warning

Closes: https://bugs.gentoo.org/797808
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>

 ...n-axolotl-curve25519-0.4.1_p2-fix-setuptools-warning.diff | 12 ++++++++++++
 .../python-axolotl-curve25519-0.4.1_p2-r4.ebuild             |  3 ++-
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-0.4.1_p2-fix-setuptools-warning.diff b/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-0.4.1_p2-fix-setuptools-warning.diff
new file mode 100644
index 000000000000..b62111a0b7c3
--- /dev/null
+++ b/dev-python/python-axolotl-curve25519/files/python-axolotl-curve25519-0.4.1_p2-fix-setuptools-warning.diff
@@ -0,0 +1,12 @@
+diff -Naurp a/setup.py b/setup.py
+--- a/setup.py	2018-04-14 12:44:43.000000000 +0200
++++ b/setup.py	2023-04-01 18:39:19.732484796 +0200
+@@ -18,7 +18,7 @@ module_curve = Extension('axolotl_curve2
+                     )
+ setup(
+     name='python-axolotl-curve25519',
+-    version="0.4.1-2",
++    version="0.4.1.post2",
+     license='GPLv3 License',
+     author='Tarek Galal',
+     ext_modules = [module_curve],

diff --git a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild
index b2e958e91dbe..6077f4fd176f 100644
--- a/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild
+++ b/dev-python/python-axolotl-curve25519/python-axolotl-curve25519-0.4.1_p2-r4.ebuild
@@ -19,4 +19,5 @@ LICENSE="BSD GPL-3"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 ~riscv x86"
 
-PATCHES=( "${FILESDIR}/python-axolotl-curve25519-fix-type.patch" )
+PATCHES=( "${FILESDIR}/python-axolotl-curve25519-fix-type.patch"
+	"${FILESDIR}/${P}-fix-setuptools-warning.diff" )


                 reply	other threads:[~2023-04-01 16:51 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1680367850.a8faec5b1709f76e12cde2a7ec5fc75c9c16a56c.hanno@gentoo \
    --to=hanno@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox