pkgsrc-WIP-changes archive

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

Import wip/py-squarify to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 5 14:00:55 2021 +0100
Changeset:	eea1bb827c18801ecd2d1621d797f1708e1635f6

Modified Files:
	Makefile
Added Files:
	py-squarify/DESCR
	py-squarify/Makefile
	py-squarify/PLIST
	py-squarify/distinfo

Log Message:
Import wip/py-squarify to wip

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

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

diffstat:
 Makefile             |  1 +
 py-squarify/DESCR    |  3 +++
 py-squarify/Makefile | 14 ++++++++++++++
 py-squarify/PLIST    |  8 ++++++++
 py-squarify/distinfo |  6 ++++++
 5 files changed, 32 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 1fe18471e2..4d0193421e 100644
--- a/Makefile
+++ b/Makefile
@@ -4500,6 +4500,7 @@ SUBDIR+=	py-sqlalchemy-json
 SUBDIR+=	py-sqlalchemy-searchable
 SUBDIR+=	py-sqlalchemy-stubs
 SUBDIR+=	py-sqlitedict
+SUBDIR+=	py-squarify
 SUBDIR+=	py-srpy
 SUBDIR+=	py-ssh2
 SUBDIR+=	py-ssp
diff --git a/py-squarify/DESCR b/py-squarify/DESCR
new file mode 100644
index 0000000000..19e84394e1
--- /dev/null
+++ b/py-squarify/DESCR
@@ -0,0 +1,3 @@
+Pure Python implementation of the squarify treemap layout algorithm.
+Based on algorithm from Bruls, Huizing, van Wijk, "Squarified Treemaps",
+but implements it differently
diff --git a/py-squarify/Makefile b/py-squarify/Makefile
new file mode 100644
index 0000000000..cf703b08c6
--- /dev/null
+++ b/py-squarify/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	squarify-0.4.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=s/squarify/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/laserson/squarify
+COMMENT=	Pure Python implementation of the squarify treemap layout algorithm
+LICENSE=	apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-squarify/PLIST b/py-squarify/PLIST
new file mode 100644
index 0000000000..c2ec767803
--- /dev/null
+++ b/py-squarify/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/squarify/__init__.py
+${PYSITELIB}/squarify/__init__.pyc
+${PYSITELIB}/squarify/__init__.pyo
diff --git a/py-squarify/distinfo b/py-squarify/distinfo
new file mode 100644
index 0000000000..eec7a04947
--- /dev/null
+++ b/py-squarify/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (squarify-0.4.3.tar.gz) = c099a8258c70496fab00a851bfe6f46d72726f39
+RMD160 (squarify-0.4.3.tar.gz) = e0f318d210178c50aca418c310445f7eeae8c203
+SHA512 (squarify-0.4.3.tar.gz) = 55582ef2b41b2dcb91d5cacf84ee6a5162b0b84689e0134cf6d87cf9ad202312abdf1c05e28fe0778a3fa0124068bec288d85af3186f69c1284056ec8c68a343
+Size (squarify-0.4.3.tar.gz) = 4292 bytes


Home | Main Index | Thread Index | Old Index