New port: misc/py-dictdiffer: Python library that helps you to diff and patch dictionaries
This commit is contained in:
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
|
@ -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
|
||||
|
|
23
misc/py-dictdiffer/Makefile
Normal file
23
misc/py-dictdiffer/Makefile
Normal 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>
|
3
misc/py-dictdiffer/distinfo
Normal file
3
misc/py-dictdiffer/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1614321196
|
||||
SHA256 (dictdiffer-0.8.1.tar.gz) = 1adec0d67cdf6166bda96ae2934ddb5e54433998ceab63c984574d187cc563d2
|
||||
SIZE (dictdiffer-0.8.1.tar.gz) = 28555
|
3
misc/py-dictdiffer/pkg-descr
Normal file
3
misc/py-dictdiffer/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Dictdiffer is a helper module that helps you to diff and patch dictionaries.
|
||||
|
||||
WWW: https://github.com/inveniosoftware/dictdiffer
|
Loading…
Reference in a new issue