dev-python/singer-python - 6.8.0 (sinustrom)

Search

Install

Install this version:

emerge -a =dev-python/singer-python-6.8.0

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

autounmask =dev-python/singer-python-6.8.0

Or alternatively:

emerge --autounmask-write -a =dev-python/singer-python-6.8.0

Package Information

Description:
Singer.io utility library
Homepage:
https://www.singer.io
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
6.8.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..14} )
inherit distutils-r1

DESCRIPTION="Singer.io utility library"
HOMEPAGE="https://www.singer.io"
SRC_URI="https://github.com/singer-io/singer-python/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	>=dev-python/pytz-2018.4[${PYTHON_USEDEP}]
	>=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}]
	>=dev-python/simplejson-3.11.1[${PYTHON_USEDEP}]
	>=dev-python/python-dateutil-2.6.0[${PYTHON_USEDEP}]
	>=dev-python/backoff-1.8.0[${PYTHON_USEDEP}]
	dev-python/ciso8601[${PYTHON_USEDEP}]
"
BDEPEND="
	dev-python/setuptools[${PYTHON_USEDEP}]
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
	)
"

distutils_enable_tests pytest

src_prepare() {
	distutils-r1_src_prepare

	sed -e "s/find_packages()/find_packages(exclude=['tests'])/" -i setup.py || die
}

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/pytz-2018.4[]
	>=dev-python/jsonschema-2.6.0[]
	>=dev-python/simplejson-3.11.1[]
	>=dev-python/python-dateutil-2.6.0[]
	>=dev-python/backoff-1.8.0[]
	dev-python/ciso8601[]

BDEPEND

	dev-python/setuptools[]
	test? (
		dev-python/pytest[]
	)

Manifest for 6.8.0

Type File Size Source URLs
DIST singer-python-6.8.0.gh.tar.gz 35447 bytes https://github.com/singer-io/singer-python/archive/refs/tags/v6.8.0.tar.gz