Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
hy
Commits:
489bc4c5 by Jelle van der Waa at 2023-12-27T08:59:01+01:00
Drop pytest-runner from checkdepends
pytest-runner is deprecated and not required to run our tests.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = hy
pkgdesc = A dialect of Lisp that's embedded in Python
pkgver = 0.27.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://hylang.org/
arch = any
license = MIT
checkdepends = python-pytest
- checkdepends = python-pytest-runner
makedepends = python-setuptools
makedepends = python-build
makedepends = python-wheel
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=hy
epoch=1
pkgver=0.27.0
-pkgrel=1
+pkgrel=2
pkgdesc="A dialect of Lisp that's embedded in Python"
arch=('any')
url="http://hylang.org/"
license=('MIT')
depends=('python-funcparserlib')
makedepends=('python-setuptools' 'python-build' 'python-wheel'
'python-installer')
-checkdepends=('python-pytest' 'python-pytest-runner')
+checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz")
sha256sums=('871309605f86c1c4c0e9045e5fe19e178a2cad98d7707aa78fc5add2cad8ae65')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hy/-/commit/489bc4c5e0c76eb321f3135e0e4d9a79085eab77
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hy/-/commit/489bc4c5e0c76eb321f3135e0e4d9a79085eab77
You're receiving this email because of your account on gitlab.archlinux.org.