pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pyerfa: imported (fixing wip/py-astropy, incidentally)
Module Name: pkgsrc-wip
Committed By: Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By: thor
Date: Mon Aug 29 17:56:10 2022 +0200
Changeset: 01e3369a8e42f3b41c592333c8b8e11e0d12908d
Modified Files:
Makefile
Removed Files:
py-pyerfa/DESCR
py-pyerfa/Makefile
py-pyerfa/PLIST
py-pyerfa/distinfo
Log Message:
py-pyerfa: imported (fixing wip/py-astropy, incidentally)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01e3369a8e42f3b41c592333c8b8e11e0d12908d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
py-pyerfa/DESCR | 2 --
py-pyerfa/Makefile | 29 -----------------------------
py-pyerfa/PLIST | 35 -----------------------------------
py-pyerfa/distinfo | 5 -----
5 files changed, 72 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index b8bf868b7a..1e63d88ffd 100644
--- a/Makefile
+++ b/Makefile
@@ -4423,7 +4423,6 @@ SUBDIR+= py-pydy-viz
SUBDIR+= py-pyec
SUBDIR+= py-pyecm
SUBDIR+= py-pyentropy
-SUBDIR+= py-pyerfa
SUBDIR+= py-pyevolve
SUBDIR+= py-pyfaces
SUBDIR+= py-pyflation
diff --git a/py-pyerfa/DESCR b/py-pyerfa/DESCR
deleted file mode 100644
index 0af91ff0be..0000000000
--- a/py-pyerfa/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-PyERFA is a Python wrapper for ERFA (Essential Routines for Fundamental
-Astronomy) library.
diff --git a/py-pyerfa/Makefile b/py-pyerfa/Makefile
deleted file mode 100644
index 8a3f506d47..0000000000
--- a/py-pyerfa/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:16 wiz Exp $
-
-DISTNAME= pyerfa-2.0.0.1
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= math python
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyerfa/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/liberfa/pyerfa/
-COMMENT= Python wrapper for ERFA library
-LICENSE= modified-bsd
-
-MAKE_ENV+= PYERFA_USE_SYSTEM_LIBERFA=1
-
-USE_LIBTOOL= yes
-USE_LANGUAGES= c
-
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-DEPENDS+= ${PYPKGPREFIX}-numpy>=1.18.0:../../math/py-numpy
-DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.10.3:../../textproc/py-jinja2
-DEPENDS+= ${PYPKGPREFIX}-packaging>=20.4:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=4.1.2:../../devel/py-setuptools_scm
-DEPENDS+= erfa>=2.0.0:../../math/erfa
-
-.include "../../lang/python/egg.mk"
-.include "../../math/py-numpy/buildlink3.mk"
-.include "../../math/erfa/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyerfa/PLIST b/py-pyerfa/PLIST
deleted file mode 100644
index 14f44c987d..0000000000
--- a/py-pyerfa/PLIST
+++ /dev/null
@@ -1,35 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/erfa/__init__.py
-${PYSITELIB}/erfa/__init__.pyc
-${PYSITELIB}/erfa/__init__.pyo
-${PYSITELIB}/erfa/_version.py
-${PYSITELIB}/erfa/_version.pyc
-${PYSITELIB}/erfa/_version.pyo
-${PYSITELIB}/erfa/core.py
-${PYSITELIB}/erfa/core.pyc
-${PYSITELIB}/erfa/core.pyo
-${PYSITELIB}/erfa/helpers.py
-${PYSITELIB}/erfa/helpers.pyc
-${PYSITELIB}/erfa/helpers.pyo
-${PYSITELIB}/erfa/tests/__init__.py
-${PYSITELIB}/erfa/tests/__init__.pyc
-${PYSITELIB}/erfa/tests/__init__.pyo
-${PYSITELIB}/erfa/tests/helper.py
-${PYSITELIB}/erfa/tests/helper.pyc
-${PYSITELIB}/erfa/tests/helper.pyo
-${PYSITELIB}/erfa/tests/test_erfa.py
-${PYSITELIB}/erfa/tests/test_erfa.pyc
-${PYSITELIB}/erfa/tests/test_erfa.pyo
-${PYSITELIB}/erfa/tests/test_ufunc.py
-${PYSITELIB}/erfa/tests/test_ufunc.pyc
-${PYSITELIB}/erfa/tests/test_ufunc.pyo
-${PYSITELIB}/erfa/ufunc.so
-${PYSITELIB}/erfa/version.py
-${PYSITELIB}/erfa/version.pyc
-${PYSITELIB}/erfa/version.pyo
-${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}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
diff --git a/py-pyerfa/distinfo b/py-pyerfa/distinfo
deleted file mode 100644
index fc053dc4a7..0000000000
--- a/py-pyerfa/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:56:03 nia Exp $
-
-BLAKE2s (pyerfa-2.0.0.1.tar.gz) = da83e4c27b58d647c78f981aa7ff4773450c8be2d161934ad400cd0be89b6c1c
-SHA512 (pyerfa-2.0.0.1.tar.gz) = 420e7bb2d00a9bd7d2290b6b0598b5963404ac021f713ae7bbf607135b9db6605f63dd89694d2cf406eb230b58b1028f2458f96ed834127ce9a398810cfea589
-Size (pyerfa-2.0.0.1.tar.gz) = 808497 bytes
Home |
Main Index |
Thread Index |
Old Index