mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
guile-wisp: update to 1.0.12.
This commit is contained in:
parent
bf1ff5cff4
commit
7436ad4c32
2 changed files with 21 additions and 6 deletions
11
srcpkgs/guile-wisp/patches/escape.patch
Normal file
11
srcpkgs/guile-wisp/patches/escape.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/wisp.py
|
||||||
|
+++ b/wisp.py
|
||||||
|
@@ -101,7 +101,7 @@
|
||||||
|
line = (i)*" " + line[i:]
|
||||||
|
# \_ escapes the underscore at the beginning of a line, so you
|
||||||
|
# can use identifiers which only consist of underscores.
|
||||||
|
- elif line.startswith("\_"):
|
||||||
|
+ elif line.startswith("\\_"):
|
||||||
|
line = "_" + line[2:]
|
||||||
|
|
||||||
|
#: prefix to go around the outer bracket: '(, ,( or `(
|
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'guile-wisp'
|
# Template file for 'guile-wisp'
|
||||||
pkgname=guile-wisp
|
pkgname=guile-wisp
|
||||||
version=1.0.2
|
version=1.0.12
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datarootdir=/usr/share"
|
configure_args="--datarootdir=/usr/share python3=python3"
|
||||||
hostmakedepends="guile pkg-config python3"
|
hostmakedepends="automake guile pkg-config python3"
|
||||||
makedepends="guile-devel"
|
makedepends="guile-devel"
|
||||||
depends="guile>=2.0"
|
depends="guile"
|
||||||
short_desc="SRFI-119 (WISP, Whitespace Lisp) implementation for guile"
|
short_desc="SRFI-119 (WISP, Whitespace Lisp) implementation for guile"
|
||||||
maintainer="B. Wilson <x@wilsonb.com>"
|
maintainer="B. Wilson <x@wilsonb.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.draketo.de/english/wisp"
|
homepage="https://www.draketo.de/english/wisp"
|
||||||
distfiles="https://bitbucket.org/ArneBab/wisp/downloads/wisp-${version}.tar.gz"
|
distfiles="https://hg.sr.ht/~arnebab/wisp/archive/v${version}.tar.gz"
|
||||||
checksum=c66d2bdf0ceffce7322783288ab40bb2a1aef0d1e55207ada7547999e43dff0e
|
checksum=ad993295163ec64fef1a9ca69076caa4ecf338e7c90dd95d83c55e50d1984ac4
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue