Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages / hy
Commits: c5089018 by Morten Linderud at 2023-10-29T16:52:28+01:00 upgpkg: 1:0.27.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,19 @@ +pkgbase = hy + pkgdesc = A dialect of Lisp that's embedded in Python + pkgver = 0.27.0 + pkgrel = 1 + 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 + makedepends = python-installer + depends = python-funcparserlib + source = hy-0.27.0.tar.gz::https://github.com/hylang/hy/archive/0.27.0.tar.gz + sha256sums = 871309605f86c1c4c0e9045e5fe19e178a2cad98d7707aa78fc5add2cad8ae65 + +pkgname = hy ===================================== PKGBUILD ===================================== @@ -3,17 +3,17 @@ pkgname=hy epoch=1 -pkgver=0.26.0 -pkgrel=3 +pkgver=0.27.0 +pkgrel=1 pkgdesc="A dialect of Lisp that's embedded in Python" arch=('any') url="http://hylang.org/" license=('MIT') -depends=('python-astor' 'python-funcparserlib' 'python-colorama') +depends=('python-funcparserlib') makedepends=('python-setuptools' 'python-build' 'python-wheel' 'python-installer') checkdepends=('python-pytest' 'python-pytest-runner') source=("$pkgname-$pkgver.tar.gz::https://github.com/hylang/hy/archive/$pkgver.tar.gz") -sha256sums=('987668a2b74d7414952ed6a7f81e574ba95691c769ed34b9144d294f1faaea5d') +sha256sums=('871309605f86c1c4c0e9045e5fe19e178a2cad98d7707aa78fc5add2cad8ae65') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hy/-/commit/c50890184d9caed442ba37aee77d0449038ba4e0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hy/-/commit/c50890184d9caed442ba37aee77d0449038ba4e0 You're receiving this email because of your account on gitlab.archlinux.org.
