diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-06-15 14:57:03 +0100 |
commit | d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch) | |
tree | 4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /dev-python/fritzconnection | |
parent | e748ba9741f6540f4675c23e3e37b73e822c13a4 (diff) |
gentoo resync : 15.06.2021
Diffstat (limited to 'dev-python/fritzconnection')
-rw-r--r-- | dev-python/fritzconnection/Manifest | 3 | ||||
-rw-r--r-- | dev-python/fritzconnection/fritzconnection-1.5.0.ebuild | 34 | ||||
-rw-r--r-- | dev-python/fritzconnection/metadata.xml | 13 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-python/fritzconnection/Manifest b/dev-python/fritzconnection/Manifest new file mode 100644 index 000000000000..d2748ed8a3ef --- /dev/null +++ b/dev-python/fritzconnection/Manifest @@ -0,0 +1,3 @@ +DIST fritzconnection-1.5.0.tar.gz 71597 BLAKE2B 2c0d27cf91550a7b7f0d3c56f115dd174995af4293d6dd91ee6bbfaab2f3db7c8e4a2297d83a5d6a5219550ee9397c0b1122260234b6fab4589e15c34a381f21 SHA512 2fcf84c73af146d0422a9e32364562e4cc9d6992f487f40f27eede4a571c4dfa37c92a6bcd5ea49da144585657e382e648e0fd00a15f78646da5abb5060eea3c +EBUILD fritzconnection-1.5.0.ebuild 763 BLAKE2B 37f9d065adead3e17392aed91e3ce95149a1cdcbf796f27d26a17acd9a4cc6a447738faeb2d87e113ec60fced37716dadf381f3eb0b4bdb5c28c0ae2ee957891 SHA512 44ad672a74f14714ddce9b6294a1d8a53a84a891a343bbeb850235a3f6ac6b6876cc3ac5a083797ae0cf30584a65bd5f6a40522f33d50421fff41fc2a1157288 +MISC metadata.xml 455 BLAKE2B e2513423534902d6f8d5cd77a4db963d8dab38b971d53c97390cf7756658ead852f2bde5052f9027e8a2150b47e1fad4890dd3a9597275f00fdf31065c62073c SHA512 19ad7383a104fd22951f28079ea8913dd51417d1c696f6201d52e85785596dfb0ba9e1f372a9cc1d4363d90ca9075f3b9d9f4c814f6b65b32077fd1aec8f51e5 diff --git a/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild b/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild new file mode 100644 index 000000000000..558c9ac45bc5 --- /dev/null +++ b/dev-python/fritzconnection/fritzconnection-1.5.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 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="Lib/tool to communicate with AVM FRITZ! devices using TR-064 protocol over UPnP" +HOMEPAGE="https://github.com/kbr/fritzconnection" +LICENSE="MIT" +SLOT="0" + +if [[ "${PV}" == "9999" ]]; then + EGIT_REPO_URI="https://github.com/kbr/fritzconnection" + inherit git-r3 +else + SRC_URI="https://github.com/kbr/fritzconnection/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +CDEPEND=">=dev-python/requests-2.22[${PYTHON_USEDEP}]" + +BDEPEND=" + test? ( + dev-python/pytest-mock[${PYTHON_USEDEP}] + ) +" + +DEPEND="test? ( ${CDEPEND} )" + +RDEPEND="${CDEPEND}" + +distutils_enable_tests pytest diff --git a/dev-python/fritzconnection/metadata.xml b/dev-python/fritzconnection/metadata.xml new file mode 100644 index 000000000000..b04f020e6cf8 --- /dev/null +++ b/dev-python/fritzconnection/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>whissi@gentoo.org</email> + <name>Thomas Deutschmann</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/kbr/fritzconnection/issues</bugs-to> + <remote-id type="github">kbr/fritzconnection</remote-id> + <remote-id type="pypi">fritzconnection</remote-id> + </upstream> +</pkgmetadata> |