notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: devel/py-llvmlite/distinfo

Number of commits found: 11

Friday, 12 Apr 2024
09:45 Max Brazhnikov (makc) search for other commits by this committer
devel/py-llvmlite: update to 0.42.0

Convert to USES=llvm
Take maintainership

PR:		277876
Approved by:	consecutive maintainer timeouts
commit hash: 8d1eb79bb5c3a3ead0ee23a54e53562961671c01 commit hash: 8d1eb79bb5c3a3ead0ee23a54e53562961671c01 commit hash: 8d1eb79bb5c3a3ead0ee23a54e53562961671c01 commit hash: 8d1eb79bb5c3a3ead0ee23a54e53562961671c01 8d1eb79
Monday, 20 Nov 2023
08:34 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-llvmlite: update 0.39.1 → 0.41.1

PR:		273355
Approved by:	dal.ca (maintainer's timeout; 83 days)
commit hash: 2410c87f8d69d5b81902f7eb47f45e74fb7359f0 commit hash: 2410c87f8d69d5b81902f7eb47f45e74fb7359f0 commit hash: 2410c87f8d69d5b81902f7eb47f45e74fb7359f0 commit hash: 2410c87f8d69d5b81902f7eb47f45e74fb7359f0 2410c87
Tuesday, 20 Sep 2022
00:59 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-llvmlite: Update 0.34.0 -> 0.39.1

PR:		266502
Approved by:	dave@dal.ca
commit hash: 47ff75a1891ec037b1a5502fa8decd602d40a377 commit hash: 47ff75a1891ec037b1a5502fa8decd602d40a377 commit hash: 47ff75a1891ec037b1a5502fa8decd602d40a377 commit hash: 47ff75a1891ec037b1a5502fa8decd602d40a377 47ff75a
Saturday, 28 Nov 2020
21:48 yuri search for other commits by this committer
devel/py-llvmlite: Update 0.31.0 -> 0.34.0

PR:		250937
Approved by:	dave@dal.ca (maintainer's timeout 21 days)
Original commitRevision:556531 
Friday, 24 Jan 2020
20:56 makc search for other commits by this committer
devel/py-llvmlite:
- Update to 0.31.0, which supports LLVM versions 7 and 8
- Patch to respect CXX and friends. Apparently, this was the reason for failure
  on powerpc64, so remove BROKEN
- Clean up port Makefile

PR:		243429
Approved by:	David Kalliecharan (maintainer)
Original commitRevision:523986 
Tuesday, 20 Nov 2018
21:05 yuri search for other commits by this committer
devel/py-llvmlite: Update 0.23.0 -> 0.25.0

PR:		233233
Approved by:	dave@dal.ca (maintainer)
Original commitRevision:485486 
Monday, 11 Jun 2018
21:01 jrm search for other commits by this committer
devel/py-llvmlite: Update to version 0.23.0

PR:		228554
Approved by:	David Kalliecharan <dave@dal.ca> (maintainer, timeout)
Original commitRevision:472209 
Saturday, 3 Mar 2018
09:35 yuri search for other commits by this committer
devel/py-llvmlite: Update to 0.22.0

Port changes:
* Changed to DISTVERSION
* Added LIB_DEPENDS for llvm50
* Updated LLVM_VER to 50
* Added stripping

PR:		226306
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463474 
Saturday, 1 Apr 2017
16:58 bapt search for other commits by this committer
Update to 0.16
Move llvm dependency to llvm 3.9 (note it will move to 4.0 when 0.17 is out)

Approved by:	David Kalliecharan <dave@dal.ca> (maintainer)
Original commitRevision:437448 
Monday, 24 Oct 2016
17:58 pi search for other commits by this committer
devel/py-llvmlite: update 0.13.0 -> 0.14.0

PR:		213726
Changes:	https://github.com/numba/llvmlite/blob/master/CHANGE_LOG
Submitted by:	David Kalliecharan <dave@dal.ca> (maintainer)
Original commitRevision:424586 
Saturday, 3 Sep 2016
19:56 pi search for other commits by this committer
New port: devel/py-llvmlite

A lightweight LLVM python binding for writing JIT compilers

The old llvmpy binding exposes a lot of LLVM APIs but the mapping
of C++-style memory management to Python is error prone. Numba and
many JIT compilers do not need a full LLVM API. Only the IR builder,
optimizer, and JIT compiler APIs are necessary.

llvmlite is a project originally tailored for Numba's needs, using
the following approach:

- A small C wrapper around the parts of the LLVM C++ API we need
  that are not already exposed by the LLVM C API.
- A ctypes Python wrapper around the C API.
- A pure Python implementation of the subset of the LLVM IR builder
  that we need for Numba.

WWW: https://github.com/numba/llvmlite

PR:		211346
Submitted by:	David Kalliecharan <dave@dal.ca>
Original commitRevision:421299 

Number of commits found: 11