<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/astro/kosmorro, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2026-05-17T19:45:41Z</updated>
<entry>
<title>astro/kosmorro: upgrade to 1.0.2</title>
<updated>2026-05-17T19:45:41Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2026-05-17T17:24:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=290bffab9e0e753a4edc6e06deee4f8719084801'/>
<id>urn:sha1:290bffab9e0e753a4edc6e06deee4f8719084801</id>
<content type='text'>
Releases notes at https://github.com/Kosmorro/kosmorro/releases
</content>
</entry>
<entry>
<title>astro/kosmorro: fix plist</title>
<updated>2025-10-19T16:54:41Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2025-10-19T13:47:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3e9dff11e492f1b39dbc9fec10e0c1d3fc0a3c9f'/>
<id>urn:sha1:3e9dff11e492f1b39dbc9fec10e0c1d3fc0a3c9f</id>
<content type='text'>
Like for py-kosmorrolib, the license file moved.
No need to bump PORTREVISION.
</content>
</entry>
<entry>
<title>all: bump PORTREVISION after updating graphics/libyuv</title>
<updated>2025-08-31T10:30:51Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2025-08-31T10:30:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b304d8ab18ac96ddcd15f3cf7255ef89aababe5a'/>
<id>urn:sha1:b304d8ab18ac96ddcd15f3cf7255ef89aababe5a</id>
<content type='text'>
Using the Tools/scripts/bump_revision.pl script
</content>
</entry>
<entry>
<title>python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc</title>
<updated>2025-06-19T20:28:47Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-06-19T20:09:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4f0eba1efd73e85ccb544708c967bca70ad3e7a6'/>
<id>urn:sha1:4f0eba1efd73e85ccb544708c967bca70ad3e7a6</id>
<content type='text'>
EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.

Introduce PYTHON_SOABI to align with PEP 3149's specification of a
tag, which consists of implementation name, shorthand version and
any ABI flags present (this and PYTHON_TAG are identical without
ABI flags). This is meant for compiled extension module objects and
other files that depend on a specific Python ABI for the same
version.

Add documentation for these variables that our PYTHON_EXT_SUFFIX
never had.

PR: 274671
Event: Kitchener-Waterloo Hackathon 202506
</content>
</entry>
<entry>
<title>astro/kosmorro: Fix PLIST issue with py-poetry-core 2.0.0+</title>
<updated>2025-02-03T15:54:28Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-02-03T15:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=209080ebc410ba3396572d2e78cd1152f6e3985f'/>
<id>urn:sha1:209080ebc410ba3396572d2e78cd1152f6e3985f</id>
<content type='text'>
====&gt; Checking for pkg-plist issues (check-plist)
===&gt; Parsing plist
===&gt; Checking for items in STAGEDIR missing from pkg-plist
===&gt; Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%PYTHON_SITELIBDIR%%/CHANGELOG.md
===&gt; Error: Plist issues found.
*** Error code 1

Approved by:	portmgr (blanket)
With hat:	python
</content>
</entry>
<entry>
<title>devel/py-python-dateutil: Move devel/py-dateutil to devel/py-python-dateutil</title>
<updated>2024-04-13T14:47:51Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2024-04-13T14:47:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742'/>
<id>urn:sha1:84a372ad5ff0dab59a76d894d1e7fb0a5bb7b742</id>
<content type='text'>
- Convert to USE_PYTHON=pep517
- Bump PORTREVISION of dependent ports for dependency change
- While I'm here, update audio/py-pyradio to use PYTHON_PKGNAMEPREFIX instead of PKGNAMEPREFIX for *_DEPENDS
</content>
</entry>
<entry>
<title>astro/kosmorro: upgrade to v0.10.13</title>
<updated>2023-12-17T16:31:04Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-12-17T14:55:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bf63861c479a94b00cfd0a4f1c0c0234b225ada1'/>
<id>urn:sha1:bf63861c479a94b00cfd0a4f1c0c0234b225ada1</id>
<content type='text'>
Compatibility with Python 3.12.
</content>
</entry>
<entry>
<title>all: remove explicit versions in USES=python for "3.x+"</title>
<updated>2023-06-27T19:34:34Z</updated>
<author>
<name>Rene Ladan</name>
<email>rene@FreeBSD.org</email>
</author>
<published>2023-06-14T22:00:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3d9a815d9c5acbb71f4bb07738bdeab4879feacb'/>
<id>urn:sha1:3d9a815d9c5acbb71f4bb07738bdeab4879feacb</id>
<content type='text'>
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	&lt;https://reviews.freebsd.org/D40568&gt;
</content>
</entry>
<entry>
<title>astro/kosmorro: fix build with poetry</title>
<updated>2023-06-04T17:48:00Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-06-04T17:46:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=93a6a291a52b4bf1fbf54b14d03544c06df84aee'/>
<id>urn:sha1:93a6a291a52b4bf1fbf54b14d03544c06df84aee</id>
<content type='text'>
Reported by:	pkg-fallout
</content>
</entry>
<entry>
<title>astro/kosmorro: upgrade to v0.10.12</title>
<updated>2023-05-30T19:34:10Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2023-05-30T18:33:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=75ee02266997f05f7f7cd661325a7fd4dc92782a'/>
<id>urn:sha1:75ee02266997f05f7f7cd661325a7fd4dc92782a</id>
<content type='text'>
Support Python 3.11 and switch to pep517.
</content>
</entry>
</feed>
