add gearbest-parser-1.0.7

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

View File

@ -93,6 +93,7 @@
* add afsapi-0.0.4
* add pyfnip-0.2
* add python-gc100-1.0.3_alpha0
* add gearbest-parser-1.0.7
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,3 @@
DIST gearbest-parser-1.0.7.tar.gz 2160 BLAKE2B 33ff40bb9642a7c442a87acb2357bb094c199b0d500e96cbad65771dabb16fa611e2b2fac474256e316553f137ef154b90d8b0e13392772e361095ed2888140d SHA512 b70314bbd27f507a79d9841e2b5be4c1c61ef68fd5a0b5ad7bffcdbe0b21a43336db281b0fe7fc450fd7afbe8f2adc4c2496fa6faf0577987b8aae5a1ebb6920
EBUILD gearbest-parser-1.0.7.ebuild 797 BLAKE2B 0a32f748b69fed79de43960744449e14502e2c378449be26d04ddca57cb4c145dfd3cc031cdf514aaa1a8222bc5b06996f1b99240f617e9c778e39ef23aa9b89 SHA512 ac4812d3afebbdc90e24b5f16c1606d793f27bf1d305149754311c7b129413a9f1864822cf7e224322413d9f48f6d3946f8674171f451bae2b6120056c4aae97
MISC metadata.xml 475 BLAKE2B 50bc1cfb1fbf1b6f1fd65631100c6ac7405ef9ea3dbe9abf776eaf351f8f2fb58a7fb43778fa865e986fbba4f56e4f5d58358cb6f796e10403be5287fd40b172 SHA512 86a7181a850bb703084eb6e1e9d64817df10c36b34f98ac545dc2fb024c807cac2822680df57c7b54a0b1589e5f6a686adf173748b199cc41d53d783ed45207d

View File

@ -0,0 +1,33 @@
# 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
MY_PN=${PN//-/_}
DESCRIPTION="Load an gearbest shop item"
HOMEPAGE="https://github.com/herrhofrat/gearbest_parser https://pypi.org/project/gearbest-parser/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="~dev-python/beautifulsoup-4.6.0[${PYTHON_USEDEP}]"
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_PN}-${PV}"
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">gearbest-parser</remote-id>
<maintainer status="unknown">
<email>roman.reibnagel@gmail.com</email>
<name>Roman Reibnagel</name>
</maintainer>
</upstream>
</pkgmetadata>