pkgsrc-WIP-changes archive

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

new package: py-thermostat



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 17 00:04:55 2017 +0000
Changeset:	7bdcf3e7391536172255f46fc3e8d1234cd4fc2b

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

Log Message:
new package: py-thermostat

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

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

diffstat:
 py-thermostat/DESCR    |  1 +
 py-thermostat/Makefile | 20 ++++++++++++++++++++
 py-thermostat/PLIST    | 39 +++++++++++++++++++++++++++++++++++++++
 py-thermostat/distinfo |  6 ++++++
 4 files changed, 66 insertions(+)

diffs:
diff --git a/py-thermostat/DESCR b/py-thermostat/DESCR
new file mode 100644
index 0000000000..5f1f818ddb
--- /dev/null
+++ b/py-thermostat/DESCR
@@ -0,0 +1 @@
+Calculate connected thermostat savings
diff --git a/py-thermostat/Makefile b/py-thermostat/Makefile
new file mode 100644
index 0000000000..92d4c6f6e5
--- /dev/null
+++ b/py-thermostat/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	thermostat-1.1.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	biology
+MASTER_SITES=	https://pypi.python.org/packages/19/2d/181ae49bfe59b604a0fabde3c47f9d88c0187130f2f15b58262b7798e5a5/
+EXTRACT_SUFX=	.zip#md5=1e1c261cbeaa39111f2a8993866e6819
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/EPAENERGYSTAR/epathermostat
+COMMENT=	Calculate connected thermostat savings
+LICENSE=	mit
+
+DEPENDS+=	${PYPREFIX}-pandas>=0.18.1:../../math/py-pandas
+DEPENDS+=	${PYPREFIX}-eemter>=0.5.3:../../wip/py-eemter
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-thermostat/PLIST b/py-thermostat/PLIST
new file mode 100644
index 0000000000..6370ce63dc
--- /dev/null
+++ b/py-thermostat/PLIST
@@ -0,0 +1,39 @@
+@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}/thermostat/__init__.py
+${PYSITELIB}/thermostat/__init__.pyc
+${PYSITELIB}/thermostat/__init__.pyo
+${PYSITELIB}/thermostat/core.py
+${PYSITELIB}/thermostat/core.pyc
+${PYSITELIB}/thermostat/core.pyo
+${PYSITELIB}/thermostat/exporters.py
+${PYSITELIB}/thermostat/exporters.pyc
+${PYSITELIB}/thermostat/exporters.pyo
+${PYSITELIB}/thermostat/importers.py
+${PYSITELIB}/thermostat/importers.pyc
+${PYSITELIB}/thermostat/importers.pyo
+${PYSITELIB}/thermostat/parallel.py
+${PYSITELIB}/thermostat/parallel.pyc
+${PYSITELIB}/thermostat/parallel.pyo
+${PYSITELIB}/thermostat/regression.py
+${PYSITELIB}/thermostat/regression.pyc
+${PYSITELIB}/thermostat/regression.pyo
+${PYSITELIB}/thermostat/resources/Building America Climate Zone to Zipcode Database_Rev2_2016.09.08.csv
+${PYSITELIB}/thermostat/resources/NationalAverageClimateZoneWeightings.csv
+${PYSITELIB}/thermostat/resources/__init__.py
+${PYSITELIB}/thermostat/resources/__init__.pyc
+${PYSITELIB}/thermostat/resources/__init__.pyo
+${PYSITELIB}/thermostat/resources/regional_baselines.csv
+${PYSITELIB}/thermostat/stats.py
+${PYSITELIB}/thermostat/stats.pyc
+${PYSITELIB}/thermostat/stats.pyo
+${PYSITELIB}/thermostat/util/__init__.py
+${PYSITELIB}/thermostat/util/__init__.pyc
+${PYSITELIB}/thermostat/util/__init__.pyo
+${PYSITELIB}/thermostat/util/testing.py
+${PYSITELIB}/thermostat/util/testing.pyc
+${PYSITELIB}/thermostat/util/testing.pyo
diff --git a/py-thermostat/distinfo b/py-thermostat/distinfo
new file mode 100644
index 0000000000..ff00d85167
--- /dev/null
+++ b/py-thermostat/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (thermostat-1.1.1.zip) = ba904dfc0ac45b27b049a8a6d0a257dbebef7b8e
+RMD160 (thermostat-1.1.1.zip) = 2963bae53bf52e62e553286c9a1cb5734d027789
+SHA512 (thermostat-1.1.1.zip) = e50e826dd8c59c57f18ffbf3970294963da0f83f680e3c404b72c23397cd57b881db096b87cb118600d1e219c49f5bfae42e212debe7878f9563f9f407a43708
+Size (thermostat-1.1.1.zip) = 150494 bytes


Home | Main Index | Thread Index | Old Index