1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Python implementation of the "purl" (= package URL) specification. The library

provides parsing and building of package URLs.

WWW: https://github.com/package-url/packageurl-python

PR:		229450
Submitted by:	freebsd_ports@k-worx.org
Sponsored by:	iXsystems Inc.
This commit is contained in:
Martin Wilke 2018-07-28 12:09:24 +00:00
parent aed6b49549
commit 2ab73c58be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475535
4 changed files with 27 additions and 0 deletions

View File

@ -1334,6 +1334,7 @@
SUBDIR += py-openstackdocstheme
SUBDIR += py-orange3-text
SUBDIR += py-os-api-ref
SUBDIR += py-packageurl-python
SUBDIR += py-pager
SUBDIR += py-pandocfilters
SUBDIR += py-paragrep

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= packageurl-python
DISTVERSION= 0.5.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= Parser and builder for package URLs (aka purl)
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1530187954
SHA256 (packageurl-python-0.5.0.tar.gz) = 2fe43d3945421b52b803ef078b4479d2327228d3b7f56598a7b5016657c57302
SIZE (packageurl-python-0.5.0.tar.gz) = 4378

View File

@ -0,0 +1,4 @@
Python implementation of the "purl" (= package URL) specification. The library
provides parsing and building of package URLs.
WWW: https://github.com/package-url/packageurl-python