pkgsrc-WIP-changes archive

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

import new pkg: py-edt



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Sat Oct 1 01:05:52 2022 +0100
Changeset:	8ff341f42d4cc0bd28656b0a0f8ae92c1615a97d

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

Log Message:
import new pkg: py-edt

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

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

diffstat:
 Makefile        |  1 +
 py-edt/DESCR    |  3 +++
 py-edt/Makefile | 19 +++++++++++++++++++
 py-edt/PLIST    |  8 ++++++++
 py-edt/distinfo |  5 +++++
 5 files changed, 36 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e1ec9d8bfa..c1a2190d46 100644
--- a/Makefile
+++ b/Makefile
@@ -3758,6 +3758,7 @@ SUBDIR+=	py-easydev
 SUBDIR+=	py-easymodeler
 SUBDIR+=	py-ecos
 SUBDIR+=	py-ecspy
+SUBDIR+=	py-edt
 SUBDIR+=	py-eemeter
 SUBDIR+=	py-efmlrs
 SUBDIR+=	py-eggnog-mapper
diff --git a/py-edt/DESCR b/py-edt/DESCR
new file mode 100644
index 0000000000..3831797e86
--- /dev/null
+++ b/py-edt/DESCR
@@ -0,0 +1,3 @@
+Compute the Euclidean Distance Transform of a 1d, 2d, or 3d
+labeled image containing multiple labels in a single pass with
+support for anisotropic dimensions.
diff --git a/py-edt/Makefile b/py-edt/Makefile
new file mode 100644
index 0000000000..c0a0318a02
--- /dev/null
+++ b/py-edt/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	edt-2.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=e/edt/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/seung-lab/euclidean-distance-transform-3d/
+COMMENT=	Multi-Label Anisotropic Euclidean Distance Transform 3D
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	c c++
+
+BUILDLINK_API_DEPENDS.py-cython+=       ${PYPKGPREFIX}-cython>=0.12.1
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-edt/PLIST b/py-edt/PLIST
new file mode 100644
index 0000000000..e6cc81c970
--- /dev/null
+++ b/py-edt/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}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/edt.so
diff --git a/py-edt/distinfo b/py-edt/distinfo
new file mode 100644
index 0000000000..d32eaaef32
--- /dev/null
+++ b/py-edt/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (edt-2.3.0.tar.gz) = b738a8bd239996ebf3e05c56e436d925cc152adce83612c8c2667a87556372ee
+SHA512 (edt-2.3.0.tar.gz) = ecc32f090048347ea7a3e75f42f8e46d94e377ee5c8e56533b020c3aca7d26176e1214801b7779740492567026cb749c9de5f3d21f6987e6e7e85cfb54f411ab
+Size (edt-2.3.0.tar.gz) = 249936 bytes


Home | Main Index | Thread Index | Old Index