unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ng0 <ngillmann@runbox.com>
To: guix-devel@gnu.org
Cc: ng0 <ng0@we.make.ritual.n0.is>
Subject: [PATCH 03/18] gnu: Add python-dulwich.
Date: Sun,  2 Oct 2016 11:00:40 +0000	[thread overview]
Message-ID: <20161002110054.2297-4-ngillmann@runbox.com> (raw)
In-Reply-To: <20161002110054.2297-1-ngillmann@runbox.com>

From: ng0 <ng0@we.make.ritual.n0.is>

* gnu/packages/python.scm (python-dulwich): New variable.
---
 gnu/packages/python.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 001545e..02f718a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -693,6 +693,41 @@ certificate returned by the server to which a connection has been established,
 and verifies that it matches the intended target hostname.")
     (license license:psfl)))
 
+(define-public python-dulwich
+  (package
+    (name "python-dulwich")
+    (version "0.14.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "dulwich" version))
+       (sha256
+        (base32
+         "14xsyxha6qyxxyf0ma3zv1sy31iy22vzwayk519n7a1gwzk4j7vw"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:tests? #f)) ; swift module not yet ported to python3, 5 tests fail
+    (inputs
+     `(("python-mock" ,python-mock)
+       ("python-gevent" ,python-gevent)
+       ("python-geventhttpclient" ,python-geventhttpclient)
+       ("python-fastimport" ,python-fastimport)))
+    (home-page "https://www.dulwich.io/")
+    (synopsis "Python Git Library")
+    (description
+     "Dulwich is a Python implementation of the Git file formats and protocols,
+which does not depend on Git itself.  All functionality is available in pure Python.
+Optional C extensions can be built for improved performance.")
+    (license (list license:asl2.0 license:gpl2+))
+    (properties `((python2-variant . ,(delay python2-dulwich))))))
+
+(define-public python2-dulwich
+  (package
+    (inherit (package-with-python2
+              (strip-python2-variant python-dulwich)))
+    (native-inputs
+     `(("python2-setuptools" ,python2-setuptools)))))
+
 (define-public python-h5py
   (package
     (name "python-h5py")
-- 
2.10.0

  parent reply	other threads:[~2016-10-02 11:01 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-23 19:56 Kallithea - looking for someone to take over ng0
2016-09-26 10:32 ` Ludovic Courtès
2016-09-27 14:06   ` ng0
2016-10-02 11:00     ` Add most of the Kallithea (SCM) dependencies ng0
2016-10-02 11:00       ` [PATCH 01/18] gnu: Add python-geventhttpclient ng0
2016-10-02 11:00       ` [PATCH 02/18] gnu: Add python-fastimport ng0
2016-10-02 11:00       ` ng0 [this message]
2016-10-02 11:00       ` [PATCH 04/18] gnu: Add mercurial@3.7.3 ng0
2016-10-02 11:00       ` [PATCH 05/18] gnu: Add python2-mysql-python ng0
2016-10-02 11:00       ` [PATCH 06/18] gnu: Add python-dulwich-0.9.9 ng0
2016-10-02 11:00       ` [PATCH 07/18] gnu: Add python-repoze.lru ng0
2016-10-02 11:00       ` [PATCH 08/18] gnu: Add python-routes ng0
2016-10-02 11:00       ` [PATCH 09/18] gnu: Add python-routes-1.13 ng0
2016-10-02 11:00       ` [PATCH 10/18] gnu: Add python-urlobject ng0
2016-10-02 11:00       ` [PATCH 11/18] gnu: Add python-urlobject-2.3.4 ng0
2016-10-02 11:00       ` [PATCH 12/18] gnu: Add python-docutils-0.11 ng0
2016-10-02 11:00       ` [PATCH 13/18] gnu: Add python-markdown-2.2.1 ng0
2016-10-02 11:00       ` [PATCH 14/18] gnu: Add python2-babel-1.3 ng0
2016-10-02 11:00       ` [PATCH 15/18] gnu: Add python-pyparsing-1.5.0 ng0
2016-10-02 11:00       ` [PATCH 16/18] gnu: Add python-amqplib ng0
2016-10-02 11:00       ` [PATCH 17/18] gnu: Add python2-kombu-1 ng0
2016-10-02 11:04     ` Kallithea - looking for someone to take over ng0

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=20161002110054.2297-4-ngillmann@runbox.com \
    --to=ngillmann@runbox.com \
    --cc=guix-devel@gnu.org \
    --cc=ng0@we.make.ritual.n0.is \
    /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).