[Bug 195896] devel/py-gitpython: Resurrect previously deleted port

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Dec 11 22:35:01 UTC 2014


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

Kubilay Kocak <koobs at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[revive port]               |devel/py-gitpython:
                   |devel/py-gitpython          |Resurrect previously
                   |                            |deleted port
           Keywords|                            |easy, needs-qa, patch
             Status|New                         |Open
           Assignee|freebsd-ports-bugs at FreeBSD. |python at FreeBSD.org
                   |org                         |

--- Comment #2 from Kubilay Kocak <koobs at FreeBSD.org> ---
Thanks for your submission Mike!

On first review of the attached patch, the following changes are needed:

* Lowercase PORTNAME
* New or resurrected ports require a MAINTAINER (not ports at freebsd.org)
* Add LICENSE and LICENSE_FILE
* GitPython wants ['gitdb >= 0.6.0'], update RUN_DEPENDS to match [1]
* USE_PYDISTUTILS and PYDISTUTILS_AUTOPLIST have been deprecated. Instead use:

  USES=python[:version] and USE_PYTHON= feature1 feature2 

  See other Python ports for example usage.

For reference, the port was originally removed in this changeset:

https://svnweb.freebsd.org/ports?view=revision&revision=347472

[1] https://github.com/gitpython-developers/GitPython/blob/0.3/setup.py#L69

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


More information about the freebsd-ports-bugs mailing list