Date: Thu, 11 Dec 2014 22:35:01 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195896] devel/py-gitpython: Resurrect previously deleted port Message-ID: <bug-195896-13-P4VobXLgRW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-195896-13@https.bugs.freebsd.org/bugzilla/> References: <bug-195896-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195896 Kubilay Kocak <koobs@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@FreeBSD. |python@FreeBSD.org |org | --- Comment #2 from Kubilay Kocak <koobs@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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195896-13-P4VobXLgRW>