summaryrefslogtreecommitdiff
path: root/dev-python/TakeTheTime
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/TakeTheTime
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/TakeTheTime')
-rw-r--r--dev-python/TakeTheTime/Manifest1
-rw-r--r--dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild25
-rw-r--r--dev-python/TakeTheTime/metadata.xml12
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/TakeTheTime/Manifest b/dev-python/TakeTheTime/Manifest
deleted file mode 100644
index b920959efd10..000000000000
--- a/dev-python/TakeTheTime/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST TakeTheTime-0.3.1.gh.tar.gz 2916 BLAKE2B 841edd7e06d45ce6f2774a8464c391500651a9762ff85115d9b13d9f45e68f7ae7e0aef0d588d5e9cce0ee98b1c5343cef83fe9b026c074cbe27c2e6837ffb72 SHA512 ef33101d850ff39ed85b5f26fa90fb7ece1e85ee39e7f611b444e0d2cba181698cc99bd4183285b24da2a740b6fbf315f2f35d7f67ce67b53acefab0b2eaaee5
diff --git a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild b/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
deleted file mode 100644
index a86818194713..000000000000
--- a/dev-python/TakeTheTime/TakeTheTime-0.3.1.ebuild
+++ /dev/null
@@ -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_{13..14} )
-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
-}
diff --git a/dev-python/TakeTheTime/metadata.xml b/dev-python/TakeTheTime/metadata.xml
deleted file mode 100644
index 3ac653f68b22..000000000000
--- a/dev-python/TakeTheTime/metadata.xml
+++ /dev/null
@@ -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>