Bug 213880 - [PATCH] devel/py-gitless: Remove depending on argparse
Summary: [PATCH] devel/py-gitless: Remove depending on argparse
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Carlos J. Puga Medina
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-10-29 13:21 UTC by Li-Wen Hsu
Modified: 2016-10-30 16:15 UTC (History)
0 users

See Also:
cpm: maintainer-feedback+


Attachments
gitless.patch (694 bytes, patch)
2016-10-29 13:21 UTC, Li-Wen Hsu
cpm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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