[Bug 213821] devel/py-pygit2: update to 0.24.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 26 23:10:40 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213821

            Bug ID: 213821
           Summary: devel/py-pygit2: update to 0.24.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: wg at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
          Assignee: wg at FreeBSD.org
             Flags: maintainer-feedback?(wg at FreeBSD.org), merge-quarterly?

Created attachment 176204
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=176204&action=edit
v0 (green on 9.3 i386, 9.3 amd64, 10.1 i386, 10.3 amd64, 11.0 i386)

I'm trying to port gitfs-0.4.4 which wants pygit2==0.24.1. Rather than
investigating whether it'd work with older version why not just update.

  $ make test
  [...]
  ===>   py27-pygit2-0.24.1 depends on file: /usr/local/bin/python2.7 - found
  running test
  running build
  running build_py
  running build_ext
  generating cffi module
'build/temp.freebsd-10.1-RELEASE-i386-2.7/pygit2._libgit2.c'
  already up-to-date
 
......................................................................................................................................................................................................................................................................
  ----------------------------------------------------------------------
  Ran 262 tests in 5.129s

  OK

MFH candidate because 0.24.0 is in bad state:

  $ pkg install -qy py27-pygit2
  $ python2.7
  >>> import pygit2
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/local/lib/python2.7/site-packages/pygit2/__init__.py", line 42,
in <module>
      from .repository import Repository
    File "/usr/local/lib/python2.7/site-packages/pygit2/repository.py", line
40, in <module>
      import six
  ImportError: No module named six

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list