dev-python/pyDuotecno: new package, add 2023.10.0

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-10-20 16:53:12 +02:00
committed by Andreas Billmeier
parent 815c688a04
commit 1517e89d28
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DIST pyDuotecno-2023.10.0.tar.gz 12757 BLAKE2B 3568c0e9fdf15eacf631fb144a2ce4cd67b41f3420ece3cb0d7de7449bcbe12a5d3f85077adde1e90dac00d94c7a75f688e60ac3f1fb30c43dc6c7d486444fb8 SHA512 924785d3d85f77bc44ca3381ea1b01c47c9e7a9b03730fe220a714ea67b97703c98077a1ac1f41c2db55dbbae836ec1c47ff589d492d2de68bad06d9acd9d0a2
EBUILD pyDuotecno-2023.10.0.ebuild 461 BLAKE2B c78db910cf59eca765a197cc0dff193caac71e55a55994e8cf216e62a0239cff4d462fffb06cd29a1a68b1ce20408018cc779d915a1f6328c0568798d2d0f31c SHA512 e44fc3515a2beda46061b85d734b093d1de3ef0d3dc6938afd357662ab4331c29dc38ba0a9c0300696090306f57c3ad7ee72b5a0f1261623a262bf1cc56d6987
MISC metadata.xml 519 BLAKE2B 4e59cef6a6f279432a32da4ded2ec305f7c9104ba083b53b60e71d708cb9745f1c41807ac61b4a7c4e81c0fe8c506ca5f041629afe43dcfe543b09ac494e1bfd SHA512 aaeb1a2e1e8ef44d47a2fb011bb42a8564872c2cc966fd74c4242086967564805eb02f90fe5c54e1ea1f394438c6500b26555d9fe718ab09e25d4e135e13de89

View File

@@ -0,0 +1,16 @@
<?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">pyDuotecno</remote-id>
<remote-id type="github">Cereal2nd/pyDuotecno</remote-id>
<maintainer status="unknown">
<email>maikel.punie@gmail.com</email>
<name>Maikel Punie</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Open-source home automation platform running on Python 3."
HOMEPAGE="https://github.com/Cereal2nd/pyDuotecno https://pypi.org/project/pyDuotecno/"
LICENSE="Apache"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
DOCS="README.md"