diff options
| author | root <root@alpha.trunkmasters.com> | 2026-09-16 03:04:44 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-09-16 03:04:44 -0500 |
| commit | 687a263b5212436c1ced6387f36d785b0a34599f (patch) | |
| tree | 0196c232ff96b66c09be11acb466add8ce44899e /dev-python/esp-pylib | |
| parent | afe8b68a6636c2d8e95d0710f831470d59ab2790 (diff) | |
| download | baldeagleos-repo-687a263b5212436c1ced6387f36d785b0a34599f.tar.gz baldeagleos-repo-687a263b5212436c1ced6387f36d785b0a34599f.tar.xz baldeagleos-repo-687a263b5212436c1ced6387f36d785b0a34599f.zip | |
Adding metadata
Diffstat (limited to 'dev-python/esp-pylib')
| -rw-r--r-- | dev-python/esp-pylib/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/esp-pylib/esp-pylib-1.1.4.ebuild | 30 | ||||
| -rw-r--r-- | dev-python/esp-pylib/metadata.xml | 14 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/esp-pylib/Manifest b/dev-python/esp-pylib/Manifest new file mode 100644 index 000000000000..0484040abe9a --- /dev/null +++ b/dev-python/esp-pylib/Manifest @@ -0,0 +1,2 @@ +DIST esp_pylib-1.1.4.tar.gz 98849 BLAKE2B 60ee0260b38f04730712c4589ee5f018c86c5ae0e1a53bd12725619b487baeb065b18a4caeabf286284deb7f52d14cdd1d1ff64229a7a1b6381530bb644ed222 SHA512 74d9d34fcf2b35870e6e1550e9a314e124791132050fe04e29ecf6977659c7702843b4c6d07c016dfc2325adff69938588366167ff6069d91be38f06a249cf83 +DIST esp_pylib-1.1.4.tar.gz.provenance 9954 BLAKE2B d36dd9d9dfaf2ac6de77163e52498480d68f874a7479a1ad894247ffd16d4bce48bdb572b523152b043a530ace9980c990e1239073e59afce78f5c3db35de853 SHA512 9dbfc6d3836812d4ae59f8968bb605708b60d81f4d6149ace843ad6345e62437b06d4d80a59dd6026b30aa0fae8c3ee474bc9d790bba8a6e9ee0a08c00b3b382 diff --git a/dev-python/esp-pylib/esp-pylib-1.1.4.ebuild b/dev-python/esp-pylib/esp-pylib-1.1.4.ebuild new file mode 100644 index 000000000000..48ae86528e95 --- /dev/null +++ b/dev-python/esp-pylib/esp-pylib-1.1.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYPI_VERIFY_REPO=https://github.com/espressif/esp-pylib +PYTHON_COMPAT=( python3_{13..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="library for logging, utils and constants for Espressif Systems' Python projects" +HOMEPAGE=" + https://github.com/espressif/esp-pylib/ + https://pypi.org/project/esp-pylib/ +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/click[${PYTHON_USEDEP}] + dev-python/pyserial[${PYTHON_USEDEP}] + dev-python/rich-click[${PYTHON_USEDEP}] + dev-python/websockets[${PYTHON_USEDEP}] +" + +EPYTEST_PLUGINS=( ) +distutils_enable_tests pytest diff --git a/dev-python/esp-pylib/metadata.xml b/dev-python/esp-pylib/metadata.xml new file mode 100644 index 000000000000..ce623b75b477 --- /dev/null +++ b/dev-python/esp-pylib/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>martin.dummer@gmx.net</email> + <name>Martin Dummer</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <stabilize-allarches /> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
