pkgsrc-WIP-changes archive

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

Remove py-quadprog (moved to pkgsrc)



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Oct 12 09:39:11 2017 -0700
Changeset:	7c13e94ca2a930ef2185e6462fe5a0d32d90d66b

Modified Files:
	Makefile
Removed Files:
	py-quadprog/DESCR
	py-quadprog/Makefile
	py-quadprog/PLIST
	py-quadprog/distinfo

Log Message:
Remove py-quadprog (moved to pkgsrc)

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

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

diffstat:
 Makefile             |  1 -
 py-quadprog/DESCR    |  2 --
 py-quadprog/Makefile | 17 -----------------
 py-quadprog/PLIST    |  8 --------
 py-quadprog/distinfo |  6 ------
 5 files changed, 34 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index e46774f281..5f7ae8d093 100644
--- a/Makefile
+++ b/Makefile
@@ -3533,7 +3533,6 @@ SUBDIR+=	py-qitensor
 SUBDIR+=	py-qmath
 SUBDIR+=	py-qnet
 SUBDIR+=	py-qtpy
-SUBDIR+=	py-quadprog
 SUBDIR+=	py-quantities
 SUBDIR+=	py-quaternionarray
 SUBDIR+=	py-quaternions
diff --git a/py-quadprog/DESCR b/py-quadprog/DESCR
deleted file mode 100644
index 9dfac7d999..0000000000
--- a/py-quadprog/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-quadprog solves a strictly convex quadratic program using the
-Goldfarb/Idnani dual algorithm.
diff --git a/py-quadprog/Makefile b/py-quadprog/Makefile
deleted file mode 100644
index 0d012dbe00..0000000000
--- a/py-quadprog/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	quadprog-0.1.6
-PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	math
-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 --git a/py-quadprog/PLIST b/py-quadprog/PLIST
deleted file mode 100644
index 52a19e6dbf..0000000000
--- a/py-quadprog/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-${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 --git a/py-quadprog/distinfo b/py-quadprog/distinfo
deleted file mode 100644
index 8468444101..0000000000
--- a/py-quadprog/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-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