add geizhals-0.0.9

This commit is contained in:
Andreas Billmeier 2019-11-22 20:59:11 +01:00
parent 0d6f23ac05
commit 8440c49c3d
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 51 additions and 0 deletions

View File

@ -94,6 +94,7 @@
* add pyfnip-0.2
* add python-gc100-1.0.3_alpha0
* add gearbest-parser-1.0.7
* add geizhals-0.0.9
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST geizhals-0.0.9.tar.gz 9362 BLAKE2B f09a2cba557d881ea14710b24709ba7b3943b4f0f14dd352d7734463e14811cc54f2ae7ca9250a9f26953bd48b6339394c0b2f7cd9f75825384a6ebe76492cc7 SHA512 5fbcbec84373385099604e3128f529f24fe6b6475621a8d06707975134141b36d4e6dd7a9645049cf13b188045a6de36e3e3345bfb0599dca89e96eb5f024906
EBUILD geizhals-0.0.9.ebuild 780 BLAKE2B 6858fb43d1ae28178bdf212f46f1b77949407424ec2b2ceb7321a7c0c98618a908c8b7703decad3884c89dc767e434774f42f31393706c8272d81a95a9eae6c9 SHA512 f5294d2f402cf14c0275b3249d2f1aa29e955e075de9650bb5d61ad916085e02265570d310271d83ac3fd5b257adca5cc5f6d974dd18924d2fa37b1f25bd9150
MISC metadata.xml 463 BLAKE2B 198885da0a7a5d05598c337e77bc3b39cb386f45c435601afc1072814759357126f4c0233dc12cdce705e1c93d9d1d0dc6ba5a4117635bfc53e8f71250f2af55 SHA512 365f1a7f7b558af761554e62b4adaefb25d78cec7c22a491398bf8dee3f7abaa4ab7d2bada4ffa99afc62e3ac9a7812f41f45355b54707e1f27483ad32cea225

View File

@ -0,0 +1,31 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="A parser for the Geizhals.eu website."
HOMEPAGE="https://github.com/JulianKahnert/PyGeizhals https://pypi.org/project/geizhals/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/beautifulsoup-4.6.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.19.1[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">geizhals</remote-id>
<maintainer status="unknown">
<email>mail@juliankahnert.de</email>
<name>Julian Kahnert</name>
</maintainer>
</upstream>
</pkgmetadata>