Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-cramjam
Commits:
aee4021f by Jelle van der Waa at 2024-04-13T15:15:32+02:00
upgpkg: 2.8.3-2: drop python-memory-profiler checkdepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = python-cramjam
pkgdesc = Thin Python bindings to de/compression algorithms in Rust
pkgver = 2.8.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/milesgranger/pyrus-cramjam
arch = x86_64
license = MIT
checkdepends = python-hypothesis
- checkdepends = python-memory-profiler
checkdepends = python-pytest
checkdepends = python-numpy
makedepends = python-installer
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,13 @@
_pyname=cramjam
pkgname=python-$_pyname
pkgver=2.8.3
-pkgrel=1
+pkgrel=2
pkgdesc='Thin Python bindings to de/compression algorithms in Rust'
arch=(x86_64)
url='https://github.com/milesgranger/pyrus-cramjam'
license=(MIT)
depends=(python)
-checkdepends=(python-hypothesis python-memory-profiler python-pytest
python-numpy)
+checkdepends=(python-hypothesis python-pytest python-numpy)
makedepends=(python-installer maturin rust patchelf)
source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz)
sha256sums=('6b1fa0a6ea8183831d04572597c182bd6cece62d583a36cde1e6a86e72ce2389')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cramjam/-/commit/aee4021f8fcf4c7059eac9c39b0fff5f15994d85
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cramjam/-/commit/aee4021f8fcf4c7059eac9c39b0fff5f15994d85
You're receiving this email because of your account on gitlab.archlinux.org.