dev-python/milc - 2.1.0 (vimproved)

Search

Install

Install this version:

emerge -a =dev-python/milc-2.1.0

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

autounmask =dev-python/milc-2.1.0

Or alternatively:

emerge --autounmask-write -a =dev-python/milc-2.1.0

Package Information

Description:
Opinionated Batteries-Included Python 3 CLI Framework
Homepage:
https://milc.clueboard.co/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.1.0 8 ~amd64 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_{13..14} )

inherit distutils-r1

DESCRIPTION="Opinionated Batteries-Included Python 3 CLI Framework"
HOMEPAGE="https://milc.clueboard.co/"
SRC_URI="https://github.com/clueboard/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-python/appdirs[${PYTHON_USEDEP}]
	dev-python/argcomplete[${PYTHON_USEDEP}]
	dev-python/colorama[${PYTHON_USEDEP}]
	dev-python/halo[${PYTHON_USEDEP}]
	dev-python/spinners[${PYTHON_USEDEP}]
	test? ( dev-python/semver[${PYTHON_USEDEP}] )
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/appdirs[]
	dev-python/argcomplete[]
	dev-python/colorama[]
	dev-python/halo[]
	dev-python/spinners[]
	test? ( dev-python/semver[] )

Manifest for 2.1.0

Type File Size Source URLs
DIST milc-2.1.0.gh.tar.gz 396784 bytes https://github.com/clueboard/milc/archive/refs/tags/2.1.0.tar.gz