Date: Mon, 20 Jul 2020 07:41:11 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r542615 - in head/astro: . py-astropy-helpers Message-ID: <202007200741.06K7fB7l063440@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Jul 20 07:41:11 2020 New Revision: 542615 URL: https://svnweb.freebsd.org/changeset/ports/542615 Log: The astropy-helpers package includes many build, installation, and documentation-related tools used by the Astropy project, but packaged separately for use by other projects that wish to leverage this work. The motivation behind this package and details of its implementation are in the accepted Astropy Proposal for Enhancement (APE) 4. WWW: https://github.com/astropy/astropy-helpers Added: head/astro/py-astropy-helpers/ head/astro/py-astropy-helpers/Makefile (contents, props changed) head/astro/py-astropy-helpers/distinfo (contents, props changed) head/astro/py-astropy-helpers/pkg-descr (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Mon Jul 20 07:35:40 2020 (r542614) +++ head/astro/Makefile Mon Jul 20 07:41:11 2020 (r542615) @@ -81,6 +81,7 @@ SUBDIR += py-RO SUBDIR += py-astLib SUBDIR += py-astropy + SUBDIR += py-astropy-helpers SUBDIR += py-ephem SUBDIR += py-horoscopegenerator SUBDIR += py-metar Added: head/astro/py-astropy-helpers/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy-helpers/Makefile Mon Jul 20 07:41:11 2020 (r542615) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= astropy-helpers +DISTVERSION= 4.0.1 +CATEGORIES= astro +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Utilities for building and installing packages in Astropy ecosystem + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} + +USES= python:3.5+ +USE_PYTHON= autoplist distutils + +.include <bsd.port.mk> Added: head/astro/py-astropy-helpers/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy-helpers/distinfo Mon Jul 20 07:41:11 2020 (r542615) @@ -0,0 +1,3 @@ +TIMESTAMP = 1595199253 +SHA256 (astropy-helpers-4.0.1.tar.gz) = f1096414d108778218d6bea06d4d9c7b2ff7c83856a451331ac194e74de9f413 +SIZE (astropy-helpers-4.0.1.tar.gz) = 52904 Added: head/astro/py-astropy-helpers/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy-helpers/pkg-descr Mon Jul 20 07:41:11 2020 (r542615) @@ -0,0 +1,7 @@ +The astropy-helpers package includes many build, installation, and +documentation-related tools used by the Astropy project, but packaged +separately for use by other projects that wish to leverage this work. +The motivation behind this package and details of its implementation +are in the accepted Astropy Proposal for Enhancement (APE) 4. + +WWW: https://github.com/astropy/astropy-helpers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007200741.06K7fB7l063440>