diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /dev-python/isodate | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'dev-python/isodate')
| -rw-r--r-- | dev-python/isodate/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/isodate/isodate-0.7.2.ebuild | 22 | ||||
| -rw-r--r-- | dev-python/isodate/metadata.xml | 23 |
3 files changed, 0 insertions, 46 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 889f7ae6d0da..000000000000 --- a/dev-python/isodate/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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 /> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
