app-admin/dotbot - 1.20.1 (guru)

Search

Install

Install this version:

emerge -a =app-admin/dotbot-1.20.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/dotbot-1.20.1

Or alternatively:

emerge --autounmask-write -a =app-admin/dotbot-1.20.1

Package Information

Description:
A tool that bootstraps your dotfiles
Homepage:
https://github.com/anishathalye/dotbot
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.20.1 8 ~amd64 ~arm ~arm64 ~ppc64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_12 )

inherit distutils-r1

DESCRIPTION="A tool that bootstraps your dotfiles"
HOMEPAGE="https://github.com/anishathalye/dotbot"
SRC_URI="https://github.com/anishathalye/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"

RDEPEND="
	dev-python/pyyaml[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

python_test() {
	# test_shim fails when executed with superuser privileges:
	epytest -k "not test_shim"	#916987
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/pyyaml[]

Manifest for 1.20.1

Type File Size Source URLs
DIST dotbot-1.20.1.tar.gz 31741 bytes https://github.com/anishathalye/dotbot/archive/v1.20.1.tar.gz