From 91e6efa49b35c45a47590c0f6909cf7cb75db890 Mon Sep 17 00:00:00 2001 From: Franz Geffke Date: Sun, 23 Feb 2025 10:46:04 +0000 Subject: px: Remove strict-rfc3339 --- px/packages/python-xyz.scm | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'px') diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index cc5e7b4..7c9c59b 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -503,24 +503,6 @@ module and then similar looking characters are removed.") "persist-queue implements a file-based queue and a serial of sqlite3-based queues") (license license:bsd-2))) -(define-public strict-rfc3339 - (package - (name "strict-rfc3339") - (version "0.7") - (source - (origin - (method url-fetch) - (uri (pypi-uri "strict-rfc3339" version)) - (sha256 - (base32 "0xqjbsn0g1h88rayh5yrpdagq60zfwrfs3yvk6rmgby3vyz1gbaw")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) - (home-page "https://github.com/danielrichman/strict-rfc3339") - (synopsis "Strict, simple, lightweight RFC3339 functions.") - (description "Strict, simple, lightweight RFC3339 functions.") - (license license:gpl3+))) - (define-public python-json-logger-0.1.10 (package (inherit python-json-logger) -- cgit v1.2.3