mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
New port: misc/py-eemeter: Package implementing methods to calculate metered energy consumption
This commit is contained in:
parent
8ee3ccc432
commit
88d9fd8219
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498690
@ -373,6 +373,7 @@
|
||||
SUBDIR += py-colorbrewer
|
||||
SUBDIR += py-colored
|
||||
SUBDIR += py-crudini
|
||||
SUBDIR += py-eemeter
|
||||
SUBDIR += py-emoji
|
||||
SUBDIR += py-fast-histogram
|
||||
SUBDIR += py-fuzzy
|
||||
|
25
misc/py-eemeter/Makefile
Normal file
25
misc/py-eemeter/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eemeter
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.2
|
||||
CATEGORIES= misc python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Package implementing methods to calculate metered energy consumption
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}statsmodels>0:math/py-statsmodels@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_GITHUB= yes # PyPI doesn't have the latest version for some reason
|
||||
GH_ACCOUNT= openeemeter
|
||||
USE_PYTHON= distutils concurrent autoplist
|
||||
|
||||
.include <bsd.port.mk>
|
3
misc/py-eemeter/distinfo
Normal file
3
misc/py-eemeter/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1555037720
|
||||
SHA256 (openeemeter-eemeter-v2.5.2_GH0.tar.gz) = 0d0a89400a318b1ce66f2c51c741ffcb2b9b57c2750a7d19205fec9b00ea3f2d
|
||||
SIZE (openeemeter-eemeter-v2.5.2_GH0.tar.gz) = 1885662
|
4
misc/py-eemeter/pkg-descr
Normal file
4
misc/py-eemeter/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
An open source python package for implementing and developing standard methods
|
||||
for calculating normalized metered energy consumption and avoided energy use.
|
||||
|
||||
WWW: http://eemeter.openee.io/
|
Loading…
x
Reference in New Issue
Block a user