add fritzprofiles-0.6.1

This commit is contained in:
Andreas Billmeier 2021-07-02 19:46:52 +02:00 committed by Andreas Billmeier
parent 56631b5e9e
commit a9ecda11f0
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST fritzprofiles-0.6.1.tar.gz 3575 BLAKE2B 3dae816bd7edc328d05156ffd98a11b6a0de97d2f7228762dbd4f3d4a2308dee7ea129fcfa44cbc5f4449050762077398c80fba2971de46f9aecc0ecc34676c2 SHA512 e4ebbdc4c4bfbcb33b5c157248bd005986a956dfe2433d826f38fc872237c31638ef88cc5e0e3d645086ada016fb00ff424dfdffad075e02b0a99e59f373aaed
EBUILD fritzprofiles-0.6.1.ebuild 811 BLAKE2B bcafa48765cdd2473b64b44bb3c12aa2c442497d4cb2be8d2c1ad5e27fecd5bc10e97ef52abb8a4d1c0d22cf5c8ba0bfae5747befcddb72d6ad23ae46a342026 SHA512 42d8fa43da2b2dad9971acbd7fea21715e4c27024630e051423debafd37412ea36f940d6e205c58795a64d1ef7c8a9abefbdfb87492bfe09e5fb0bc62113df21
MISC metadata.xml 478 BLAKE2B 0e569d3c1ae6d40862cbc9f97aaf4904cf922b6d9c7a8f1318019a1e19518478d3f829386020df0f7376807f08934912c7e0be3dd88bb7f7739e3e6507feda37 SHA512 dd3c5219746648de6d8e0b044c405222ed06da608843f94313f5a224a29ceb4766f820030a9035d413d3157e40a93cb2715775d77d61883126312a4f4e67f965

View File

@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="A tool to switch the online time of profiles in the AVM Fritz!Box"
HOMEPAGE="https://github.com/AaronDavidSchneider/fritzprofiles https://pypi.org/project/fritzprofiles/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
DOCS="README.md"
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]"
BDEPEND="
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,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">fritzprofiles</remote-id>
<maintainer status="unknown">
<email>aaron.david.schneider@gmail.com</email>
<name>Aaron David Schneider</name>
</maintainer>
</upstream>
</pkgmetadata>