summaryrefslogtreecommitdiff
path: root/dev-python/tempy
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/tempy
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/tempy')
-rw-r--r--dev-python/tempy/Manifest1
-rw-r--r--dev-python/tempy/metadata.xml11
-rw-r--r--dev-python/tempy/tempy-1.4.0.ebuild31
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-python/tempy/Manifest b/dev-python/tempy/Manifest
deleted file mode 100644
index 7e51b01e0781..000000000000
--- a/dev-python/tempy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tempy-1.4.0.gh.tar.gz 1546608 BLAKE2B c99d18b4b2ef5d78728cb12f4c0d532b4b51b39bd270aac25a1760ff16db2b91d0da2f8f3f5037d18ea8370ce391e1d1c5e6f5a2dbf10e99afe908eca958c10b SHA512 242ce3a3d3d9cbc65b51b855f80470dd3a3c22e13f6ecef38ee77a53d621a79671b2901344c7cc93b95f370ec78b2b136281f292fb49a1f8528d016025154db0
diff --git a/dev-python/tempy/metadata.xml b/dev-python/tempy/metadata.xml
deleted file mode 100644
index 9793a22828a2..000000000000
--- a/dev-python/tempy/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
-<pkgmetadata>
- <maintainer type="person">
- <email>gasc@eurecom.fr</email>
- <name>Gasc Henri</name>
- </maintainer>
- <upstream>
- <remote-id type="github">noprobelm/tempy</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/tempy/tempy-1.4.0.ebuild b/dev-python/tempy/tempy-1.4.0.ebuild
deleted file mode 100644
index ba749181e2d3..000000000000
--- a/dev-python/tempy/tempy-1.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{13..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="A simple, visually pleasing weather report in your terminal"
-HOMEPAGE="https://github.com/noprobelm/tempy"
-SRC_URI="https://github.com/noprobelm/tempy/archive/fb0db08.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/tempy-fb0db0841e097de4ed819066a45933748172e02a"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test"
-# We need https://github.com/darrenburns/ward, which is not in GURU, gentoo, or any overlay I could find.
-# When I have more time, I will write the ebuild and remove this.
-
-RDEPEND="
- dev-python/rich[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-pkg_postinst() {
- elog By default, tempy is using the API key of the developper by making requests throught their proxy server.
- elog You can register your own API key at https://www.weatherapi.com, and store it in '$HOME/.config/tempyrc'.
-}