ua-parser-0.8.0 fix
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST ua-parser-0.8.0.tar.gz 35024 BLAKE2B 61248efca1642e7f52ce8753456c44a7c1d84f6bc556308bc824da5f7422a97328e107ed3ca637bd23998cee5a2f407ab1f07a351857338baf8d5f8e4f884454 SHA512 3c9fb70a6cbae13aedc9e3bb0ed2442d9d4f1f6bb211c1a71a45c8f2afe38c90d824dbd827a6d9cf4badb298d3e7d5992d2139fdd4b0349abd1fe400bb9b183f
|
||||
EBUILD ua-parser-0.8.0.ebuild 717 BLAKE2B 77069ac49aae32a181b12ca3749939c7a26770ddb58a8617895a84e5685bfbeed89640f4cc3c929d766e9a4ef18d6f66211f459bb2dfd40dc9b68f24cf3cc8ed SHA512 a56084c4208f9cd254b5ac52b332f76e18fb12ca710c67d46fa4a3d2e4d3f8501ec3ba960e4b999eecfb95dd44d9de27826ce21757b9f82253fe510e870f82da
|
||||
EBUILD ua-parser-0.8.0.ebuild 698 BLAKE2B f2a2e2d3ba20ee7dd6a5c96c22d22b36551a55e965c15373658d1fc542c15c71179a6c6d60c5fd24e4cc1b461be9407355bae7bafbc03ef92a49ae929823aa00 SHA512 85cc33123f7e088831ac921f2b87ae4aa98724176b75f0d5b5dd46f9160f4db030e2022fa43e89ae29b0c76dc6c3d22e3e4f232228fa9678923fb2c33e5904fe
|
||||
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af
|
||||
|
||||
@@ -1,27 +1,31 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python port of Browserscope's user agent parser"
|
||||
HOMEPAGE="https://github.com/ua-parser/uap-python"
|
||||
SRC_URI="https://files.pythonhosted.org/packages/b0/02/94ea43fc432fb112fbb62a89855317c41c210fb5239a2ed9b94ecb63024f/ua-parser-0.8.0.tar.gz"
|
||||
HOMEPAGE="https://github.com/ua-parser/uap-python https://pypi.org/project/ua-parser/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
LICENSE="LICENSE.txt"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
RDEPEND=""
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
py.test -v || die "Tests failed under ${EPYTHON}"
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user