New port: misc/py-dictdiffer: Python library that helps you to diff and patch dictionaries

This commit is contained in:
Yuri Victorovich 2021-02-26 06:40:59 +00:00
parent 6cd8256fc4
commit 912c68e73f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566583
4 changed files with 30 additions and 0 deletions

View file

@ -375,6 +375,7 @@
SUBDIR += py-colorbrewer
SUBDIR += py-colored
SUBDIR += py-crudini
SUBDIR += py-dictdiffer
SUBDIR += py-eemeter
SUBDIR += py-emoji
SUBDIR += py-fast-histogram

View file

@ -0,0 +1,23 @@
# $FreeBSD$
PORTNAME= dictdiffer
DISTVERSION= 0.8.1
CATEGORIES= misc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Python library that helps you to diff and patch dictionaries
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1614321196
SHA256 (dictdiffer-0.8.1.tar.gz) = 1adec0d67cdf6166bda96ae2934ddb5e54433998ceab63c984574d187cc563d2
SIZE (dictdiffer-0.8.1.tar.gz) = 28555

View file

@ -0,0 +1,3 @@
Dictdiffer is a helper module that helps you to diff and patch dictionaries.
WWW: https://github.com/inveniosoftware/dictdiffer