sci-electronics/kicost - 1.1.21 (salfter)

Search

Install

Install this version:

emerge -a =sci-electronics/kicost-1.1.21

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

autounmask =sci-electronics/kicost-1.1.21

Or alternatively:

emerge --autounmask-write -a =sci-electronics/kicost-1.1.21

Package Information

Description:
generate part-cost spreadsheets for circuit boards developed with KiCad
Homepage:
https://github.com/hildogjr/KiCost
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.1.21 8 ~amd64 0
View Raw Ebuild
EAPI=8
PYTHON_COMPAT=( python3_{8..14} ) 

DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="generate part-cost spreadsheets for circuit boards developed with KiCad"
HOMEPAGE="https://github.com/hildogjr/KiCost"
SRC_URI="https://github.com/hildogjr/KiCost/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
S=$WORKDIR/KiCost-$PV

LICENSE=MIT
SLOT=0
KEYWORDS=~amd64

RDEPEND="
	>=dev-python/beautifulsoup4-4.3.2
	>=dev-python/lxml-3.7.2
	>=dev-python/xlsxwriter-0.7.3
	>=dev-python/tqdm-4.30.0
	>=dev-python/requests-2.18.4
	>=dev-python/validators-0.14.2
	>=dev-python/wxpython-3.0.2
	dev-python/colorama
	dev-python/pyyaml
	>=sci-electronics/kicost-digikey-api-v3-0.1.1
	"

src_prepare()
{
	default_src_prepare
	rm -r $S/tests
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/beautifulsoup4-4.3.2
	>=dev-python/lxml-3.7.2
	>=dev-python/xlsxwriter-0.7.3
	>=dev-python/tqdm-4.30.0
	>=dev-python/requests-2.18.4
	>=dev-python/validators-0.14.2
	>=dev-python/wxpython-3.0.2
	dev-python/colorama
	dev-python/pyyaml
	>=sci-electronics/kicost-digikey-api-v3-0.1.1
	

Manifest for 1.1.21

Type File Size Source URLs
DIST kicost-1.1.21.tar.gz 7969423 bytes https://github.com/hildogjr/KiCost/archive/refs/tags/v1.1.21.tar.gz