dev-python/splinter - 0.13.0 (pentoo)

Search

Install

Install this version:

emerge -a =dev-python/splinter-0.13.0

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

autounmask =dev-python/splinter-0.13.0

Or alternatively:

emerge --autounmask-write -a =dev-python/splinter-0.13.0

Package Information

Description:
tool for testing web applications
Homepage:
https://github.com/cobrateam/splinter
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.13.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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

DESCRIPTION="tool for testing web applications"
HOMEPAGE="https://github.com/cobrateam/splinter"
SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
#SRC_URI="https://github.com/cobrateam/python-htmlentities/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=dev-python/selenium-3.141.0[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

#    FIXME:
#    extras_require={
#        "zope.testbrowser": ["zope.testbrowser>=5.2.4", "lxml>=4.2.4", "cssselect"],
#        "django": ["Django>=1.7.11;python_version<'3.0'", "Django>=2.0.6;python_version>'3.3'", "lxml>=2.3.6", "cs
#        "flask": ["Flask>=1.0.2", "lxml>=2.3.6", "cssselect"],
#    },

Inherited Eclasses

Applicable Mirrors

Mirror Name URLs
pypi

Dependencies

DEPEND

>=dev-python/selenium-3.141.0[]
	dev-python/setuptools[]

RDEPEND

>=dev-python/selenium-3.141.0[]

Manifest for 0.13.0

Type File Size Source URLs
DIST splinter-0.13.0.tar.gz 25279 bytes mirror://pypi/s/splinter/splinter-0.13.0.tar.gz