<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/py-PySCIPOpt, 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-04-10T09:53:45Z</updated>
<entry>
<title>math/py-PySCIPOpt: update 5.6.0 → 6.1.0</title>
<updated>2026-04-10T09:53:45Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2026-04-10T09:53:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ad1660f18358f6c7354b96e0ae5926f72fff7c6d'/>
<id>urn:sha1:ad1660f18358f6c7354b96e0ae5926f72fff7c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python.mk: retire ${PYNUMPY}</title>
<updated>2026-04-03T20:52:43Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2026-04-03T20:48:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d04d23ae37d04c8ddf74c04ee868900b9189295a'/>
<id>urn:sha1:d04d23ae37d04c8ddf74c04ee868900b9189295a</id>
<content type='text'>
With both math/py-numpy (2) and math/py-numpy1, the variable stopped
making sense. Also remove the upper version bound.
</content>
</entry>
<entry>
<title>math/py-numpy: switch all consumers to math/py-numpy1</title>
<updated>2026-04-03T18:52:22Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2026-04-03T15:16:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4bd5ba72edc9f537254aeb1ff893399e3eb2278'/>
<id>urn:sha1:d4bd5ba72edc9f537254aeb1ff893399e3eb2278</id>
<content type='text'>
...and bump PORTREVISIONs of consumers with hard RUN_DEPENDS

PR: 281470
</content>
</entry>
<entry>
<title>Mk/Uses/python.mk: Remove USE_PYTHON=cython3{,_run,_test}</title>
<updated>2026-01-15T17:22:12Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2026-01-15T17:22:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0'/>
<id>urn:sha1:6d475ab2dcd08d35a6a3ef6bd9db134e3c7a71f0</id>
<content type='text'>
- Convert all cython3 occurrence to USE_PYTHON=cython*
- Bump PORTREVISION dependent ports of USE_PYTHON=cython_run for dependency change

PR:		291778
</content>
</entry>
<entry>
<title>math/py-PySCIPOpt: update 5.4.1 → 5.6.0</title>
<updated>2025-11-12T10:46:41Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-11-12T10:36:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=179d4824bcc3fa73f52931fa13ec14f69d2f8f6e'/>
<id>urn:sha1:179d4824bcc3fa73f52931fa13ec14f69d2f8f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mk/Uses/python.mk: Introduce USE_PYTHON=cython3{,_run,_test}</title>
<updated>2025-04-09T14:55:11Z</updated>
<author>
<name>Po-Chuan Hsieh</name>
<email>sunpoet@FreeBSD.org</email>
</author>
<published>2025-04-09T14:53:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=150c0018fdfece47d43cc508378c8faf26046149'/>
<id>urn:sha1:150c0018fdfece47d43cc508378c8faf26046149</id>
<content type='text'>
- Update USE_PYTHON=cython{,_run,_test}
- Convert all cython3 occurrence to USE_PYTHON=cython3*
- While I'm here, fix incorrect usage of combining cython3 in BUILD_DEPENDS and USE_PYTHON=cython

It is added to simplify the future transition from Cython 0.29 to 3.

The minimal version is set to 3.0.12 because it is required by devel/py-propcache.
The upper bound of version is set to 3.1 because it is limited by multiple ports.
</content>
</entry>
<entry>
<title>python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal</title>
<updated>2025-03-08T04:05:21Z</updated>
<author>
<name>Charlie Li</name>
<email>vishwin@FreeBSD.org</email>
</author>
<published>2025-03-08T02:33:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=06a08e69f3acb846ad8252945f53c3a2d211e303'/>
<id>urn:sha1:06a08e69f3acb846ad8252945f53c3a2d211e303</id>
<content type='text'>
Any missed ports, feel free to bump.

Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details.
</content>
</entry>
<entry>
<title>math/py-PySCIPOpt: update 5.3.0 → 5.4.1</title>
<updated>2025-02-27T10:29:40Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-02-27T10:27:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ee8d1b7f957ebd14e39e164f889c50e558fcb964'/>
<id>urn:sha1:ee8d1b7f957ebd14e39e164f889c50e558fcb964</id>
<content type='text'>
Reported by:	portscout
</content>
</entry>
<entry>
<title>math/py-PySCIPOpt: update 5.2.1 → 5.3.0</title>
<updated>2025-02-09T10:03:09Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2025-02-09T10:00:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4b46d45f3ed70b43c654edba4f9672b9032e16b4'/>
<id>urn:sha1:4b46d45f3ed70b43c654edba4f9672b9032e16b4</id>
<content type='text'>
Reported by:	portscout
</content>
</entry>
<entry>
<title>math/py-PySCIPOpt: update 5.1.1 → 5.2.1</title>
<updated>2024-11-18T00:13:29Z</updated>
<author>
<name>Yuri Victorovich</name>
<email>yuri@FreeBSD.org</email>
</author>
<published>2024-11-18T00:13:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=99d928dbee48e0cf4cffd91e3522d2acbc2e2b8b'/>
<id>urn:sha1:99d928dbee48e0cf4cffd91e3522d2acbc2e2b8b</id>
<content type='text'>
</content>
</entry>
</feed>
