summaryrefslogtreecommitdiff
path: root/dev-python/enlighten
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-14 03:04:40 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-14 03:04:40 -0500
commit44ac9950da93ffaa670439fbc31f0a3f95378bb3 (patch)
tree88c80e746a3195bb4d1869bcb64467fdabcc54c8 /dev-python/enlighten
parent00a5031b2e58fb36fc981fe226565880b4798a8b (diff)
downloadbaldeagleos-repo-44ac9950da93ffaa670439fbc31f0a3f95378bb3.tar.gz
baldeagleos-repo-44ac9950da93ffaa670439fbc31f0a3f95378bb3.tar.xz
baldeagleos-repo-44ac9950da93ffaa670439fbc31f0a3f95378bb3.zip
Adding metadata
Diffstat (limited to 'dev-python/enlighten')
-rw-r--r--dev-python/enlighten/Manifest1
-rw-r--r--dev-python/enlighten/enlighten-1.14.1.ebuild30
-rw-r--r--dev-python/enlighten/metadata.xml12
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-python/enlighten/Manifest b/dev-python/enlighten/Manifest
new file mode 100644
index 000000000000..9fc474833b23
--- /dev/null
+++ b/dev-python/enlighten/Manifest
@@ -0,0 +1 @@
+DIST enlighten-1.14.1.tar.gz 1497799 BLAKE2B 2be3337f953a4d043d772c351669a98e9320333c7d47a8c328eb770c37afdb2fed6af07767feb8ba3baa8d7b11096e318669ee1c7825dd0b2a9f0106b35367c4 SHA512 15f44841707a9e77e1f2174a42ae07bac7ee1be5f14dcc17354f85478b6bdb8893d18d903838c359452ee8cb60604b2ea795873598734f465d9f921102b8614a
diff --git a/dev-python/enlighten/enlighten-1.14.1.ebuild b/dev-python/enlighten/enlighten-1.14.1.ebuild
new file mode 100644
index 000000000000..fcf60fcb985b
--- /dev/null
+++ b/dev-python/enlighten/enlighten-1.14.1.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
+PYTHON_COMPAT=( python3_{13..14} )
+
+inherit distutils-r1
+
+DESCRIPTION="Enlighten Progress Bar for Python Console Apps"
+HOMEPAGE="https://python-enlighten.readthedocs.io/"
+SRC_URI="https://github.com/Rockhopper-Technologies/enlighten/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ dev-python/blessed[${PYTHON_USEDEP}]
+ dev-python/prefixed[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_install() {
+ rm -rf "${BUILD_DIR}/install$(python_get_sitedir)/benchmarks" || die
+ distutils-r1_python_install
+}
diff --git a/dev-python/enlighten/metadata.xml b/dev-python/enlighten/metadata.xml
new file mode 100644
index 000000000000..6a8f7ba758dc
--- /dev/null
+++ b/dev-python/enlighten/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Pavel Sobolev</name>
+ <email>contact@paveloom.dev</email>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/SeaDve/Mousai/issues</bugs-to>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>