Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
python-axolotl-curve25519
Commits:
2b7531c8 by Levente Polyak at 2026-02-07T20:23:11+01:00
upgpkg: 0.4.1.2-14: rebuild with PEP517 and SPDX license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-axolotl-curve25519
pkgdesc = Python wrapper for curve25519 library with ed25519 signatures
pkgver = 0.4.1.2
- pkgrel = 13
+ pkgrel = 14
url = https://github.com/tgalal/python-axolotl-curve25519
arch = x86_64
license = GPL-3.0-or-later
@@ -9,9 +9,9 @@ pkgbase = python-axolotl-curve25519
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ depends = glibc
depends = python
depends = zlib
- depends = glibc
source =
python-axolotl-curve25519-0.4.1.2.tar.gz::https://github.com/tgalal/python-axolotl-curve25519/archive/0.4.1-2.tar.gz
source = pymoduledef-gcc-compile-error.patch
sha256sums =
cc8de0c140831519e45598b082fdef0e939fd30930be442e38bdec13dc16aab5
=====================================
PKGBUILD
=====================================
@@ -7,13 +7,22 @@
pkgname=python-axolotl-curve25519
_pkgver=0.4.1-2
pkgver=${_pkgver//-/.}
-pkgrel=13
+pkgrel=14
pkgdesc='Python wrapper for curve25519 library with ed25519 signatures'
url='https://github.com/tgalal/python-axolotl-curve25519'
-arch=('x86_64')
-license=('GPL-3.0-or-later')
-depends=('python' 'zlib' 'glibc')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
+arch=(x86_64)
+license=(GPL-3.0-or-later)
+depends=(
+ glibc
+ python
+ zlib
+)
+makedepends=(
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tgalal/python-axolotl-curve25519/archive/${_pkgver}.tar.gz
pymoduledef-gcc-compile-error.patch)
sha256sums=('cc8de0c140831519e45598b082fdef0e939fd30930be442e38bdec13dc16aab5'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-axolotl-curve25519/-/commit/2b7531c885a2efd8b8d58276c07a19a7d9aff6cd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-axolotl-curve25519/-/commit/2b7531c885a2efd8b8d58276c07a19a7d9aff6cd
You're receiving this email because of your account on gitlab.archlinux.org.