diff --git a/Makefile b/Makefile index a2a7c93884..e854ae55b5 100644 --- a/Makefile +++ b/Makefile @@ -3451,11 +3451,9 @@ SUBDIR+= py-larlib SUBDIR+= py-larry SUBDIR+= py-latexcodec SUBDIR+= py-lazr.uri -SUBDIR+= py-lazy-object-proxy SUBDIR+= py-lds SUBDIR+= py-lea SUBDIR+= py-lenstools -SUBDIR+= py-lhafile SUBDIR+= py-lib SUBDIR+= py-libclang-py3 SUBDIR+= py-liblzma @@ -3476,7 +3474,6 @@ SUBDIR+= py-liveplots SUBDIR+= py-llfuse SUBDIR+= py-llvm-lit-git SUBDIR+= py-llvm-lit-netbsd -SUBDIR+= py-lmfit SUBDIR+= py-locustio SUBDIR+= py-loggly SUBDIR+= py-logilab-database diff --git a/fs-uae-launcher/Makefile b/fs-uae-launcher/Makefile index e4c9f77731..2d03323800 100644 --- a/fs-uae-launcher/Makefile +++ b/fs-uae-launcher/Makefile @@ -32,7 +32,7 @@ PLIST_SUBST+= VERSION=${VERSION} DEPENDS+= ${PYPKGPREFIX}-qt5>=5.4:../../x11/py-qt5 DEPENDS+= ${PYPKGPREFIX}-setuptools>=20:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-sqlite3>=1:../../databases/py-sqlite3 -DEPENDS+= ${PYPKGPREFIX}-lhafile>=0:../../wip/py-lhafile +DEPENDS+= ${PYPKGPREFIX}-lhafile>=0:../../archivers/py-lhafile # Use the normal "gmake install" to install; not setup.py via "../../lang/python/extension.mk". diff --git a/py-cameo/Makefile b/py-cameo/Makefile index 874940a966..b4b3eccfda 100644 --- a/py-cameo/Makefile +++ b/py-cameo/Makefile @@ -5,16 +5,13 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= category MASTER_SITES= ${MASTER_SITE_PYPI:=c/cameo/} - MAINTAINER= jihbed.research@gmail.com HOMEPAGE= https://files.pythonhosted.org/packages/source/c/cameo/ COMMENT= Computer aided metabolic engineering & optimization LICENSE= apache-2.0 #DEPENDS+= ${PYPKGPREFIX}-cobra>=0.4.0:../../wip/py-cobra-0.4.0 -#DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.2.0:../../wip/py-lazy-object-proxy-1.2.0 - -WRKSRC= ${WRKDIR}/cameo-0.4.9 +#DEPENDS+= ${PYPKGPREFIX}-lazy-object-proxy>=1.2.0:../../devel/py-lazy-object-proxy USE_LANGUAGES= # none diff --git a/py-lazy-object-proxy/DESCR b/py-lazy-object-proxy/DESCR deleted file mode 100644 index fb2c46eda2..0000000000 --- a/py-lazy-object-proxy/DESCR +++ /dev/null @@ -1 +0,0 @@ -A fast and thorough lazy object proxy diff --git a/py-lazy-object-proxy/Makefile b/py-lazy-object-proxy/Makefile deleted file mode 100644 index 57c7dc0679..0000000000 --- a/py-lazy-object-proxy/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2015/08/02 22:12:00 jihbed Exp $ - -DISTNAME= lazy-object-proxy-1.2.0 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= devels -MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazy-object-proxy/} - -MAINTAINER= kamelderouiche@yahoo.com -HOMEPAGE= https://github.com/ionelmc/python-lazy-object-proxy -COMMENT= Fast and thorough lazy object proxy -LICENSE= modified-bsd - -.include "../../lang/python/egg.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/py-lazy-object-proxy/PLIST b/py-lazy-object-proxy/PLIST deleted file mode 100644 index e181db9743..0000000000 --- a/py-lazy-object-proxy/PLIST +++ /dev/null @@ -1,23 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2015/08/02 22:12:00 jihbed 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}/top_level.txt -${PYSITELIB}/lazy_object_proxy/__init__.py -${PYSITELIB}/lazy_object_proxy/__init__.pyc -${PYSITELIB}/lazy_object_proxy/__init__.pyo -${PYSITELIB}/lazy_object_proxy/cext.c -${PYSITELIB}/lazy_object_proxy/cext.so -${PYSITELIB}/lazy_object_proxy/compat.py -${PYSITELIB}/lazy_object_proxy/compat.pyc -${PYSITELIB}/lazy_object_proxy/compat.pyo -${PYSITELIB}/lazy_object_proxy/simple.py -${PYSITELIB}/lazy_object_proxy/simple.pyc -${PYSITELIB}/lazy_object_proxy/simple.pyo -${PYSITELIB}/lazy_object_proxy/slots.py -${PYSITELIB}/lazy_object_proxy/slots.pyc -${PYSITELIB}/lazy_object_proxy/slots.pyo -${PYSITELIB}/lazy_object_proxy/utils.py -${PYSITELIB}/lazy_object_proxy/utils.pyc -${PYSITELIB}/lazy_object_proxy/utils.pyo diff --git a/py-lazy-object-proxy/distinfo b/py-lazy-object-proxy/distinfo deleted file mode 100644 index b14bbef14a..0000000000 --- a/py-lazy-object-proxy/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1 2015/08/02 22:12:00 jihbed Exp $ - -SHA1 (lazy-object-proxy-1.2.0.tar.gz) = dde97d464f47adae804e694284690c7ac3adb9a7 -RMD160 (lazy-object-proxy-1.2.0.tar.gz) = 9aa58fe5a805ac2418ce5cb82a41c668c762302e -Size (lazy-object-proxy-1.2.0.tar.gz) = 28638 bytes diff --git a/py-lhafile/DESCR b/py-lhafile/DESCR deleted file mode 100644 index acf6c30720..0000000000 --- a/py-lhafile/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -This project is an updated version of the project found at -http://trac.neotitans.net/wiki/lhafile - -Changes include: -* Support for Python 3.x. -* Support file notes (as found in Amiga .lha files). -* Support for archives with ISO-8859-1 filenames. -* Fixed a bug causing crashes in lzhlib. diff --git a/py-lhafile/Makefile b/py-lhafile/Makefile deleted file mode 100644 index 25109370a9..0000000000 --- a/py-lhafile/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2014/07/13 13:37:01 rhialto Exp $ - -DISTNAME= python-lhafile -PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//}-0 -CATEGORIES= python - -MAINTAINER= rhialto@falu.nl -HOMEPAGE= https://github.com/FrodeSolheim/python-lhafile -COMMENT= Support (Amiga-style; bugfixed) LHA files -LICENSE= modified-bsd - -USE_LANGUAGES= c -PYDISTUTILSPKG= yes - -GIT_REPOSITORIES= github -GIT_REPO.github= git://github.com/FrodeSolheim/python-lhafile.git -GIT_MODULE.github= python-lhafile -# CHECKOUT_DATE= 2014-07-13 # This date is ok. - -.include "../../lang/python/extension.mk" -.include "../../wip/mk/git-package.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/py-lhafile/PLIST b/py-lhafile/PLIST deleted file mode 100644 index ff0c92c3f9..0000000000 --- a/py-lhafile/PLIST +++ /dev/null @@ -1,8 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2014/07/13 13:37:01 rhialto Exp $ -${PYSITELIB}/lhafile/__init__.py -${PYSITELIB}/lhafile/__init__.pyc -${PYSITELIB}/lhafile/__init__.pyo -${PYSITELIB}/lhafile/lhafile.py -${PYSITELIB}/lhafile/lhafile.pyc -${PYSITELIB}/lhafile/lhafile.pyo -${PYSITELIB}/lzhlib.so diff --git a/py-lhafile/distinfo b/py-lhafile/distinfo deleted file mode 100644 index e5b9eecb4c..0000000000 --- a/py-lhafile/distinfo +++ /dev/null @@ -1 +0,0 @@ -$NetBSD: distinfo,v 1.1 2014/07/13 13:37:01 rhialto Exp $ diff --git a/py-lmfit/DESCR b/py-lmfit/DESCR deleted file mode 100644 index 4ad5bc3776..0000000000 --- a/py-lmfit/DESCR +++ /dev/null @@ -1,11 +0,0 @@ -A library for least-squares minimization and data fitting in Python. Built -on top of scipy.optimize, lmfit provides a Parameter object which can be set -as fixed or free, can have upper and/or lower bounds, or can be written in -terms of algebraic constraints of other Parameters. The user writes a function -to be minimized as a function of these Parameters, and the scipy.optimize -methods are used to find the optimal values for the Parameters. -The Levenberg-Marquardt (leastsq) is the default minimization algorithm, and -provides estimated standard errors and correlations between varied Parameters. -Other minimization methods, including Nelder-Mead's downhill simplex, Powell's -method, BFGS, Sequential Least Squares, and others are also supported. Bounds -and contraints can be placed on Parameters for all of these methods. diff --git a/py-lmfit/Makefile b/py-lmfit/Makefile deleted file mode 100644 index b52fc8cca1..0000000000 --- a/py-lmfit/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD$ - -DISTNAME= lmfit-0.9.3 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= math -MASTER_SITES= https://pypi.python.org/packages/c6/4a/75f188877264b6f9e8f2d68f213d2c7329bcb3a86be013fa11c1d256990e/ - -MAINTAINER= jihbed.research@gmail.com -HOMEPAGE= http://lmfit.github.io/lmfit-py/ -COMMENT= Least-Squares Minimization with Bounds and Constraints -LICENSE= modified-bsd - -DEPENDS+= ${PYPKGPREFIX}-scipy>=0.15.0:../../math/py-scipy - -USE_LANGUAGES= # none - -.include "../../lang/python/egg.mk" -.include "../../math/py-numpy/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/py-lmfit/PLIST b/py-lmfit/PLIST deleted file mode 100644 index c6b19ca54c..0000000000 --- a/py-lmfit/PLIST +++ /dev/null @@ -1,60 +0,0 @@ -@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}/lmfit/__init__.py -${PYSITELIB}/lmfit/__init__.pyc -${PYSITELIB}/lmfit/__init__.pyo -${PYSITELIB}/lmfit/_differentialevolution.py -${PYSITELIB}/lmfit/_differentialevolution.pyc -${PYSITELIB}/lmfit/_differentialevolution.pyo -${PYSITELIB}/lmfit/_version.py -${PYSITELIB}/lmfit/_version.pyc -${PYSITELIB}/lmfit/_version.pyo -${PYSITELIB}/lmfit/asteval.py -${PYSITELIB}/lmfit/asteval.pyc -${PYSITELIB}/lmfit/asteval.pyo -${PYSITELIB}/lmfit/astutils.py -${PYSITELIB}/lmfit/astutils.pyc -${PYSITELIB}/lmfit/astutils.pyo -${PYSITELIB}/lmfit/confidence.py -${PYSITELIB}/lmfit/confidence.pyc -${PYSITELIB}/lmfit/confidence.pyo -${PYSITELIB}/lmfit/lineshapes.py -${PYSITELIB}/lmfit/lineshapes.pyc -${PYSITELIB}/lmfit/lineshapes.pyo -${PYSITELIB}/lmfit/minimizer.py -${PYSITELIB}/lmfit/minimizer.pyc -${PYSITELIB}/lmfit/minimizer.pyo -${PYSITELIB}/lmfit/model.py -${PYSITELIB}/lmfit/model.pyc -${PYSITELIB}/lmfit/model.pyo -${PYSITELIB}/lmfit/models.py -${PYSITELIB}/lmfit/models.pyc -${PYSITELIB}/lmfit/models.pyo -${PYSITELIB}/lmfit/ordereddict.py -${PYSITELIB}/lmfit/ordereddict.pyc -${PYSITELIB}/lmfit/ordereddict.pyo -${PYSITELIB}/lmfit/parameter.py -${PYSITELIB}/lmfit/parameter.pyc -${PYSITELIB}/lmfit/parameter.pyo -${PYSITELIB}/lmfit/printfuncs.py -${PYSITELIB}/lmfit/printfuncs.pyc -${PYSITELIB}/lmfit/printfuncs.pyo -${PYSITELIB}/lmfit/ui/__init__.py -${PYSITELIB}/lmfit/ui/__init__.pyc -${PYSITELIB}/lmfit/ui/__init__.pyo -${PYSITELIB}/lmfit/ui/basefitter.py -${PYSITELIB}/lmfit/ui/basefitter.pyc -${PYSITELIB}/lmfit/ui/basefitter.pyo -${PYSITELIB}/lmfit/ui/ipy_fitter.py -${PYSITELIB}/lmfit/ui/ipy_fitter.pyc -${PYSITELIB}/lmfit/ui/ipy_fitter.pyo -${PYSITELIB}/lmfit/uncertainties/__init__.py -${PYSITELIB}/lmfit/uncertainties/__init__.pyc -${PYSITELIB}/lmfit/uncertainties/__init__.pyo -${PYSITELIB}/lmfit/uncertainties/umath.py -${PYSITELIB}/lmfit/uncertainties/umath.pyc -${PYSITELIB}/lmfit/uncertainties/umath.pyo diff --git a/py-lmfit/distinfo b/py-lmfit/distinfo deleted file mode 100644 index 28ee518a63..0000000000 --- a/py-lmfit/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD$ - -SHA1 (lmfit-0.9.3.tar.gz) = b83a6e6babb363d9bdb7ca1b3b91c53083ea8347 -RMD160 (lmfit-0.9.3.tar.gz) = c218b487bb2bdd5be3daf8dfd3905100dac0a6da -SHA512 (lmfit-0.9.3.tar.gz) = d05ad0ea431a98deb4bfc4bfacd256844d7a7ecd42794b417483c97835d220bd33cccbb75931c3534798b80b92b121afa5d79eb8404a366537d5534650270d0f -Size (lmfit-0.9.3.tar.gz) = 1119828 bytes