Bug 213880

Summary: [PATCH] devel/py-gitless: Remove depending on argparse
Product: Ports & Packages Reporter: Li-Wen Hsu <lwhsu>
Component: Individual Port(s)Assignee: Carlos J. Puga Medina <cpm>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: patch
Priority: --- Flags: cpm: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
gitless.patch cpm: maintainer-approval+

Description Li-Wen Hsu freebsd_committer freebsd_triage 2016-10-29 13:21:30 UTC
Created attachment 176272 [details]
gitless.patch

- Remove depending on argparse, all Python versions in ports tree have it as built-in
Comment 1 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-10-29 18:42:21 UTC
Comment on attachment 176272 [details]
gitless.patch

>Index: Makefile
>===================================================================
>--- Makefile	(revision 424893)
>+++ Makefile	(working copy)
>@@ -4,6 +4,7 @@
> PORTNAME=	gitless
> PORTVERSION=	0.8.4
> DISTVERSIONPREFIX=	v
>+PORTREVISION=	1
> CATEGORIES=	devel python
> PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> 
>@@ -13,8 +14,7 @@
> LICENSE=	GPLv2
> LICENSE_FILE=	${WRKSRC}/LICENSE.md
> 
>-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse \
>-		${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint \
>+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint \
> 		${PYTHON_PKGNAMEPREFIX}pygit2>=0.23.0:devel/py-pygit2 \
> 		${PYTHON_PKGNAMEPREFIX}sh>=1.11:devel/py-sh \
> 		git:devel/git
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-10-29 18:43:50 UTC
Thanks for the patch, Li-Wen :)

Approved!
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-10-30 16:15:09 UTC
A commit references this bug:

Author: lwhsu
Date: Sun Oct 30 16:14:36 UTC 2016
New revision: 424952
URL: https://svnweb.freebsd.org/changeset/ports/424952

Log:
  - Remove depending on argparse, all Python versions in ports tree have it as built-in

  PR:		213880
  Submitted by:	lwhsu
  Approved by:	cpm (maintainer)

Changes:
  head/devel/py-gitless/Makefile