diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:46:04 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:46:04 +0000 |
commit | 91e6efa49b35c45a47590c0f6909cf7cb75db890 (patch) | |
tree | d8a08437b640c0b3f21f0ef2c17db2d07f9191fa /px/packages/python-xyz.scm | |
parent | c54843e08db4a24514d04b6249373c9e7100b645 (diff) |
px: Remove strict-rfc3339
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 18 |
1 files changed, 0 insertions, 18 deletions
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) |