Skip to content
Snippets Groups Projects
Verified Commit 933afd44 authored by sunpoet's avatar sunpoet
Browse files

devel/py-giturlparse: Add py-giturlparse 0.10.0

giturlparse parses & rewrites git urls (supports GitHub, Bitbucket, FriendCode,
Assembla, Gitlab ...). This is a fork of giturlparse.py with updated parsers.

WWW: https://github.com/nephila/giturlparse
parent c30305d5
No related branches found
No related tags found
No related merge requests found
......@@ -4544,6 +4544,7 @@
SUBDIR += py-gitdb
SUBDIR += py-gitless
SUBDIR += py-gitpython
SUBDIR += py-giturlparse
SUBDIR += py-glance-store
SUBDIR += py-glob2
SUBDIR += py-gobject3
......
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= giturlparse
PORTVERSION= 0.10.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Git URL parsing module
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1658176302
SHA256 (giturlparse-0.10.0.tar.gz) = 2595ab291d30717cda8474b874c9fd509f1b9802ad7f6968c36a45e4b13eb337
SIZE (giturlparse-0.10.0.tar.gz) = 15794
giturlparse parses & rewrites git urls (supports GitHub, Bitbucket, FriendCode,
Assembla, Gitlab ...). This is a fork of giturlparse.py with updated parsers.
WWW: https://github.com/nephila/giturlparse
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment