Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Sep 2018 10:51:55 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480251 - in head/devel: . py-git-url-parse
Message-ID:  <201809211051.w8LAptYp074230@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Fri Sep 21 10:51:55 2018
New Revision: 480251
URL: https://svnweb.freebsd.org/changeset/ports/480251

Log:
  Add py-git-url-parse 1.1.0, simple git URL parser.

Added:
  head/devel/py-git-url-parse/
  head/devel/py-git-url-parse/Makefile   (contents, props changed)
  head/devel/py-git-url-parse/distinfo   (contents, props changed)
  head/devel/py-git-url-parse/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 21 10:41:36 2018	(r480250)
+++ head/devel/Makefile	Fri Sep 21 10:51:55 2018	(r480251)
@@ -4590,6 +4590,7 @@
     SUBDIR += py-geotypes
     SUBDIR += py-gevent
     SUBDIR += py-git-up
+    SUBDIR += py-git-url-parse
     SUBDIR += py-git_semver
     SUBDIR += py-gitdb2
     SUBDIR += py-gitless

Added: head/devel/py-git-url-parse/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-git-url-parse/Makefile	Fri Sep 21 10:51:55 2018	(r480251)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME=	git-url-parse
+PORTVERSION=	1.1.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew@FreeBSD.org
+COMMENT=	Simple git URL parser
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-helpers-namespace>0:devel/py-pytest-helpers-namespace@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-mock>0:devel/py-pytest-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yapf>=0.21.0:textproc/py-yapf@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>0:devel/py-pbr@${PY_FLAVOR}
+
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+do-test:
+	@cd ${WRKSRC} && ${LOCALBASE}/bin/tox-${PYTHON_VER} -e py${PYTHON_SUFFIX}
+
+.include <bsd.port.mk>

Added: head/devel/py-git-url-parse/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-git-url-parse/distinfo	Fri Sep 21 10:51:55 2018	(r480251)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1537525446
+SHA256 (git-url-parse-1.1.0.tar.gz) = a7d1dba7fc253dff8afb7b683af35834864c9796eb130b44ec63b2584bbc6522
+SIZE (git-url-parse-1.1.0.tar.gz) = 11402

Added: head/devel/py-git-url-parse/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-git-url-parse/pkg-descr	Fri Sep 21 10:51:55 2018	(r480251)
@@ -0,0 +1,3 @@
+A simple GIT URL parser similar to giturlparse.py.
+
+WWW: https://pypi.org/project/git-url-parse/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809211051.w8LAptYp074230>