From nobody Tue Nov 02 18:29:50 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C40101833F61; Tue, 2 Nov 2021 18:29:50 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HkJNG3xGVz3lkV; Tue, 2 Nov 2021 18:29:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4D9EC1D28; Tue, 2 Nov 2021 18:29:50 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A2IToxr052542; Tue, 2 Nov 2021 18:29:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A2ITo9Y052541; Tue, 2 Nov 2021 18:29:50 GMT (envelope-from git) Date: Tue, 2 Nov 2021 18:29:50 GMT Message-Id: <202111021829.1A2ITo9Y052541@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: e1cf4bbfac41 - main - astro/kosmorro: upgrade to 0.10.4 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e1cf4bbfac41efd88dc34757e4c4964e04a5772d Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1cf4bbfac41efd88dc34757e4c4964e04a5772d commit e1cf4bbfac41efd88dc34757e4c4964e04a5772d Author: Thierry Thomas AuthorDate: 2021-11-02 18:26:49 +0000 Commit: Thierry Thomas CommitDate: 2021-11-02 18:29:43 +0000 astro/kosmorro: upgrade to 0.10.4 - Switch to pypi.org; - Release notes at . --- astro/kosmorro/Makefile | 15 ++++++--------- astro/kosmorro/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index 09aa8eb59d06..ce5da7369c21 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -1,9 +1,9 @@ # Created by: thierry@pompo.net PORTNAME= kosmorro -PORTVERSION= 0.10.2 -DISTVERSIONPREFIX= v +PORTVERSION= 0.10.4 CATEGORIES= astro python +MASTER_SITES= CHEESESHOP MAINTAINER= thierry@FreeBSD.org COMMENT= Ephemerides computation @@ -13,14 +13,13 @@ LICENSE= AGPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ - ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} \ - ronn:textproc/rubygem-ronn + ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR}\ ${PYTHON_PKGNAMEPREFIX}kosmorrolib>0:astro/py-kosmorrolib@${PY_FLAVOR} -USE_GITHUB= yes +#USE_GITHUB= yes USES= python:3.7+ shebangfix USE_PYTHON= distutils noflavors @@ -33,9 +32,7 @@ PDF_RUN_DEPENDS=pdflatex:print/tex-formats NO_ARCH= yes -pre-configure: - ${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|' ${WRKSRC}/Makefile -post-build: - (cd ${WRKSRC} && LC_ALL=C.UTF-8 ${MAKE} manpages) +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/_kosmorro/locales -name "*.mo" -delete .include diff --git a/astro/kosmorro/distinfo b/astro/kosmorro/distinfo index 593e34e7c217..086c19da63b4 100644 --- a/astro/kosmorro/distinfo +++ b/astro/kosmorro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634230932 -SHA256 (kosmorro-kosmorro-v0.10.2_GH0.tar.gz) = 580ec60d7a5c904f28b02c5e9a531650ba33d44cfd164b84d31d9d0fab241bb0 -SIZE (kosmorro-kosmorro-v0.10.2_GH0.tar.gz) = 534226 +TIMESTAMP = 1635876907 +SHA256 (kosmorro-0.10.4.tar.gz) = 42c99909c15107ce9e62d8d194064296553e21610f093b100c4f4c958e2a5894 +SIZE (kosmorro-0.10.4.tar.gz) = 503578