Install this version:
emerge -a =dev-python/art-6.5
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/art-6.5
Or alternatively:
emerge --autounmask-write -a =dev-python/art-6.5
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 6.5 | 8 | ~amd64 | 0 |
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="ASCII art library for Python"
HOMEPAGE="https://www.ascii-art.site/"
SRC_URI="https://github.com/sepandhaghighi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
DOCS=( README.md CHANGELOG.md SECURITY.md )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | art-6.5.tar.gz | 1016285 bytes | https://github.com/sepandhaghighi/art/archive/v6.5.tar.gz |