pkgsrc-WIP-changes archive

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

adding new package "py-astropy-helpers".



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Dec 17 17:51:48 2020 +0800
Changeset:	9cff9826e65509a58c1a511c39fd4e1f831efbcc

Added Files:
	py-astropy-helpers/DESCR
	py-astropy-helpers/Makefile
	py-astropy-helpers/PLIST
	py-astropy-helpers/distinfo

Log Message:
adding new package "py-astropy-helpers".

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

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

diffstat:
 py-astropy-helpers/DESCR    |  2 ++
 py-astropy-helpers/Makefile | 16 ++++++++++
 py-astropy-helpers/PLIST    | 74 +++++++++++++++++++++++++++++++++++++++++++++
 py-astropy-helpers/distinfo |  6 ++++
 4 files changed, 98 insertions(+)

diffs:
diff --git a/py-astropy-helpers/DESCR b/py-astropy-helpers/DESCR
new file mode 100644
index 0000000000..9488478d2f
--- /dev/null
+++ b/py-astropy-helpers/DESCR
@@ -0,0 +1,2 @@
+Astropy-helpers is an Astropy affiliated package for supporting building
+and installing of Astropy and its related packages.
diff --git a/py-astropy-helpers/Makefile b/py-astropy-helpers/Makefile
new file mode 100644
index 0000000000..e34c1743f8
--- /dev/null
+++ b/py-astropy-helpers/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	py-astropy-helpers-4.0.1
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_GITHUB:=astropy/}
+GITHUB_PROJECT=	astropy-helpers
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/astropy/astropy-helpers/
+COMMENT=	Tools for Astropy package
+LICENSE=	modified-bsd
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-astropy-helpers/PLIST b/py-astropy-helpers/PLIST
new file mode 100644
index 0000000000..5c88ea8443
--- /dev/null
+++ b/py-astropy-helpers/PLIST
@@ -0,0 +1,74 @@
+@comment $NetBSD$
+${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/not-zip-safe
+${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/astropy_helpers-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/astropy_helpers/__init__.py
+${PYSITELIB}/astropy_helpers/__init__.pyc
+${PYSITELIB}/astropy_helpers/__init__.pyo
+${PYSITELIB}/astropy_helpers/commands/__init__.py
+${PYSITELIB}/astropy_helpers/commands/__init__.pyc
+${PYSITELIB}/astropy_helpers/commands/__init__.pyo
+${PYSITELIB}/astropy_helpers/commands/_dummy.py
+${PYSITELIB}/astropy_helpers/commands/_dummy.pyc
+${PYSITELIB}/astropy_helpers/commands/_dummy.pyo
+${PYSITELIB}/astropy_helpers/commands/build_ext.py
+${PYSITELIB}/astropy_helpers/commands/build_ext.pyc
+${PYSITELIB}/astropy_helpers/commands/build_ext.pyo
+${PYSITELIB}/astropy_helpers/commands/build_sphinx.py
+${PYSITELIB}/astropy_helpers/commands/build_sphinx.pyc
+${PYSITELIB}/astropy_helpers/commands/build_sphinx.pyo
+${PYSITELIB}/astropy_helpers/commands/src/compiler.c
+${PYSITELIB}/astropy_helpers/commands/test.py
+${PYSITELIB}/astropy_helpers/commands/test.pyc
+${PYSITELIB}/astropy_helpers/commands/test.pyo
+${PYSITELIB}/astropy_helpers/conftest.py
+${PYSITELIB}/astropy_helpers/conftest.pyc
+${PYSITELIB}/astropy_helpers/conftest.pyo
+${PYSITELIB}/astropy_helpers/distutils_helpers.py
+${PYSITELIB}/astropy_helpers/distutils_helpers.pyc
+${PYSITELIB}/astropy_helpers/distutils_helpers.pyo
+${PYSITELIB}/astropy_helpers/git_helpers.py
+${PYSITELIB}/astropy_helpers/git_helpers.pyc
+${PYSITELIB}/astropy_helpers/git_helpers.pyo
+${PYSITELIB}/astropy_helpers/openmp_helpers.py
+${PYSITELIB}/astropy_helpers/openmp_helpers.pyc
+${PYSITELIB}/astropy_helpers/openmp_helpers.pyo
+${PYSITELIB}/astropy_helpers/setup_helpers.py
+${PYSITELIB}/astropy_helpers/setup_helpers.pyc
+${PYSITELIB}/astropy_helpers/setup_helpers.pyo
+${PYSITELIB}/astropy_helpers/sphinx/__init__.py
+${PYSITELIB}/astropy_helpers/sphinx/__init__.pyc
+${PYSITELIB}/astropy_helpers/sphinx/__init__.pyo
+${PYSITELIB}/astropy_helpers/sphinx/conf.py
+${PYSITELIB}/astropy_helpers/sphinx/conf.pyc
+${PYSITELIB}/astropy_helpers/sphinx/conf.pyo
+${PYSITELIB}/astropy_helpers/tests/__init__.py
+${PYSITELIB}/astropy_helpers/tests/__init__.pyc
+${PYSITELIB}/astropy_helpers/tests/__init__.pyo
+${PYSITELIB}/astropy_helpers/tests/test_ah_bootstrap.py
+${PYSITELIB}/astropy_helpers/tests/test_ah_bootstrap.pyc
+${PYSITELIB}/astropy_helpers/tests/test_ah_bootstrap.pyo
+${PYSITELIB}/astropy_helpers/tests/test_git_helpers.py
+${PYSITELIB}/astropy_helpers/tests/test_git_helpers.pyc
+${PYSITELIB}/astropy_helpers/tests/test_git_helpers.pyo
+${PYSITELIB}/astropy_helpers/tests/test_openmp_helpers.py
+${PYSITELIB}/astropy_helpers/tests/test_openmp_helpers.pyc
+${PYSITELIB}/astropy_helpers/tests/test_openmp_helpers.pyo
+${PYSITELIB}/astropy_helpers/tests/test_setup_helpers.py
+${PYSITELIB}/astropy_helpers/tests/test_setup_helpers.pyc
+${PYSITELIB}/astropy_helpers/tests/test_setup_helpers.pyo
+${PYSITELIB}/astropy_helpers/tests/test_utils.py
+${PYSITELIB}/astropy_helpers/tests/test_utils.pyc
+${PYSITELIB}/astropy_helpers/tests/test_utils.pyo
+${PYSITELIB}/astropy_helpers/utils.py
+${PYSITELIB}/astropy_helpers/utils.pyc
+${PYSITELIB}/astropy_helpers/utils.pyo
+${PYSITELIB}/astropy_helpers/version.py
+${PYSITELIB}/astropy_helpers/version.pyc
+${PYSITELIB}/astropy_helpers/version.pyo
+${PYSITELIB}/astropy_helpers/version_helpers.py
+${PYSITELIB}/astropy_helpers/version_helpers.pyc
+${PYSITELIB}/astropy_helpers/version_helpers.pyo
diff --git a/py-astropy-helpers/distinfo b/py-astropy-helpers/distinfo
new file mode 100644
index 0000000000..56360c4b48
--- /dev/null
+++ b/py-astropy-helpers/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (py-astropy-helpers-4.0.1.tar.gz) = 2162e374e24e7f3d019d7b4cb78fa574ad01928f
+RMD160 (py-astropy-helpers-4.0.1.tar.gz) = dbf26673c96b1426c334f217194df5b9a64122e8
+SHA512 (py-astropy-helpers-4.0.1.tar.gz) = b3c6c35218c5041875bb612becac83eebb09901a6cc58ccdfe223677dcbf72c08a4432f58b86b8199a0a459fe646aef632514143b141c20e54337bfc2f7efb1e
+Size (py-astropy-helpers-4.0.1.tar.gz) = 72487 bytes


Home | Main Index | Thread Index | Old Index