View | Details | Raw Unified | Return to bug 229450
Collapse All | Expand All

(-)py-packageurl-python/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	packageurl-python
4
DISTVERSION=	0.5.0
5
CATEGORIES=	textproc python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	freebsd_ports@k-worx.org
10
COMMENT=	Parser and builder for package URLs (aka purl)
11
12
LICENSE=	MIT
13
14
USES=		python
15
USE_PYTHON=	distutils autoplist
16
17
NO_ARCH=	yes
18
19
.include <bsd.port.mk>
(-)py-packageurl-python/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1530187954
2
SHA256 (packageurl-python-0.5.0.tar.gz) = 2fe43d3945421b52b803ef078b4479d2327228d3b7f56598a7b5016657c57302
3
SIZE (packageurl-python-0.5.0.tar.gz) = 4378
(-)py-packageurl-python/pkg-descr (+4 lines)
Line 0 Link Here
1
Python implementation of the "purl" (= package URL) specification. The library
2
provides parsing and building of package URLs. 
3
4
WWW: https://github.com/package-url/packageurl-python

Return to bug 229450