pkgsrc-WIP-changes archive

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

import py-wasserplan-0.1.3 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Oct 27 00:57:18 2020 +0100
Changeset:	2874be168c8438c887dd67e3c7c636e57341e0db

Added Files:
	py-wasserplan/DESCR
	py-wasserplan/Makefile
	py-wasserplan/PLIST
	py-wasserplan/distinfo

Log Message:
import py-wasserplan-0.1.3 to wip

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

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

diffstat:
 py-wasserplan/DESCR    |  2 ++
 py-wasserplan/Makefile | 19 +++++++++++++++++++
 py-wasserplan/PLIST    | 12 ++++++++++++
 py-wasserplan/distinfo |  6 ++++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/py-wasserplan/DESCR b/py-wasserplan/DESCR
new file mode 100644
index 0000000000..8b30e992eb
--- /dev/null
+++ b/py-wasserplan/DESCR
@@ -0,0 +1,2 @@
+Wasserplan is a library for computing 1-Wasserstein distances
+between GerryChain partitions.
diff --git a/py-wasserplan/Makefile b/py-wasserplan/Makefile
new file mode 100644
index 0000000000..c2d2a041b8
--- /dev/null
+++ b/py-wasserplan/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	wasserplan-0.1.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=w/wasserplan/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/vrdi/geometry-of-graph-partitions
+COMMENT=	1-Wasserstein distances between districting plans
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-gerrychain>=0.2.12:../../wip/py-gerrychain
+DEPENDS+=	${PYPKGPREFIX}-cvxpy>=0.2.15:../../wip/py-cvxpy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-wasserplan/PLIST b/py-wasserplan/PLIST
new file mode 100644
index 0000000000..108ad78dff
--- /dev/null
+++ b/py-wasserplan/PLIST
@@ -0,0 +1,12 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wasserplan/__init__.py
+${PYSITELIB}/wasserplan/__init__.pyc
+${PYSITELIB}/wasserplan/__init__.pyo
+${PYSITELIB}/wasserplan/wasserplan.py
+${PYSITELIB}/wasserplan/wasserplan.pyc
+${PYSITELIB}/wasserplan/wasserplan.pyo
diff --git a/py-wasserplan/distinfo b/py-wasserplan/distinfo
new file mode 100644
index 0000000000..1623adbeca
--- /dev/null
+++ b/py-wasserplan/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wasserplan-0.1.3.tar.gz) = faf6012a53d61c8a5b26b0779a9010b998dd9114
+RMD160 (wasserplan-0.1.3.tar.gz) = 46f20efaa80b32f60d13f63a2fc1fdf3d776821a
+SHA512 (wasserplan-0.1.3.tar.gz) = 08cff5c7e61e8eff720024400ba5ac3465747b42e90f188dbc701eab02cf8f9bf277438d4348d9ab4b1e0d670e08cc88f1720cb2f82e64f9c5b4b4d4d814b10a
+Size (wasserplan-0.1.3.tar.gz) = 5201 bytes


Home | Main Index | Thread Index | Old Index