pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-empyrical



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 17 18:05:21 UTC 2023

Modified Files:
        pkgsrc/finance/py-empyrical: Makefile PLIST distinfo

Log Message:
py-empyrical: updated to 0.5.5

0.5.5: More pandas compat
0.5.4: beta_fragility_heuristic and gpd_risk_estimates
0.5.3: Fix alpha annualization
0.5.2: Add tilt and timing performance attribution. Also respect time range


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-empyrical/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/finance/py-empyrical/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/finance/py-empyrical/distinfo

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

Modified files:

Index: pkgsrc/finance/py-empyrical/Makefile
diff -u pkgsrc/finance/py-empyrical/Makefile:1.9 pkgsrc/finance/py-empyrical/Makefile:1.10
--- pkgsrc/finance/py-empyrical/Makefile:1.9    Wed Nov 15 00:52:01 2023
+++ pkgsrc/finance/py-empyrical/Makefile        Fri Nov 17 18:05:21 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2023/11/15 00:52:01 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2023/11/17 18:05:21 adam Exp $
 
-DISTNAME=      empyrical-0.5.0
+DISTNAME=      empyrical-0.5.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/empyrical/}
 
@@ -11,13 +10,13 @@ HOMEPAGE=   https://github.com/quantopian/
 COMMENT=       Common financial risk and performance metrics
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-bottleneck>=1.0.0:../../math/py-bottleneck
 DEPENDS+=      ${PYPKGPREFIX}-numpy>=1.9.2:../../math/py-numpy
 DEPENDS+=      ${PYPKGPREFIX}-pandas>=0.16.1:../../math/py-pandas
 DEPENDS+=      ${PYPKGPREFIX}-pandas-datareader>=0.2:../../math/py-pandas-datareader
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
-TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized>=0:../../devel/py-parameterized
+TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/finance/py-empyrical/PLIST
diff -u pkgsrc/finance/py-empyrical/PLIST:1.3 pkgsrc/finance/py-empyrical/PLIST:1.4
--- pkgsrc/finance/py-empyrical/PLIST:1.3       Wed Nov 15 00:52:01 2023
+++ pkgsrc/finance/py-empyrical/PLIST   Fri Nov 17 18:05:21 2023
@@ -1,9 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/15 00:52:01 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/11/17 18:05:21 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/pbr.json
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/empyrical/__init__.py
 ${PYSITELIB}/empyrical/__init__.pyc

Index: pkgsrc/finance/py-empyrical/distinfo
diff -u pkgsrc/finance/py-empyrical/distinfo:1.5 pkgsrc/finance/py-empyrical/distinfo:1.6
--- pkgsrc/finance/py-empyrical/distinfo:1.5    Wed Nov 15 00:52:01 2023
+++ pkgsrc/finance/py-empyrical/distinfo        Fri Nov 17 18:05:21 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2023/11/15 00:52:01 wiz Exp $
+$NetBSD: distinfo,v 1.6 2023/11/17 18:05:21 adam Exp $
 
-BLAKE2s (empyrical-0.5.0.tar.gz) = 5e577d91af90d921ef496eb1868a663c7dc9e310c7bec5c5608c185ba66e3049
-SHA512 (empyrical-0.5.0.tar.gz) = 0715414e7781b9593aba4e748ad6198c4a9694423727286a437c5b8d68d11797d7b7ce475a96aa56a05916d10bc303effea964c3254a4fda3a8d9d26f3eacaaf
-Size (empyrical-0.5.0.tar.gz) = 49802 bytes
+BLAKE2s (empyrical-0.5.5.tar.gz) = 29dfdb15ed89c50482cda88031de2616bdbf175d244d175c02e40313b2acd372
+SHA512 (empyrical-0.5.5.tar.gz) = ebe2c4100bae83415e21a7761c163ec040b1dc9fcce095c1171d4e412125e9241d9b3b91dc39c339c9a82659c2a028437fa07c561b14f8f8da7c579fa9a8228f
+Size (empyrical-0.5.5.tar.gz) = 52787 bytes
 SHA1 (patch-versioneer.py) = a131c7607694dd46c4c60d4573b447c70f988189



Home | Main Index | Thread Index | Old Index