1
0

dev-python/tinytuya: new package, add 1.12.11, 9999

This commit is contained in:
Ryan Fox 2023-09-30 21:09:14 -07:00
parent d713660c8c
commit b8a1308a86
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
4 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST tinytuya-1.12.11.gh.tar.gz 366968 BLAKE2B 701143141d138db571b4d4fa17f855d9844ce54f25196b11bed7042afe5e0b24fe9ebf82f375722e5ffdab6d66754dbc4db4f92b0f166495222de90c201424e3 SHA512 a0c1feb581917536d923d74197e1ea7e506f101232c30e5388cb937ed7f9d737b8fbd607c2b400dd6823d2154d059f7bd406964115d15ec148cfa3b9aaf5321b

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="pypi">tinytuya</remote-id>
<remote-id type="github">jasonacox/tinytuya</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jasonacox/tinytuya.git"
else
SRC_URI="https://github.com/jasonacox/tinytuya/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Python API for Tuya devices"
HOMEPAGE="https://github.com/jasonacox/tinytuya"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/pycryptodome
dev-python/requests
"
BDEPEND=""

View File

@ -0,0 +1,30 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..12} )
inherit distutils-r1
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jasonacox/tinytuya.git"
else
SRC_URI="https://github.com/jasonacox/tinytuya/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Python API for Tuya devices"
HOMEPAGE="https://github.com/jasonacox/tinytuya"
LICENSE="MIT"
SLOT="0"
DEPEND=""
RDEPEND="
${DEPEND}
dev-python/pycryptodome
dev-python/requests
"
BDEPEND=""