add aiofreepybox-0.0.8
This commit is contained in:
3
dev-python/aiofreepybox/Manifest
Normal file
3
dev-python/aiofreepybox/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST aiofreepybox-0.0.8.tar.gz 35693 BLAKE2B 31153aad52d5a378e5d5fd32727e585670ce496ec11ede3b5590694bc6421656a5c26842f565537d0e2ea78c224190cffbfac2ecb77f7d0245c406c3126381b5 SHA512 885220b81bce017e18af18d34ab07c8c2b14afa8853af39d454c76f7f99ae50ed1ca20ce61a2e22272a9f56321ed083d3bea9916b1ef1a584f7ef0ad7b3d4800
|
||||
EBUILD aiofreepybox-0.0.8.ebuild 761 BLAKE2B 4dd6b473a512f0358d153505f9bc121510daf333888cda3226df912c4b8750f525ff019cdc3804e97da32c8981e5e3a79ab87d6b44654eff9d55e480b3e4ea6f SHA512 cb03bfbe2a02c9dede1f918a8f154c28c38595b5b1b654afc17e4a88180a9a8205ac22c280a7e6e6fc5137e5435a6836bb79482d10c91455b872f07e25568eca
|
||||
MISC metadata.xml 463 BLAKE2B 894300ac0c700e219195731a20e311822ac6f6ff0ad3d23868ffd0069753b62457ac695f67bf78c0227e408cc7718d04efa31fffa4f92a2ad26e3dc868f02bd8 SHA512 faa45da57e6c464c5e1283b755997d00afbb207eff4113ef16f9e17469d0d50dd5d9c29283e2b28f3c40887d2423cd404310f345d34e7f403f9ae277da1b835b
|
||||
30
dev-python/aiofreepybox/aiofreepybox-0.0.8.ebuild
Normal file
30
dev-python/aiofreepybox/aiofreepybox-0.0.8.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{5,6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Provides asynchronous authentication and access to Freebox servers"
|
||||
HOMEPAGE="https://github.com/stilllman/aiofreepybox/tree/aiofreepybox https://pypi.org/project/aiofreepybox/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND=""
|
||||
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
|
||||
}
|
||||
16
dev-python/aiofreepybox/metadata.xml
Normal file
16
dev-python/aiofreepybox/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">aiofreepybox</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>luc_touraille@yahoo.fr</email>
|
||||
<name>stilllman</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user