svn commit: r551792 - in head/sysutils: . py-dict-toolbox
Kirill Ponomarev
krion at FreeBSD.org
Fri Oct 9 18:00:44 UTC 2020
Author: krion
Date: Fri Oct 9 18:00:42 2020
New Revision: 551792
URL: https://svnweb.freebsd.org/changeset/ports/551792
Log:
Add dict-toolbox - a collection of python dictionary
management tools.
Added:
head/sysutils/py-dict-toolbox/
head/sysutils/py-dict-toolbox/Makefile (contents, props changed)
head/sysutils/py-dict-toolbox/distinfo (contents, props changed)
head/sysutils/py-dict-toolbox/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Fri Oct 9 17:51:32 2020 (r551791)
+++ head/sysutils/Makefile Fri Oct 9 18:00:42 2020 (r551792)
@@ -975,6 +975,7 @@
SUBDIR += py-borgmatic
SUBDIR += py-cron-descriptor
SUBDIR += py-croniter
+ SUBDIR += py-dict-toolbox
SUBDIR += py-diffoscope
SUBDIR += py-dirsync
SUBDIR += py-distro
Added: head/sysutils/py-dict-toolbox/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-dict-toolbox/Makefile Fri Oct 9 18:00:42 2020 (r551792)
@@ -0,0 +1,21 @@
+# Created by: Kirill Ponomarev <krion at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= dict-toolbox
+PORTVERSION= 1.9
+CATEGORIES= sysutils python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= krion at FreeBSD.org
+COMMENT= Collection of python dictionary management tools
+
+LICENSE= APACHE20
+
+USES= python shebangfix
+USE_PYTHON= autoplist distutils
+
+USE_GITLAB= yes
+GL_ACCOUNT= saltstack/open
+GL_COMMIT= 28a88a35a597d0f4eff7a607e2a458befc68b2a7
+
+.include <bsd.port.mk>
Added: head/sysutils/py-dict-toolbox/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-dict-toolbox/distinfo Fri Oct 9 18:00:42 2020 (r551792)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602265788
+SHA256 (saltstack/open-dict-toolbox-28a88a35a597d0f4eff7a607e2a458befc68b2a7_GL0.tar.gz) = 4767fbcff7aa5732dc108d98b5d404a11f182d5802a4858541abb2d6b14d3f1f
+SIZE (saltstack/open-dict-toolbox-28a88a35a597d0f4eff7a607e2a458befc68b2a7_GL0.tar.gz) = 33890
Added: head/sysutils/py-dict-toolbox/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-dict-toolbox/pkg-descr Fri Oct 9 18:00:42 2020 (r551792)
@@ -0,0 +1,3 @@
+A collection of python dictionary management tools
+
+WWW: https://gitlab.com/saltstack/open/dict-toolbox/
More information about the svn-ports-all
mailing list