pkgsrc-WIP-changes archive

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

+py-cellulist in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 27 23:36:38 2015 +0100
Changeset:	338b4dbcfe66e38f5a82a87d643907a5758890ca

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

Log Message:
+py-cellulist in wip

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

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

diffstat:
 py-cellulist/DESCR    |  1 +
 py-cellulist/Makefile | 21 +++++++++++++++++++++
 py-cellulist/PLIST    |  1 +
 py-cellulist/distinfo |  5 +++++
 4 files changed, 28 insertions(+)

diffs:
diff --git a/py-cellulist/DESCR b/py-cellulist/DESCR
new file mode 100644
index 0000000..675ce7d
--- /dev/null
+++ b/py-cellulist/DESCR
@@ -0,0 +1 @@
+Periodic cell list
diff --git a/py-cellulist/Makefile b/py-cellulist/Makefile
new file mode 100644
index 0000000..2990531
--- /dev/null
+++ b/py-cellulist/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	cellulist-0.1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cellulist/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/eddiejessup/cellulist
+COMMENT=	Periodic cell list
+LICENSE=	2-clause-bsd
+
+WRKSRC=		${WRKDIR}/cellulist-0.1.1
+
+USE_LANGUAGES=	c fortran
+
+PYTHON_VERSIONS_ACCEPTED=  34 33 27
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cellulist/PLIST b/py-cellulist/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/py-cellulist/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/py-cellulist/distinfo b/py-cellulist/distinfo
new file mode 100644
index 0000000..47b3ad2
--- /dev/null
+++ b/py-cellulist/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+SHA1 (cellulist-0.1.1.tar.gz) = 3ad7d9d6ee249ee668ae69f0098d744849b05056
+RMD160 (cellulist-0.1.1.tar.gz) = 81b9e2fc90413307f8d09de327268dd1d53510f1
+Size (cellulist-0.1.1.tar.gz) = 14160 bytes


Home | Main Index | Thread Index | Old Index