dev-python/TakeTheTime: treeclean

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-10 23:04:21 +02:00
parent 54118902ad
commit bbbf05f979
4 changed files with 0 additions and 43 deletions

View File

@@ -1 +0,0 @@
DIST TakeTheTime-0.3.1.gh.tar.gz 2916 BLAKE2B 841edd7e06d45ce6f2774a8464c391500651a9762ff85115d9b13d9f45e68f7ae7e0aef0d588d5e9cce0ee98b1c5343cef83fe9b026c074cbe27c2e6837ffb72 SHA512 ef33101d850ff39ed85b5f26fa90fb7ece1e85ee39e7f611b444e0d2cba181698cc99bd4183285b24da2a740b6fbf315f2f35d7f67ce67b53acefab0b2eaaee5

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_12 )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1
DESCRIPTION="Take The Time, a super-neat Python library for timing chunks of code"
HOMEPAGE="https://github.com/ErikBjare/TakeTheTime"
# pypi doesn't contains the tests
SRC_URI="https://github.com/ErikBjare/TakeTheTime/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
distutils_enable_tests unittest
python_test() {
eunittest tests
}

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>stkw0@disroot.org</email>
<name>David Roman</name>
</maintainer>
<upstream>
<remote-id type="github">ErikBjare/TakeTheTime</remote-id>
<remote-id type="pypi">TakeTheTime</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -129,11 +129,6 @@ app-misc/aw-client
# revdep of aw-core
dev-python/timeslot
# David Roman <stkw0@disroot.org> (2026-04-26)
# No revdeps. Unmaintained upstream
# Removal after 2026-06-11
dev-python/TakeTheTime
# Joe Kappus <joe@wt.gd) (2026-04-23)
# Depends on masked dev-python/pyqt5.
# Progress getting made, unmask when done.