add pyebox-1.1.4
This commit is contained in:
3
dev-python/pyebox/Manifest
Normal file
3
dev-python/pyebox/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST pyebox-1.1.4.tar.gz 3996 BLAKE2B d81ab5dcb6d4b0686cc406ac94bbe31165832689a0d1fc352e87a98bfa344a964a196ced540a7c25ad1cdb96be0752e6f9c246c79f06f901c49bae4ec72e746a SHA512 3318a12816d93c36b7e4ea3ab631a08bf7932cc31e5ebc6190013ee906dd0fcf06bd061c789a275a2a20a0b05864ca9372dc2b21527d01c0e9c41433c9f15ae3
|
||||
EBUILD pyebox-1.1.4.ebuild 758 BLAKE2B 370ae41014b3b9764c10826ebb42e7951eee8dad76e394f7abbac5e572a138faeabdfe2dd18f94cd1e89fe6b57addd27884925400fcb5fdae1ed24116bc122ca SHA512 eb3c9f8fd91a25e2c6cdcdc1061228bc0eb3710f62ea565007964a79b4eb9c8205f3e2100131e5acbac0f62ff6c19ad819d1b6e39d322f14ac7d918bd70623a1
|
||||
MISC metadata.xml 461 BLAKE2B d476940410419855f0d08fc3ea2ce0e97f6efd3e3e3d508b8e7914526c7aac4391e2a7255577ad505a56a9a6f7ef777467c584aa1f7b027e6e123a614bcc2d05 SHA512 2312c9aed691daaeefc8b36432a719a7118b1b0a2a19f09b3c950375c78734d709e2575dd94d1c355cb702ed90121c5af15a26852ac5c9c189dab9cce4bd05fa
|
||||
16
dev-python/pyebox/metadata.xml
Normal file
16
dev-python/pyebox/metadata.xml
Normal 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">pyebox</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>titilambert@gmail.com</email>
|
||||
<name>Thibault Cohen</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
31
dev-python/pyebox/pyebox-1.1.4.ebuild
Normal file
31
dev-python/pyebox/pyebox-1.1.4.ebuild
Normal 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="Get your EBox consumption (wwww.ebox.ca)"
|
||||
HOMEPAGE="http://github.com/titilambert/pyebox https://pypi.org/project/pyebox/"
|
||||
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/aiohttp[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup:4[${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
|
||||
}
|
||||
Reference in New Issue
Block a user