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:
parent
aed6b49549
commit
2ab73c58be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475535
@ -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
|
||||
|
19
textproc/py-packageurl-python/Makefile
Normal file
19
textproc/py-packageurl-python/Makefile
Normal 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>
|
3
textproc/py-packageurl-python/distinfo
Normal file
3
textproc/py-packageurl-python/distinfo
Normal 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
|
4
textproc/py-packageurl-python/pkg-descr
Normal file
4
textproc/py-packageurl-python/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user