diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:35:26 -0500 |
| commit | f716a9fe6455d39eef01e718aae68dae61c19704 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/thonny | |
| parent | 3f9cf298e89cd5037b982abba06091224ee76daf (diff) | |
| download | baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip | |
Adding metadata
Diffstat (limited to 'dev-python/thonny')
| -rw-r--r-- | dev-python/thonny/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/thonny/metadata.xml | 21 | ||||
| -rw-r--r-- | dev-python/thonny/thonny-4.1.7.ebuild | 50 |
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-python/thonny/Manifest b/dev-python/thonny/Manifest deleted file mode 100644 index a53cbb27448f..000000000000 --- a/dev-python/thonny/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST thonny-4.1.7.tar.gz 4085064 BLAKE2B fd91d4c3f45dd545d9c7c6d1edda636d0c784bb8dc491f2f8185f9bf1198c3ef81f43a56e4c7cc59b6fed9c337891b36b55523ab44cd39abe448eced2ced375d SHA512 8f263c0eb3430947bbd601090befad1181ae6990ea23f2962e3837aaf9dbf083f3f89eaae717e2db526d969311a28f170b76b7ccad2c8c269c253065eb8cfbb8 diff --git a/dev-python/thonny/metadata.xml b/dev-python/thonny/metadata.xml deleted file mode 100644 index 762c9f7bb167..000000000000 --- a/dev-python/thonny/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>thysupremematrix@tuta.io</email> - <name>Abishek Jakkala</name> - </maintainer> - - <upstream> - <remote-id type="github">thonny/thonny</remote-id> - <bugs-to>https://github.com/thonny/thonny/issues</bugs-to> - <changelog>https://github.com/thonny/thonny/releases</changelog> - </upstream> - - <longdescription> - Thonny is a Python IDE designed for beginners. It comes with a simple - debugger, expression evaluation, step-by-step execution, and easy - access to Python interpreters, including support for MicroPython - and CircuitPython. - </longdescription> -</pkgmetadata> diff --git a/dev-python/thonny/thonny-4.1.7.ebuild b/dev-python/thonny/thonny-4.1.7.ebuild deleted file mode 100644 index 2a1187a3232b..000000000000 --- a/dev-python/thonny/thonny-4.1.7.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) -PYTHON_REQ_USE="tk" - -inherit desktop distutils-r1 xdg optfeature - -DESCRIPTION="Thonny is a Python IDE meant for learning programming" -HOMEPAGE=" - https://thonny.org/ https://github.com/thonny/thonny" -SRC_URI=" - https://github.com/thonny/thonny/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/jedi-0.18.1[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pyserial[${PYTHON_USEDEP}] - dev-python/pylint[${PYTHON_USEDEP}] - dev-python/docutils[${PYTHON_USEDEP}] - dev-python/mypy[${PYTHON_USEDEP}] - dev-python/asttokens[${PYTHON_USEDEP}] - dev-python/send2trash[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -src_install() { - distutils-r1_src_install - newicon packaging/icons/thonny-32x32.png thonny.png - domenu "${S}/packaging/linux/org.thonny.Thonny.desktop" -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "CircuitPython support" dev-python/esptool - optfeature "MicroPython support" dev-python/adafruit-ampy -} - -pkg_postrm() { - xdg_pkg_postrm -} |
