pkgsrc-WIP-changes archive

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

+(py-hamnonlineng, py-harvestingkit, py-hybridlfpy, py-prel)



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Jul 17 03:21:58 2016 +0100
Changeset:	8145e4b0cedfc5f111b5c6096645c6cf0c2e6cc3

Added Files:
	py-hamnonlineng/DESCR
	py-hamnonlineng/Makefile
	py-hamnonlineng/PLIST
	py-hamnonlineng/distinfo
	py-harvestingkit/DESCR
	py-harvestingkit/Makefile
	py-harvestingkit/PLIST
	py-harvestingkit/distinfo
	py-hybridlfpy/DESCR
	py-hybridlfpy/Makefile
	py-hybridlfpy/PLIST
	py-hybridlfpy/distinfo
	py-prel/DESCR
	py-prel/Makefile
	py-prel/PLIST
	py-prel/distinfo

Log Message:
+(py-hamnonlineng, py-harvestingkit, py-hybridlfpy, py-prel)

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

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

diffstat:
 py-hamnonlineng/DESCR     |  10 +++
 py-hamnonlineng/Makefile  |  19 ++++++
 py-hamnonlineng/PLIST     |   7 ++
 py-hamnonlineng/distinfo  |   6 ++
 py-harvestingkit/DESCR    |   1 +
 py-harvestingkit/Makefile |  28 ++++++++
 py-harvestingkit/PLIST    | 170 ++++++++++++++++++++++++++++++++++++++++++++++
 py-harvestingkit/distinfo |   6 ++
 py-hybridlfpy/DESCR       |   3 +
 py-hybridlfpy/Makefile    |  16 +++++
 py-hybridlfpy/PLIST       |  31 +++++++++
 py-hybridlfpy/distinfo    |   6 ++
 py-prel/DESCR             |   1 +
 py-prel/Makefile          |  16 +++++
 py-prel/PLIST             |  11 +++
 py-prel/distinfo          |   6 ++
 16 files changed, 337 insertions(+)

diffs:
diff --git a/py-hamnonlineng/DESCR b/py-hamnonlineng/DESCR
new file mode 100644
index 0000000..da53005
--- /dev/null
+++ b/py-hamnonlineng/DESCR
@@ -0,0 +1,10 @@
+Following the formalism described in "Black-box superconducting circuit
+quantization "http://arxiv.org/abs/1204.0587 we can expand sin(a+b+_+h.c.)
+or cos(a+b+_+h.c.)or any other nonlinear f(a+b+_+h.c.) in order to obtain
+non-linear terms in the Hamiltonian (a, b, and other letters represent the
+annihilation operators of various oscillator modes). If we drive some of the
+modes classically we can create any non-linear term in the effective
+Hamiltonian. This module helps solve the constraint on the frequencies of the
+modes (both the requirement that some of the monomials in the expansion are
+resonant and that all the other terms in the expansion of the nonlinearity
+are off-resonant)
diff --git a/py-hamnonlineng/Makefile b/py-hamnonlineng/Makefile
new file mode 100644
index 0000000..721177b
--- /dev/null
+++ b/py-hamnonlineng/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	hamnonlineng-0.1.0a3
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/0b/c2/5ab91402f741efcc529ab71d6fa4b53c518dc974024ec261e70358464fda/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/hamnonlineng/hamnonlineng
+COMMENT=	Engineering Hamiltonians through Nonlinearities
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future
+
+USE_LANGUAGES=	# none
+PYDISTUTILSPKG=	yes
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hamnonlineng/PLIST b/py-hamnonlineng/PLIST
new file mode 100644
index 0000000..0cd8635
--- /dev/null
+++ b/py-hamnonlineng/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD$
+${PYSITELIB}/hamnonlineng/__init__.py
+${PYSITELIB}/hamnonlineng/__init__.pyc
+${PYSITELIB}/hamnonlineng/__init__.pyo
+${PYSITELIB}/hamnonlineng/core.py
+${PYSITELIB}/hamnonlineng/core.pyc
+${PYSITELIB}/hamnonlineng/core.pyo
diff --git a/py-hamnonlineng/distinfo b/py-hamnonlineng/distinfo
new file mode 100644
index 0000000..dc785a8
--- /dev/null
+++ b/py-hamnonlineng/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hamnonlineng-0.1.0a3.tar.gz) = 41541d9c545ecbee013f52be6eb96a36cb8a16b8
+RMD160 (hamnonlineng-0.1.0a3.tar.gz) = dee931648b67bd04c217000a721e4fdfe2edf475
+SHA512 (hamnonlineng-0.1.0a3.tar.gz) = 83d9a85678ed231909c2e741e110b65bac28ded8740d324acc2a9e9f64cf89bf3a172cab405d017fb3d69d38d38653380d30bf7dbb0f39b94f35304eabcfce92
+Size (hamnonlineng-0.1.0a3.tar.gz) = 44346 bytes
diff --git a/py-harvestingkit/DESCR b/py-harvestingkit/DESCR
new file mode 100644
index 0000000..3b2f5a9
--- /dev/null
+++ b/py-harvestingkit/DESCR
@@ -0,0 +1 @@
+Kit of tools to convert publisher XML(NLM/JATS)to MARCXML
diff --git a/py-harvestingkit/Makefile b/py-harvestingkit/Makefile
new file mode 100644
index 0000000..282cd90
--- /dev/null
+++ b/py-harvestingkit/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	HarvestingKit-0.6.6
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	textproc
+MASTER_SITES=	https://pypi.python.org/packages/36/59/74a881858b0c7e4c98b7f609c824cf2139cb630e90bed506e01e3e316fe3/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/inspirehep/harvesting-kit
+COMMENT=	Kit of tools to convert publisher XML(NLM/JATS)to MARCXML
+LICENSE=	gnu-gpl-v2
+
+DEPENDS+=	${PYPKGPREFIX}-argcomplete>=0.8.0:../../devel/py-argcomplete
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.10.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=	${PYPKGPREFIX}-lxml>=3.6.0:../../textproc/py-lxml
+DEPENDS+=	${PYPKGPREFIX}-Unidecode>=0.04.9:../../textproc/py-Unidecode
+DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
+DEPENDS+=	${PYPKGPREFIX}-htmlparser>=0.0.2:../../wip/py-htmlparser
+DEPENDS+=	${PYPKGPREFIX}-httpretty>=0.8.14:../../wip/py-httpretty
+DEPENDS+=	${PYPKGPREFIX}-beautifulsoup4>=4.3.2:../../www/py-beautifulsoup4
+
+WRKSRC=		${WRKDIR}/HarvestingKit-0.6.6
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-harvestingkit/PLIST b/py-harvestingkit/PLIST
new file mode 100644
index 0000000..2377a2a
--- /dev/null
+++ b/py-harvestingkit/PLIST
@@ -0,0 +1,170 @@
+@comment $NetBSD$
+bin/harvestingkit_cli
+dtds/A++V2.4.zip
+dtds/ja5_art501.zip
+dtds/ja5_art510.zip
+dtds/ja5_art520.zip
+dtds/ja5_art540.zip
+dtds/jats-archiving-dtd-1.0.zip
+dtds/journal-publishing-dtd-2.3.zip
+dtds/si510.zip
+dtds/si520.zip
+dtds/si540.zip
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/harvestingkit/__init__.py
+${PYSITELIB}/harvestingkit/__init__.pyc
+${PYSITELIB}/harvestingkit/__init__.pyo
+${PYSITELIB}/harvestingkit/app_utils.py
+${PYSITELIB}/harvestingkit/app_utils.pyc
+${PYSITELIB}/harvestingkit/app_utils.pyo
+${PYSITELIB}/harvestingkit/aps_package.py
+${PYSITELIB}/harvestingkit/aps_package.pyc
+${PYSITELIB}/harvestingkit/aps_package.pyo
+${PYSITELIB}/harvestingkit/bibrecord.py
+${PYSITELIB}/harvestingkit/bibrecord.pyc
+${PYSITELIB}/harvestingkit/bibrecord.pyo
+${PYSITELIB}/harvestingkit/config.py
+${PYSITELIB}/harvestingkit/config.pyc
+${PYSITELIB}/harvestingkit/config.pyo
+${PYSITELIB}/harvestingkit/configparser.py
+${PYSITELIB}/harvestingkit/configparser.pyc
+${PYSITELIB}/harvestingkit/configparser.pyo
+${PYSITELIB}/harvestingkit/contrast_out.py
+${PYSITELIB}/harvestingkit/contrast_out.pyc
+${PYSITELIB}/harvestingkit/contrast_out.pyo
+${PYSITELIB}/harvestingkit/contrast_out_utils.py
+${PYSITELIB}/harvestingkit/contrast_out_utils.pyc
+${PYSITELIB}/harvestingkit/contrast_out_utils.pyo
+${PYSITELIB}/harvestingkit/edpsciences_package.py
+${PYSITELIB}/harvestingkit/edpsciences_package.pyc
+${PYSITELIB}/harvestingkit/edpsciences_package.pyo
+${PYSITELIB}/harvestingkit/elsevier_package.py
+${PYSITELIB}/harvestingkit/elsevier_package.pyc
+${PYSITELIB}/harvestingkit/elsevier_package.pyo
+${PYSITELIB}/harvestingkit/etree_utils.py
+${PYSITELIB}/harvestingkit/etree_utils.pyc
+${PYSITELIB}/harvestingkit/etree_utils.pyo
+${PYSITELIB}/harvestingkit/ftp_utils.py
+${PYSITELIB}/harvestingkit/ftp_utils.pyc
+${PYSITELIB}/harvestingkit/ftp_utils.pyo
+${PYSITELIB}/harvestingkit/harvestingkit_cli.py
+${PYSITELIB}/harvestingkit/harvestingkit_cli.pyc
+${PYSITELIB}/harvestingkit/harvestingkit_cli.pyo
+${PYSITELIB}/harvestingkit/hindawi_bibfilter.py
+${PYSITELIB}/harvestingkit/hindawi_bibfilter.pyc
+${PYSITELIB}/harvestingkit/hindawi_bibfilter.pyo
+${PYSITELIB}/harvestingkit/html_utils.py
+${PYSITELIB}/harvestingkit/html_utils.pyc
+${PYSITELIB}/harvestingkit/html_utils.pyo
+${PYSITELIB}/harvestingkit/inspire_cds_package/__init__.py
+${PYSITELIB}/harvestingkit/inspire_cds_package/__init__.pyc
+${PYSITELIB}/harvestingkit/inspire_cds_package/__init__.pyo
+${PYSITELIB}/harvestingkit/inspire_cds_package/base.py
+${PYSITELIB}/harvestingkit/inspire_cds_package/base.pyc
+${PYSITELIB}/harvestingkit/inspire_cds_package/base.pyo
+${PYSITELIB}/harvestingkit/inspire_cds_package/from_cds.py
+${PYSITELIB}/harvestingkit/inspire_cds_package/from_cds.pyc
+${PYSITELIB}/harvestingkit/inspire_cds_package/from_cds.pyo
+${PYSITELIB}/harvestingkit/inspire_cds_package/from_inspire.py
+${PYSITELIB}/harvestingkit/inspire_cds_package/from_inspire.pyc
+${PYSITELIB}/harvestingkit/inspire_cds_package/from_inspire.pyo
+${PYSITELIB}/harvestingkit/inspire_cds_package/mappings.py
+${PYSITELIB}/harvestingkit/inspire_cds_package/mappings.pyc
+${PYSITELIB}/harvestingkit/inspire_cds_package/mappings.pyo
+${PYSITELIB}/harvestingkit/jats_package.py
+${PYSITELIB}/harvestingkit/jats_package.pyc
+${PYSITELIB}/harvestingkit/jats_package.pyo
+${PYSITELIB}/harvestingkit/jats_utils.py
+${PYSITELIB}/harvestingkit/jats_utils.pyc
+${PYSITELIB}/harvestingkit/jats_utils.pyo
+${PYSITELIB}/harvestingkit/minidom_utils.py
+${PYSITELIB}/harvestingkit/minidom_utils.pyc
+${PYSITELIB}/harvestingkit/minidom_utils.pyo
+${PYSITELIB}/harvestingkit/nlm_utils.py
+${PYSITELIB}/harvestingkit/nlm_utils.pyc
+${PYSITELIB}/harvestingkit/nlm_utils.pyo
+${PYSITELIB}/harvestingkit/oup_package.py
+${PYSITELIB}/harvestingkit/oup_package.pyc
+${PYSITELIB}/harvestingkit/oup_package.pyo
+${PYSITELIB}/harvestingkit/pos_package.py
+${PYSITELIB}/harvestingkit/pos_package.pyc
+${PYSITELIB}/harvestingkit/pos_package.pyo
+${PYSITELIB}/harvestingkit/scoap3utils.py
+${PYSITELIB}/harvestingkit/scoap3utils.pyc
+${PYSITELIB}/harvestingkit/scoap3utils.pyo
+${PYSITELIB}/harvestingkit/springer_crawler.py
+${PYSITELIB}/harvestingkit/springer_crawler.pyc
+${PYSITELIB}/harvestingkit/springer_crawler.pyo
+${PYSITELIB}/harvestingkit/springer_package.py
+${PYSITELIB}/harvestingkit/springer_package.pyc
+${PYSITELIB}/harvestingkit/springer_package.pyo
+${PYSITELIB}/harvestingkit/tests/__init__.py
+${PYSITELIB}/harvestingkit/tests/__init__.pyc
+${PYSITELIB}/harvestingkit/tests/__init__.pyo
+${PYSITELIB}/harvestingkit/tests/aps_package_tests.py
+${PYSITELIB}/harvestingkit/tests/aps_package_tests.pyc
+${PYSITELIB}/harvestingkit/tests/aps_package_tests.pyo
+${PYSITELIB}/harvestingkit/tests/bibrecord_tests.py
+${PYSITELIB}/harvestingkit/tests/bibrecord_tests.pyc
+${PYSITELIB}/harvestingkit/tests/bibrecord_tests.pyo
+${PYSITELIB}/harvestingkit/tests/data/sample_aps_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_aps_record.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_bibrecord.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_consyn_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_consyn_record.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_edp_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_edpsciences_record.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_elsevier_540_document_input.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_elsevier_540_document_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_elsevier_document_input.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_elsevier_document_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_elsevier_record.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_inspire.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_inspire_conf.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_inspire_oai.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_pos_record.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_ws_erratum_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_ws_erratum_record.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_ws_output.xml
+${PYSITELIB}/harvestingkit/tests/data/sample_ws_record.xml
+${PYSITELIB}/harvestingkit/tests/edpsciencespackage_tests.py
+${PYSITELIB}/harvestingkit/tests/edpsciencespackage_tests.pyc
+${PYSITELIB}/harvestingkit/tests/edpsciencespackage_tests.pyo
+${PYSITELIB}/harvestingkit/tests/elsevier_package_tests.py
+${PYSITELIB}/harvestingkit/tests/elsevier_package_tests.pyc
+${PYSITELIB}/harvestingkit/tests/elsevier_package_tests.pyo
+${PYSITELIB}/harvestingkit/tests/elsevier_scoap3_package_tests.py
+${PYSITELIB}/harvestingkit/tests/elsevier_scoap3_package_tests.pyc
+${PYSITELIB}/harvestingkit/tests/elsevier_scoap3_package_tests.pyo
+${PYSITELIB}/harvestingkit/tests/html_utils_tests.py
+${PYSITELIB}/harvestingkit/tests/html_utils_tests.pyc
+${PYSITELIB}/harvestingkit/tests/html_utils_tests.pyo
+${PYSITELIB}/harvestingkit/tests/inspire_cds_package_tests.py
+${PYSITELIB}/harvestingkit/tests/inspire_cds_package_tests.pyc
+${PYSITELIB}/harvestingkit/tests/inspire_cds_package_tests.pyo
+${PYSITELIB}/harvestingkit/tests/jats_utils_tests.py
+${PYSITELIB}/harvestingkit/tests/jats_utils_tests.pyc
+${PYSITELIB}/harvestingkit/tests/jats_utils_tests.pyo
+${PYSITELIB}/harvestingkit/tests/minidom_utils_tests.py
+${PYSITELIB}/harvestingkit/tests/minidom_utils_tests.pyc
+${PYSITELIB}/harvestingkit/tests/minidom_utils_tests.pyo
+${PYSITELIB}/harvestingkit/tests/pos_package_tests.py
+${PYSITELIB}/harvestingkit/tests/pos_package_tests.pyc
+${PYSITELIB}/harvestingkit/tests/pos_package_tests.pyo
+${PYSITELIB}/harvestingkit/tests/utils_tests.py
+${PYSITELIB}/harvestingkit/tests/utils_tests.pyc
+${PYSITELIB}/harvestingkit/tests/utils_tests.pyo
+${PYSITELIB}/harvestingkit/tests/world_scientific_package_tests.py
+${PYSITELIB}/harvestingkit/tests/world_scientific_package_tests.pyc
+${PYSITELIB}/harvestingkit/tests/world_scientific_package_tests.pyo
+${PYSITELIB}/harvestingkit/utils.py
+${PYSITELIB}/harvestingkit/utils.pyc
+${PYSITELIB}/harvestingkit/utils.pyo
+${PYSITELIB}/harvestingkit/world_scientific_package.py
+${PYSITELIB}/harvestingkit/world_scientific_package.pyc
+${PYSITELIB}/harvestingkit/world_scientific_package.pyo
diff --git a/py-harvestingkit/distinfo b/py-harvestingkit/distinfo
new file mode 100644
index 0000000..cd8aab8
--- /dev/null
+++ b/py-harvestingkit/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (HarvestingKit-0.6.6.tar.gz) = 20bdeff47d6d34f3164f66af5ea072354766a411
+RMD160 (HarvestingKit-0.6.6.tar.gz) = 4ce01e58364b17ed3d09fdcb91f26d80e2b4500c
+SHA512 (HarvestingKit-0.6.6.tar.gz) = cdfaed9ec8b36d2d2a2e21a063e856188dc4258dae705c04046406709b1c892040a1ed31148517bd12b62d83c531cb8a261e95a8d993fe60facf7e35deafb939
+Size (HarvestingKit-0.6.6.tar.gz) = 3035647 bytes
diff --git a/py-hybridlfpy/DESCR b/py-hybridlfpy/DESCR
new file mode 100644
index 0000000..ba9bf5c
--- /dev/null
+++ b/py-hybridlfpy/DESCR
@@ -0,0 +1,3 @@
+Python module implementating a hybrid model scheme for predictions
+of extracellular potentials (local field potentials, LFPs) of spiking
+neuron network simulations
diff --git a/py-hybridlfpy/Makefile b/py-hybridlfpy/Makefile
new file mode 100644
index 0000000..375a917
--- /dev/null
+++ b/py-hybridlfpy/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	hybridLFPy-0.1.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES=	math
+MASTER_SITES=	https://pypi.python.org/packages/28/28/c625c82118b953c8b80018a16ada2cebcfd51665567130f51cb34a027fe5/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/INM-6/hybridLFPy
+COMMENT=	Methods to calculate LFPs with spike events from network sim
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-hybridlfpy/PLIST b/py-hybridlfpy/PLIST
new file mode 100644
index 0000000..1695729
--- /dev/null
+++ b/py-hybridlfpy/PLIST
@@ -0,0 +1,31 @@
+@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}/hybridLFPy/__init__.py
+${PYSITELIB}/hybridLFPy/__init__.pyc
+${PYSITELIB}/hybridLFPy/__init__.pyo
+${PYSITELIB}/hybridLFPy/cachednetworks.py
+${PYSITELIB}/hybridLFPy/cachednetworks.pyc
+${PYSITELIB}/hybridLFPy/cachednetworks.pyo
+${PYSITELIB}/hybridLFPy/csd.py
+${PYSITELIB}/hybridLFPy/csd.pyc
+${PYSITELIB}/hybridLFPy/csd.pyo
+${PYSITELIB}/hybridLFPy/gdf.py
+${PYSITELIB}/hybridLFPy/gdf.pyc
+${PYSITELIB}/hybridLFPy/gdf.pyo
+${PYSITELIB}/hybridLFPy/helpers.py
+${PYSITELIB}/hybridLFPy/helpers.pyc
+${PYSITELIB}/hybridLFPy/helpers.pyo
+${PYSITELIB}/hybridLFPy/population.py
+${PYSITELIB}/hybridLFPy/population.pyc
+${PYSITELIB}/hybridLFPy/population.pyo
+${PYSITELIB}/hybridLFPy/postproc.py
+${PYSITELIB}/hybridLFPy/postproc.pyc
+${PYSITELIB}/hybridLFPy/postproc.pyo
+${PYSITELIB}/hybridLFPy/testing.py
+${PYSITELIB}/hybridLFPy/testing.pyc
+${PYSITELIB}/hybridLFPy/testing.pyo
+${PYSITELIB}/hybridLFPy/testing/testing-X-0.gdf
diff --git a/py-hybridlfpy/distinfo b/py-hybridlfpy/distinfo
new file mode 100644
index 0000000..cdf2495
--- /dev/null
+++ b/py-hybridlfpy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (hybridLFPy-0.1.3.tar.gz) = 8d05d229f6bf5f7dde3980cc732a7fb7154518e9
+RMD160 (hybridLFPy-0.1.3.tar.gz) = cd4b0e9e4723b2eec463e25ae99c1759bfd5713c
+SHA512 (hybridLFPy-0.1.3.tar.gz) = 67feb0630669de845a652d638002261649481038c26af449f0f1d9b1250edce6fa27189d29971d24f4a847ffaf2c9e9b5348761f93e8f491a35d6be10ca6fcc6
+Size (hybridLFPy-0.1.3.tar.gz) = 143942 bytes
diff --git a/py-prel/DESCR b/py-prel/DESCR
new file mode 100644
index 0000000..e3c81c1
--- /dev/null
+++ b/py-prel/DESCR
@@ -0,0 +1 @@
+Python print elegant
diff --git a/py-prel/Makefile b/py-prel/Makefile
new file mode 100644
index 0000000..06b6250
--- /dev/null
+++ b/py-prel/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	pyprel-2016.7.12.1553
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES=	graphics
+MASTER_SITES=	https://pypi.python.org/packages/77/b6/8d83dd30b8d9f8d07b58936811bebc4c7b0490250f2f4f9460078585f93b/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/wdbm/pyprel
+COMMENT=	Python print elegant
+LICENSE=	gnu-gpl-v3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-prel/PLIST b/py-prel/PLIST
new file mode 100644
index 0000000..0d38bd9
--- /dev/null
+++ b/py-prel/PLIST
@@ -0,0 +1,11 @@
+@comment $NetBSD$
+bin/pyprel
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pyprel.py
+${PYSITELIB}/pyprel.pyc
+${PYSITELIB}/pyprel.pyo
diff --git a/py-prel/distinfo b/py-prel/distinfo
new file mode 100644
index 0000000..dc70782
--- /dev/null
+++ b/py-prel/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pyprel-2016.7.12.1553.tar.gz) = 01f5ebe3b5f492853fb33d48bada5b64b99753b0
+RMD160 (pyprel-2016.7.12.1553.tar.gz) = 4e82ec85d2aea1aea459c0d74a6693f75e7fa25d
+SHA512 (pyprel-2016.7.12.1553.tar.gz) = 7caf4cde8a71dfc892152a4a4aae234e922c6062b351ac81e6eeb3448d71521e2cd6e245fe2a895969e95a805e84685a9e3d9c4fde6e0a0fd6e148592df50053
+Size (pyprel-2016.7.12.1553.tar.gz) = 20677 bytes


Home | Main Index | Thread Index | Old Index