Install this version:
emerge -a =dev-lisp/pythonic-string-reader-20180618
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-lisp/pythonic-string-reader-20180618
Or alternatively:
emerge --autounmask-write -a =dev-lisp/pythonic-string-reader-20180618
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit common-lisp-3
COMMIT="47a70ba1e32362e03dad6ef8e6f36180b560f86a"
DESCRIPTION="A simple and unintrusive read table modification"
HOMEPAGE="https://github.com/smithzvk/pythonic-string-reader"
SRC_URI="https://github.com/smithzvk/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
BDEPEND="dev-lisp/asdf"
dev-lisp/asdf
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pythonic-string-reader-20180618.tar.gz | 3620 bytes | https://github.com/smithzvk/pythonic-string-reader/archive/47a70ba1e32362e03dad6ef8e6f36180b560f86a.tar.gz |