pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-quadprog matg/py-quadprog: Import version 0.1.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f3bbad450ce
branches:  trunk
changeset: 370161:6f3bbad450ce
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 12 16:37:00 2017 +0000

description:
matg/py-quadprog: Import version 0.1.6

quadprog solves a strictly convex quadratic program using the
Goldfarb/Idnani dual algorithm.

diffstat:

 math/py-quadprog/DESCR    |   2 ++
 math/py-quadprog/Makefile |  17 +++++++++++++++++
 math/py-quadprog/PLIST    |   8 ++++++++
 math/py-quadprog/distinfo |   6 ++++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 7c86ebbf0adc -r 6f3bbad450ce math/py-quadprog/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-quadprog/DESCR    Thu Oct 12 16:37:00 2017 +0000
@@ -0,0 +1,2 @@
+quadprog solves a strictly convex quadratic program using the
+Goldfarb/Idnani dual algorithm.
diff -r 7c86ebbf0adc -r 6f3bbad450ce math/py-quadprog/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-quadprog/Makefile Thu Oct 12 16:37:00 2017 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2017/10/12 16:37:00 minskim Exp $
+
+DISTNAME=      quadprog-0.1.6
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    math python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=q/quadprog/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rmcgibbo/quadprog
+COMMENT=       Solver for a strictly convex quadratic program
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+.include "../../devel/py-cython/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7c86ebbf0adc -r 6f3bbad450ce math/py-quadprog/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-quadprog/PLIST    Thu Oct 12 16:37:00 2017 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/12 16:37:00 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/quadprog.so
diff -r 7c86ebbf0adc -r 6f3bbad450ce math/py-quadprog/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/py-quadprog/distinfo Thu Oct 12 16:37:00 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/12 16:37:00 minskim Exp $
+
+SHA1 (quadprog-0.1.6.tar.gz) = cada8ca6007cd0b0db2021b13082be071f345752
+RMD160 (quadprog-0.1.6.tar.gz) = 5fcd5dfdf1f820182e655329983246a548fec6f8
+SHA512 (quadprog-0.1.6.tar.gz) = d42c92e2160cc5a140494e6e80b452dc73db9d0e9680eb51a0b3f3ef91a3e0511d2988da228d69d4e95da1db297aada62b1bf861c643b7e23cf0e9b8612420df
+Size (quadprog-0.1.6.tar.gz) = 107537 bytes



Home | Main Index | Thread Index | Old Index