mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
textproc/py-packageurl-python: Update to 0.8.7
* Add "do-test" target to easen future QA * Pet portlint (whitespace issues in pkg-descr) Changelog: https://github.com/package-url/packageurl-python/compare/v0.8.5...v0.8.7
This commit is contained in:
parent
8966b85498
commit
937f1f5c24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509723
3 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= packageurl-python
|
PORTNAME= packageurl-python
|
||||||
DISTVERSION= 0.8.5
|
DISTVERSION= 0.8.7
|
||||||
CATEGORIES= textproc python
|
CATEGORIES= textproc python
|
||||||
MASTER_SITES= CHEESESHOP
|
MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,9 +12,14 @@ COMMENT= Parser and builder for package URLs (aka purl)
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/mit.LICENSE
|
LICENSE_FILE= ${WRKSRC}/mit.LICENSE
|
||||||
|
|
||||||
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
do-test:
|
||||||
|
@cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1551094497
|
TIMESTAMP = 1566647116
|
||||||
SHA256 (packageurl-python-0.8.5.tar.gz) = 204cbcd1b4a4a133ab4c005b66fe81f47138c3bc07c1297963f9555173a3f32b
|
SHA256 (packageurl-python-0.8.7.tar.gz) = fe4a891e4818d3aff63fdcdcd8bec9d97064ca7dda58162bbaed4d256db72f4f
|
||||||
SIZE (packageurl-python-0.8.5.tar.gz) = 19260
|
SIZE (packageurl-python-0.8.7.tar.gz) = 19352
|
||||||
|
|
Loading…
Add table
Reference in a new issue