Deleting residual content

This commit is contained in:
Jakub Bidžan 2025-07-31 21:37:46 +02:00
parent 1ef58f4454
commit b86203271f
3 changed files with 0 additions and 93 deletions

View file

@ -1 +0,0 @@
DIST timeago-1.0.16.tar.gz 25637 BLAKE2B fbcd615a3005a1cc1c1c767ad32e25f64e0d9ce416c361649cc3920423b164b5cea9954b432913ee13d41b7c36d3c4f9d555121f948d85ff8ffcaa3bd544088b SHA512 1106abe17cfb34324ee9194141598698abbe1c0ed36273d449fdc9047aa42e369845be0041bdffc4470f00602df20bf981de3ad16f10c22d65de4c0a41d65e73

View file

@ -1,28 +0,0 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python2_7 python3_{4..13} )
DISTUTILS_USE_PEP517=no
inherit distutils-r1
DESCRIPTION="A simple Python library to format datetime with '*** time ago' statements"
HOMEPAGE="https://github.com/hustcc/timeago"
SRC_URI="https://github.com/hustcc/timeago/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
S="${WORKDIR}/${P}/src"
pkg_setup() {
python_setup
}

View file

@ -1,64 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_13 )
inherit meson python-single-r1 git-r3
DESCRIPTION="GUI client to control a Meshtastic device over Serial, Bluetooth, or TCP/IP"
HOMEPAGE="https://gitlab.com/kop316/gtk-meshtastic-client/"
EGIT_REPO_URI="https://gitlab.com/kop316/gtk-meshtastic-client.git"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86 arm64"
IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="
${PYTHON_DEPS}
dev-libs/gobject-introspection
gui-libs/libadwaita[introspection]
>=gui-libs/gtk-4.10:4[introspection]
x11-libs/pango[introspection]
media-libs/libshumate[introspection]
$(python_gen_cond_dep '
dev-python/pygobject[${PYTHON_USEDEP}]
media-radio/meshtastic[${PYTHON_USEDEP}]
dev-python/dotmap[${PYTHON_USEDEP}]
dev-python/pyqrcode[${PYTHON_USEDEP}]
')
dev-util/desktop-file-utils
"
RDEPEND="
${PYTHON_DEPS}
dev-libs/glib:2
x11-libs/gdk-pixbuf:2
dev-libs/gobject-introspection
gui-libs/libadwaita[introspection]
>=gui-libs/gtk-4.10:4[introspection]
>=x11-libs/pango-1.44.0[introspection]
media-libs/libshumate[introspection]
$(python_gen_cond_dep '
>=dev-python/pygobject-3.36[${PYTHON_USEDEP},cairo]
media-radio/meshtastic[${PYTHON_USEDEP}]
dev-python/dotmap[${PYTHON_USEDEP}]
')
"
BDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
dev-python/meson-python[${PYTHON_USEDEP}]
')
dev-util/desktop-file-utils
"
src_configure() {
meson_src_configure
}
src_install() {
meson_src_install
python_optimiz