From owner-svn-ports-head@freebsd.org Mon Jul 20 07:41:12 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DD9BD374578; Mon, 20 Jul 2020 07:41:12 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B9DDm5YVWz4bbT; Mon, 20 Jul 2020 07:41:12 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A29BF966E; Mon, 20 Jul 2020 07:41:12 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06K7fCjZ063444; Mon, 20 Jul 2020 07:41:12 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06K7fB7l063440; Mon, 20 Jul 2020 07:41:11 GMT (envelope-from wen@FreeBSD.org) Message-Id: <202007200741.06K7fB7l063440@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Mon, 20 Jul 2020 07:41:11 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/astro: . py-astropy-helpers X-SVN-Commit-Revision: 542615 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2020 07:41:12 -0000 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 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