diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-02 00:56:08 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2023-04-02 00:56:08 +0000 |
| commit | 2b73d74525e6bc0c8e84b6acbd6f6e45f31f7496 (patch) | |
| tree | 333fcc3796b3a758d78778d3751b3952c5f6a916 /dev-python/python-axolotl-curve25519 | |
| parent | 288035c853dae8ddcd1d56c2476f141ef6c6f0cb (diff) | |
| download | baldeagleos-repo-2b73d74525e6bc0c8e84b6acbd6f6e45f31f7496.tar.gz baldeagleos-repo-2b73d74525e6bc0c8e84b6acbd6f6e45f31f7496.tar.xz baldeagleos-repo-2b73d74525e6bc0c8e84b6acbd6f6e45f31f7496.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-axolotl-curve25519')
2 files changed, 14 insertions, 1 deletions
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 91452dab10b4..b5495b752b07 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" ) |
