dev-python/tinytuya: new package, add 1.12.11, 9999
This commit is contained in:
parent
d713660c8c
commit
b8a1308a86
1
dev-python/tinytuya/Manifest
Normal file
1
dev-python/tinytuya/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST tinytuya-1.12.11.gh.tar.gz 366968 BLAKE2B 701143141d138db571b4d4fa17f855d9844ce54f25196b11bed7042afe5e0b24fe9ebf82f375722e5ffdab6d66754dbc4db4f92b0f166495222de90c201424e3 SHA512 a0c1feb581917536d923d74197e1ea7e506f101232c30e5388cb937ed7f9d737b8fbd607c2b400dd6823d2154d059f7bd406964115d15ec148cfa3b9aaf5321b
|
12
dev-python/tinytuya/metadata.xml
Normal file
12
dev-python/tinytuya/metadata.xml
Normal 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>
|
30
dev-python/tinytuya/tinytuya-1.12.11.ebuild
Normal file
30
dev-python/tinytuya/tinytuya-1.12.11.ebuild
Normal 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=""
|
30
dev-python/tinytuya/tinytuya-9999.ebuild
Normal file
30
dev-python/tinytuya/tinytuya-9999.ebuild
Normal 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=""
|
Loading…
Reference in New Issue
Block a user