Balló György pushed to branch main at Arch Linux / Packaging / Packages /
python-argon2_cffi
Commits:
eae30edc by Balló György at 2024-07-29T08:42:46+02:00
Remove submodule that is no longer used
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -12,9 +12,7 @@ pkgbase = python-argon2_cffi
makedepends = python-installer
depends = python-argon2-cffi-bindings
source = git+https://github.com/hynek/argon2_cffi?signed#tag=23.1.0
- source = git+https://github.com/p-h-c/phc-winner-argon2
validpgpkeys = C2A04F86ACE28ADCF817DBB7AE2536227F69F181
sha256sums =
b5cbd90c2f4782604e5e2571f8aaf6818d7466460fe8d63cc2db8ddbc06dd34d
- sha256sums = SKIP
pkgname = python-argon2_cffi
=====================================
PKGBUILD
=====================================
@@ -10,22 +10,13 @@ url="https://github.com/hynek/argon2_cffi"
license=('MIT')
depends=(python-argon2-cffi-bindings)
makedepends=(git python-hatch-vcs python-hatch-fancy-pypi-readme python-build
python-installer)
-source=("git+https://github.com/hynek/argon2_cffi?signed#tag=$pkgver"
- "git+https://github.com/p-h-c/phc-winner-argon2")
-sha256sums=('b5cbd90c2f4782604e5e2571f8aaf6818d7466460fe8d63cc2db8ddbc06dd34d'
- 'SKIP')
+source=("git+https://github.com/hynek/argon2_cffi?signed#tag=$pkgver")
+sha256sums=('b5cbd90c2f4782604e5e2571f8aaf6818d7466460fe8d63cc2db8ddbc06dd34d')
validpgpkeys=('C2A04F86ACE28ADCF817DBB7AE2536227F69F181') # Hynek Schlawack
-prepare() {
- cd $_pkgname
- git submodule init
- git config --local submodule.extras/libargon2.url "$srcdir/phc-winner-argon2"
- git submodule update
-}
-
build() {
cd $_pkgname
- python -m build --wheel --skip-dependency-check --no-isolation
+ python -m build --wheel --no-isolation
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-argon2_cffi/-/commit/eae30edc10905e23db99649b954146b562eb87f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-argon2_cffi/-/commit/eae30edc10905e23db99649b954146b562eb87f7
You're receiving this email because of your account on gitlab.archlinux.org.