Date: Monday, April 24, 2023 @ 16:41:52
Author: foxboron
Revision: 1448534
upgpkg: hy 1:0.26.0-2: remove rply dependency
Modified:
hy/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-24 16:32:39 UTC (rev 1448533)
+++ PKGBUILD 2023-04-24 16:41:52 UTC (rev 1448534)
@@ -4,12 +4,12 @@
pkgname=hy
epoch=1
pkgver=0.26.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-rply' 'python-astor' 'python-funcparserlib' 'python-colorama')
+depends=('python-astor' 'python-funcparserlib' 'python-colorama')
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")