Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2021 06:40:59 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566583 - in head/misc: . py-dictdiffer
Message-ID:  <202102260640.11Q6exVT025523@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Feb 26 06:40:59 2021
New Revision: 566583
URL: https://svnweb.freebsd.org/changeset/ports/566583

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

Added:
  head/misc/py-dictdiffer/
  head/misc/py-dictdiffer/Makefile   (contents, props changed)
  head/misc/py-dictdiffer/distinfo   (contents, props changed)
  head/misc/py-dictdiffer/pkg-descr   (contents, props changed)
Modified:
  head/misc/Makefile

Modified: head/misc/Makefile
==============================================================================
--- head/misc/Makefile	Fri Feb 26 06:34:30 2021	(r566582)
+++ head/misc/Makefile	Fri Feb 26 06:40:59 2021	(r566583)
@@ -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

Added: head/misc/py-dictdiffer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-dictdiffer/Makefile	Fri Feb 26 06:40:59 2021	(r566583)
@@ -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>

Added: head/misc/py-dictdiffer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-dictdiffer/distinfo	Fri Feb 26 06:40:59 2021	(r566583)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1614321196
+SHA256 (dictdiffer-0.8.1.tar.gz) = 1adec0d67cdf6166bda96ae2934ddb5e54433998ceab63c984574d187cc563d2
+SIZE (dictdiffer-0.8.1.tar.gz) = 28555

Added: head/misc/py-dictdiffer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/py-dictdiffer/pkg-descr	Fri Feb 26 06:40:59 2021	(r566583)
@@ -0,0 +1,3 @@
+Dictdiffer is a helper module that helps you to diff and patch dictionaries.
+
+WWW: https://github.com/inveniosoftware/dictdiffer



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102260640.11Q6exVT025523>