Summary: | [revive port] devel/py-gitpython: Resurrect previously deleted port | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | mike | ||||||||
Component: | Individual Port(s) | Assignee: | Kubilay Kocak <koobs> | ||||||||
Status: | Closed DUPLICATE | ||||||||||
Severity: | Affects Only Me | CC: | alex.pavlovic, che, kbowling, robmessick, wen | ||||||||
Priority: | --- | Keywords: | easy, needs-qa, patch | ||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Fix category name. 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@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 Is there a port maintainer I can use, besides ports@freebsd.org? It's normal and expected that a submitter of a new or revived port nominate themselves as maintainer. You can find more info about port maintainership here: https://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing-ports/maintain-port.html Hope you take up the challenge! :) Created attachment 150519 [details]
updated patches for py-gitpython
Thanks Kubilay! I'm up for the challenge :)
Here is the updated shar with your recommendations. I ended up switched to CHEESESHOP as well.
Consequentially, I had to create a port-bump for py-gitdb. Should I file that as a separate bug report?
Great to hear Mike :) Replace the attached shar with an svn diff (or diff -u) patch and include the PORTREVISION bump in there. Created attachment 150703 [details]
svn diff for both py-gitpython and py-gitdb
Here is the svn diff for py-gitpython and py-gitdb
py-gitpython is a full port, and py-gitdb is a port version bump for the existing port.
*** Bug 191794 has been marked as a duplicate of this bug. *** Comment on attachment 150703 [details]
svn diff for both py-gitpython and py-gitdb
Wen, do you mind approving the update for devel/py-gitdb please
Mike, will take care of this issue once devel/py-gitdb part of your patch is approved. Apologies for the delay (In reply to Kubilay Kocak from comment #9) Approved. Thank you ! wen Committed in r390304 [1] Resurrect devel/py-gitpython - Update to upstream version 1.0.1 - Maxim Filimonov <che@bein.link> takes maintainership - Update WWW: Project is now hosted on github PR: 199335 Differential Revision: https://reviews.freebsd.org/D2659 Submitted by: che@bein.link (maintainer) Reviewed by: koobs [1] https://svnweb.freebsd.org/changeset/ports/390304 *** This bug has been marked as a duplicate of bug 199335 *** |
Created attachment 150481 [details] port shar file resurrecting the gitpython port, it was removed earlier this year. The project seems to have moved from gitorious to github.