summaryrefslogtreecommitdiff
path: root/dev-python/isodate
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/isodate
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/isodate')
-rw-r--r--dev-python/isodate/Manifest1
-rw-r--r--dev-python/isodate/isodate-0.7.2.ebuild22
-rw-r--r--dev-python/isodate/metadata.xml26
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/isodate/Manifest b/dev-python/isodate/Manifest
deleted file mode 100644
index de80d00ebc74..000000000000
--- a/dev-python/isodate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST isodate-0.7.2.tar.gz 29705 BLAKE2B a9d4edec06eb9f3760ecc787a41b4ab04a94f356a9adfe5b110aaaf556fcbcfcacf5b38013af25ff8a578087ce9c11ddddeab81b3aa05d60a0a33afe938d360c SHA512 6361ff91b797c1b925de3c97d53b3d521534f2d81a87b724f32da83238b8458feccf3805971e6b4e1986440b6bb9c47cb707499d340de79214dfc135336f9235
diff --git a/dev-python/isodate/isodate-0.7.2.ebuild b/dev-python/isodate/isodate-0.7.2.ebuild
deleted file mode 100644
index a31abf22dfe8..000000000000
--- a/dev-python/isodate/isodate-0.7.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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 pypi
-
-DESCRIPTION="ISO 8601 date/time/duration parser and formatter"
-HOMEPAGE="
- https://github.com/gweis/isodate/
- https://pypi.org/project/isodate/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest
diff --git a/dev-python/isodate/metadata.xml b/dev-python/isodate/metadata.xml
deleted file mode 100644
index 3d7d5c87b59b..000000000000
--- a/dev-python/isodate/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <longdescription>
- This module implements ISO 8601 date, time and duration
- parsing. The implementation follows ISO8601:2004 standard, and
- implements only date/time representations mentioned in the standard. If
- something is not mentioned there, then it is treated as non existent,
- and not as an allowed option.
- As this module maps ISO 8601 dates/times to standard Python data types,
- like date, time, datetime and timedelta, it is not possible to convert
- all possible ISO 8601 dates/times. For instance, dates before 0001-01-01
- are not allowed by the Python date and datetime classes. Additionally
- fractional seconds are limited to microseconds. That means if the parser
- finds for instance nanoseconds it will round it to microseconds.
- </longdescription>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">isodate</remote-id>
- <remote-id type="github">gweis/isodate</remote-id>
- </upstream>
-</pkgmetadata>