Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2023 19:34:14 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 75ee02266997 - main - astro/kosmorro: upgrade to v0.10.12
Message-ID:  <202305301934.34UJYEiE060495@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=75ee02266997f05f7f7cd661325a7fd4dc92782a

commit 75ee02266997f05f7f7cd661325a7fd4dc92782a
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2023-05-30 18:33:00 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2023-05-30 19:34:10 +0000

    astro/kosmorro: upgrade to v0.10.12
    
    Support Python 3.11 and switch to pep517.
---
 astro/kosmorro/Makefile  | 7 ++++---
 astro/kosmorro/distinfo  | 6 +++---
 astro/kosmorro/pkg-plist | 6 ++++++
 3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile
index e1cd6261dfeb..a2bbc829712e 100644
--- a/astro/kosmorro/Makefile
+++ b/astro/kosmorro/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	kosmorro
-PORTVERSION=	0.10.11
-PORTREVISION=	1
+PORTVERSION=	0.10.12
 CATEGORIES=	astro python
 MASTER_SITES=	PYPI
 
@@ -26,9 +25,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Babel>0:devel/py-babel@${PY_FLAVOR}\
 #USE_GITHUB=	yes
 
 USES=		gettext-runtime:run python:3.8+ shebangfix
-USE_PYTHON=	distutils noflavors
+USE_PYTHON=	noflavors pep517
 SHEBANG_FILES=	${PORTNAME}
 
+PLIST_SUB=	VE=${PORTVERSION}
+
 OPTIONS_DEFINE=	PDF
 OPTIONS_DEFAULT=PDF
 PDF_DESC=	Exporting to PDF
diff --git a/astro/kosmorro/distinfo b/astro/kosmorro/distinfo
index ef73ebc160fb..4ee85ed7b64b 100644
--- a/astro/kosmorro/distinfo
+++ b/astro/kosmorro/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1668168672
-SHA256 (kosmorro-0.10.11.tar.gz) = 116574cc3058ea86985145f4a8fbc2b1d231a87b78b4da9a4d92559b491f93a4
-SIZE (kosmorro-0.10.11.tar.gz) = 514419
+TIMESTAMP = 1685470963
+SHA256 (kosmorro-0.10.12.tar.gz) = 1c18919c759ad7cee2a511c9ac02be8263e5f0c3fac73ee3565cea374d723ce5
+SIZE (kosmorro-0.10.12.tar.gz) = 513383
diff --git a/astro/kosmorro/pkg-plist b/astro/kosmorro/pkg-plist
index 2d576512aab5..5649c7ba334d 100644
--- a/astro/kosmorro/pkg-plist
+++ b/astro/kosmorro/pkg-plist
@@ -1,4 +1,10 @@
 bin/kosmorro
+%%PYTHON_SITELIBDIR%%/CHANGELOG.md
+%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/entry_points.txt
+%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/LICENSE.md
+%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/METADATA
+%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/RECORD
+%%PYTHON_SITELIBDIR%%/kosmorro-%%VE%%.dist-info/WHEEL
 %%PYTHON_SITELIBDIR%%/kosmorro/__init__.py
 %%PYTHON_SITELIBDIR%%/kosmorro/__main__.py
 %%PYTHON_SITELIBDIR%%/kosmorro/__pycache__/__init__%%PYTHON_EXT_SUFFIX%%.opt-1.pyc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305301934.34UJYEiE060495>