Import py27-parameters-0.2.1 as wip/py-parameters.
Management of large, hierarchical parameter sets for modelling and simulation
This commit is contained in:
parent
69ccabb22b
commit
b4d5942633
4 changed files with 37 additions and 0 deletions
1
py-parameters/DESCR
Normal file
1
py-parameters/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Management of large, hierarchical parameter sets for modelling and simulation
|
18
py-parameters/Makefile
Normal file
18
py-parameters/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/07/03 17:59:18 jihbed Exp $
|
||||
|
||||
DISTNAME= parameters-0.2.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= biology
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/p/parameters/
|
||||
|
||||
MAINTAINER= jihbed.research@gmail.com
|
||||
HOMEPAGE= http://neuralensemble.org/parameters
|
||||
COMMENT= Hierarchical parameter sets for modelling and simulation
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
13
py-parameters/PLIST
Normal file
13
py-parameters/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/07/03 17:59:18 jihbed Exp $
|
||||
${PYSITELIB}/parameters/__init__.py
|
||||
${PYSITELIB}/parameters/__init__.pyc
|
||||
${PYSITELIB}/parameters/__init__.pyo
|
||||
${PYSITELIB}/parameters/export.py
|
||||
${PYSITELIB}/parameters/export.pyc
|
||||
${PYSITELIB}/parameters/export.pyo
|
||||
${PYSITELIB}/parameters/random.py
|
||||
${PYSITELIB}/parameters/random.pyc
|
||||
${PYSITELIB}/parameters/random.pyo
|
||||
${PYSITELIB}/parameters/validators.py
|
||||
${PYSITELIB}/parameters/validators.pyc
|
||||
${PYSITELIB}/parameters/validators.pyo
|
5
py-parameters/distinfo
Normal file
5
py-parameters/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/07/03 17:59:18 jihbed Exp $
|
||||
|
||||
SHA1 (parameters-0.2.1.tar.gz) = 88a5f1736d3d96c495e3d3380b31f6b46b05ef9f
|
||||
RMD160 (parameters-0.2.1.tar.gz) = d44d88b88372d53ac53d7a2ff34845384d2c0c29
|
||||
Size (parameters-0.2.1.tar.gz) = 38705 bytes
|
Loading…
Reference in a new issue