unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Holger Peters <holger.peters@posteo.de>
To: 41416@debbugs.gnu.org
Cc: Holger Peters <holger.peters@posteo.de>
Subject: [bug#41416] [PATCH 3/8] gnu: Add python-zope-deprecation
Date: Wed, 20 May 2020 09:07:05 +0200	[thread overview]
Message-ID: <20200520070710.6999-3-holger.peters@posteo.de> (raw)
In-Reply-To: <20200520070710.6999-1-holger.peters@posteo.de>

* gnu/packages/python-web.scm Added several packages:
  (python-zope-deprecation): New variable
---
 gnu/packages/python-web.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0dff9610bc..da0726ae99 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3861,3 +3861,23 @@ actions.  Instead of taking actions when a function (or class) decorator is
 executed at import time, you can defer the action usually taken by the
 decorator until a separate scan phase.")
     (license license:repoze)))
+
+(define-public python-zope-deprecation
+  (package
+    (name "python-zope-deprecation")
+    (version "4.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "zope.deprecation" version))
+              (sha256
+               (base32
+                "1pz2cv7gv9y1r3m0bdv7ks1alagmrn5msm5spwdzkb2by0w36i8d"))))
+    (build-system python-build-system)
+    (native-inputs `())
+    (propagated-inputs `())
+    (home-page "https://zopedeprecation.readthedocs.io/")
+    (synopsis "Provides a function for marking deprecations")
+    (description "The zope.deprecation module provides a function for marking
+modules, classes, functions, methods and properties as deprecated, displaying
+warnings when usaged in application code.")
+    (license license:zpl2.1)))
-- 
2.26.0





  parent reply	other threads:[~2020-05-20  7:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20  7:02 [bug#41416] [PATCH 0/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:07 ` [bug#41416] [PATCH 1/8] gnu: python-webob: Update to 1.8.6 Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 2/8] gnu: Add python-venusian Holger Peters
2020-05-20  7:07   ` Holger Peters [this message]
2020-05-20  7:07   ` [bug#41416] [PATCH 4/8] gnu: Add python-translationstring Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 5/8] gnu: Add python-plaster Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 6/8] gnu: Add python-plaster-pastedeploy Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 7/8] gnu: Add python-hupper Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 8/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:42     ` bug#41416: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200520070710.6999-3-holger.peters@posteo.de \
    --to=holger.peters@posteo.de \
    --cc=41416@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).