pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-graphtage: update to 0.2.7.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Tue May 2 21:00:54 2023 +0200
Changeset:	bc963164c669a173d120a77e9e85a38fafccb892

Modified Files:
	py-graphtage/Makefile
	py-graphtage/PLIST
	py-graphtage/distinfo

Log Message:
py-graphtage: update to 0.2.7.

Adds two new features:

    human-readable edit digests with the --edit-digest option; and
    the ability to diff in-memory Python objects (see the documentation).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bc963164c669a173d120a77e9e85a38fafccb892

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-graphtage/Makefile | 12 ++++++------
 py-graphtage/PLIST    |  3 +++
 py-graphtage/distinfo |  6 +++---
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs:
diff --git a/py-graphtage/Makefile b/py-graphtage/Makefile
index 197127c273..ee1eee5a74 100644
--- a/py-graphtage/Makefile
+++ b/py-graphtage/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	graphtage-0.2.6
+DISTNAME=	graphtage-0.2.7
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	textproc python
 MASTER_SITES=	${MASTER_SITE_PYPI:=g/graphtage/}
@@ -10,11 +10,9 @@ HOMEPAGE=	https://github.com/trailofbits/graphtage
 COMMENT=	Utility to diff tree-like files such as JSON and XML
 LICENSE=	gnu-lgpl-v3 # or later
 
-TEST_DEPENDS+=	${PYPKGPREFIX}-flake8>=0:../../devel/py-flake8
-BUILD_DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
-TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-BUILD_DEPENDS+=	${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
-BUILD_DEPENDS+=	${PYPKGPREFIX}-twine>=0:../../net/py-twine
+TOOL_DEPENDS+=	${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
+TOOL_DEPENDS+=	${PYPKGPREFIX}-sphinx-rtd-theme-[0-9]*:../../textproc/py-sphinx-rtd-theme
+TOOL_DEPENDS+=	${PYPKGPREFIX}-twine>=0:../../net/py-twine
 DEPENDS+=	${PYPKGPREFIX}-colorama>=0:../../comms/py-colorama
 DEPENDS+=	${PYPKGPREFIX}-intervaltree>=0:../../devel/py-intervaltree
 DEPENDS+=	${PYPKGPREFIX}-json5>=0:../../wip/py-json5
@@ -22,6 +20,8 @@ DEPENDS+=	${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.4.0:../../math/py-scipy
 DEPENDS+=	${PYPKGPREFIX}-tqdm>=0:../../misc/py-tqdm
 DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=3.7.4.3:../../devel/py-typing-extensions
+TEST_DEPENDS+=	${PYPKGPREFIX}-flake8>=0:../../devel/py-flake8
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES=	# none
 
diff --git a/py-graphtage/PLIST b/py-graphtage/PLIST
index f1960dea2b..af9762d2e0 100644
--- a/py-graphtage/PLIST
+++ b/py-graphtage/PLIST
@@ -54,6 +54,9 @@ ${PYSITELIB}/graphtage/printer.pyo
 ${PYSITELIB}/graphtage/progress.py
 ${PYSITELIB}/graphtage/progress.pyc
 ${PYSITELIB}/graphtage/progress.pyo
+${PYSITELIB}/graphtage/pydiff.py
+${PYSITELIB}/graphtage/pydiff.pyc
+${PYSITELIB}/graphtage/pydiff.pyo
 ${PYSITELIB}/graphtage/search.py
 ${PYSITELIB}/graphtage/search.pyc
 ${PYSITELIB}/graphtage/search.pyo
diff --git a/py-graphtage/distinfo b/py-graphtage/distinfo
index fb1b44abbd..fd13a811be 100644
--- a/py-graphtage/distinfo
+++ b/py-graphtage/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-BLAKE2s (graphtage-0.2.6.tar.gz) = c83b0c876a6c9b6dc30de0d2d65791bfc7d65417911da5af8639b97bb4cdbfb9
-SHA512 (graphtage-0.2.6.tar.gz) = a393ed15b9b84b580a13fad7f5a29d76025eb8b4354b7f6bb28249205894cd541f238afe9b71966700c2300e617b2fba5afa209fd814ef3accc90685aee1b825
-Size (graphtage-0.2.6.tar.gz) = 91453 bytes
+BLAKE2s (graphtage-0.2.7.tar.gz) = 57e0e61423139f2d64fe243ac9425f8274006e8eb8883e906c1535a79e907731
+SHA512 (graphtage-0.2.7.tar.gz) = 70d1ede195a05a76033f709b33d1bee4eba26f6bd121bbfc15c83bf3bb60ed777bacdbd026c899732d1061953a27ba6760070d9dfdadf9034495092bbd0d69db
+Size (graphtage-0.2.7.tar.gz) = 95575 bytes
 SHA1 (patch-setup.py) = fde727fe5eeae399d9a9f9ed0bedbe096402694c


Home | Main Index | Thread Index | Old Index