1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/security/py-dirhash/Makefile
Ruslan Makhmatkhanov 000aa91f5a devel/py-scantree: update to 0.0.2
This update allows us to eliminate some obsoleted dependencies and to build with
decent python versions.

Changes:
https://github.com/andhus/scantree/releases/tag/v0.0.2

Bump PORTREVISION for dependant port.

PR:		276386
Approved by:	acm (maintainer)
2024-01-17 10:56:48 +03:00

21 lines
483 B
Makefile

PORTNAME= dirhash
DISTVERSION= 0.2.1
PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Python module and CLI for hashing of file system directories
WWW= https://github.com/andhus/dirhash-python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scantree>0:devel/py-scantree@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>