sci-electronics/kicost-digikey-api-v3 - 1.0.0 (salfter)

Search

Install

Install this version:

emerge -a =sci-electronics/kicost-digikey-api-v3-1.0.0

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

autounmask =sci-electronics/kicost-digikey-api-v3-1.0.0

Or alternatively:

emerge --autounmask-write -a =sci-electronics/kicost-digikey-api-v3-1.0.0

Package Information

Description:
experimental plug-in to allow KiCost to do native Digi-Key API requests
Homepage:
https://github.com/set-soft/kicost-digikey-api-v3
License:
GPL-3

Ebuild Details

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

DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="experimental plug-in to allow KiCost to do native Digi-Key API requests"
HOMEPAGE="https://github.com/set-soft/kicost-digikey-api-v3"
SRC_URI="https://github.com/set-soft/$PN/archive/refs/tags/$PV.tar.gz -> $P.tar.gz"

LICENSE=GPL-3
SLOT=0
KEYWORDS=~amd64

RDEPEND="
	>=dev-python/inflection-0.3.1
	>=dev-python/requests-2.21
	>=dev-python/urllib3-1.24
	dev-python/six
	dev-python/certifi
	dev-python/pyopenssl
	dev-python/tldextract
	dev-python/python-dateutil
"

pkg_postinst()
{
	ewarn "Use of kicost-digikey-api-v3 requires registration with DigiKey;"
	ewarn "see https://github.com/set-soft/kicost-digikey-api-v3 for details."
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/inflection-0.3.1
	>=dev-python/requests-2.21
	>=dev-python/urllib3-1.24
	dev-python/six
	dev-python/certifi
	dev-python/pyopenssl
	dev-python/tldextract
	dev-python/python-dateutil

Manifest for 1.0.0

Type File Size Source URLs
DIST kicost-digikey-api-v3-1.0.0.tar.gz 121316 bytes https://github.com/set-soft/kicost-digikey-api-v3/archive/refs/tags/1.0.0.tar.gz