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.

Port details
py-recordclass Mutable variants of tuple and collections.namedtuple
0.21.1 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.21.1Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-07 09:27:07
Last Update: 2023-12-03 10:48:43
Commit Hash: c1d7cf5
People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
Also Listed In: python
License: MIT
WWW:
https://github.com/intellimath/recordclass
Description:
Recordclass is a MIT Licensed python library. It was started as a "proof of concept" for the problem of fast "mutable" alternative of namedtuple. It implements a factory function recordclass (a variant of collection.namedtuple) in order to create record-like classes with the same API as collection.namedtuple. It was evolved further in order to provide more memory saving, fast and flexible types.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}recordclass>0:devel/py-recordclass@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-recordclass/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-recordclass
  • pkg install py39-recordclass
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-recordclass listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-recordclass
Package flavors (<flavor>: <package>)
  • py39: py39-recordclass
distinfo:
TIMESTAMP = 1701599533 SHA256 (recordclass-0.21.1.tar.gz) = fa2343dc24ef457f5f1c09e34fccada2d9074f582287f9fedb195bfbc1a9af92 SIZE (recordclass-0.21.1.tar.gz) = 1321641

Packages (timestamps in pop-ups are UTC):
py39-recordclass
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.21.10.21.1-0.21.10.21.1---
FreeBSD:13:quarterly0.21.10.21.10.18.40.21.10.21.10.21.10.21.10.21.1
FreeBSD:14:latest0.21.10.21.10.18.1.10.21.10.21.10.18.4-0.18.4
FreeBSD:14:quarterly0.21.10.21.1-0.21.10.21.10.21.10.21.10.21.1
FreeBSD:15:latest0.21.10.21.1n/a0.21.1n/a0.21.10.21.10.21.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
This port is required by:
for Run
  1. math/py-mathics

Configuration Options:
No options to configure
Options name:
devel_py-recordclass
USES:
python:3.9+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/r/recordclass/
  2. https://pypi.org/packages/source/r/recordclass/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.21.1
03 Dec 2023 10:48:43
commit hash: c1d7cf5cc448d9f7c1af52b2727cf1de925aefb9commit hash: c1d7cf5cc448d9f7c1af52b2727cf1de925aefb9commit hash: c1d7cf5cc448d9f7c1af52b2727cf1de925aefb9commit hash: c1d7cf5cc448d9f7c1af52b2727cf1de925aefb9 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.21.1

Release notes at
	<https://github.com/intellimath/recordclass/releases/tag/0.21.1>.
0.21
10 Oct 2023 19:50:16
commit hash: e76a7c5d9e17c8b6ddf2cf661ba846cb6e92c166commit hash: e76a7c5d9e17c8b6ddf2cf661ba846cb6e92c166commit hash: e76a7c5d9e17c8b6ddf2cf661ba846cb6e92c166commit hash: e76a7c5d9e17c8b6ddf2cf661ba846cb6e92c166 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.21
0.20.1
24 Sep 2023 17:01:27
commit hash: 80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7commit hash: 80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7commit hash: 80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7commit hash: 80b8bb47eed9b9b4b6a6a1d5cf2722ac5546c3b7 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.20.1

Also change the home page.
0.20
06 Aug 2023 09:48:23
commit hash: 6a824f5b1522e00e69c154c991c7664080f4c126commit hash: 6a824f5b1522e00e69c154c991c7664080f4c126commit hash: 6a824f5b1522e00e69c154c991c7664080f4c126commit hash: 6a824f5b1522e00e69c154c991c7664080f4c126 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.20
0.19.2
03 Aug 2023 10:03:12
commit hash: 54744889271fc290d438b64e52ab7d62c5884c8dcommit hash: 54744889271fc290d438b64e52ab7d62c5884c8dcommit hash: 54744889271fc290d438b64e52ab7d62c5884c8dcommit hash: 54744889271fc290d438b64e52ab7d62c5884c8d files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.19.2
0.19.1
20 Jul 2023 16:46:26
commit hash: 4d56d761f87b668feb99e4f99da58e5aa41454dccommit hash: 4d56d761f87b668feb99e4f99da58e5aa41454dccommit hash: 4d56d761f87b668feb99e4f99da58e5aa41454dccommit hash: 4d56d761f87b668feb99e4f99da58e5aa41454dc files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.19.1
0.19
06 Jul 2023 16:42:27
commit hash: 9385c035b5f1a9eefde3c5ca99699d441994e708commit hash: 9385c035b5f1a9eefde3c5ca99699d441994e708commit hash: 9385c035b5f1a9eefde3c5ca99699d441994e708commit hash: 9385c035b5f1a9eefde3c5ca99699d441994e708 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.19
0.18.4
25 Apr 2023 20:15:49
commit hash: 11dd67c8c4d5ffd03197371bf70d64648437c3a0commit hash: 11dd67c8c4d5ffd03197371bf70d64648437c3a0commit hash: 11dd67c8c4d5ffd03197371bf70d64648437c3a0commit hash: 11dd67c8c4d5ffd03197371bf70d64648437c3a0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.18.4
0.18.3
17 Mar 2023 18:31:24
commit hash: 8362ac3b12b46b0c85307fb21216666146568888commit hash: 8362ac3b12b46b0c85307fb21216666146568888commit hash: 8362ac3b12b46b0c85307fb21216666146568888commit hash: 8362ac3b12b46b0c85307fb21216666146568888 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.18.3

Changelog at
<https://bitbucket.org/intellimath/recordclass/commits/47211049011276c272e7463f777b92c2db4b7f37#chg-README.md>
0.18.2
20 Jan 2023 18:02:23
commit hash: fff5bc484ec70222dcf31f8bc1e4aab83aa466a5commit hash: fff5bc484ec70222dcf31f8bc1e4aab83aa466a5commit hash: fff5bc484ec70222dcf31f8bc1e4aab83aa466a5commit hash: fff5bc484ec70222dcf31f8bc1e4aab83aa466a5 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.18.2
0.18.1.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.18.1.1
04 Jan 2023 21:00:52
commit hash: b366a9d57d67845fa171733c420ab7a26a1e00dacommit hash: b366a9d57d67845fa171733c420ab7a26a1e00dacommit hash: b366a9d57d67845fa171733c420ab7a26a1e00dacommit hash: b366a9d57d67845fa171733c420ab7a26a1e00da files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.18.1.1
0.18.0.1
06 Nov 2022 11:07:00
commit hash: b48fd46f5944d3581f7016c08813fea4ca8ede32commit hash: b48fd46f5944d3581f7016c08813fea4ca8ede32commit hash: b48fd46f5944d3581f7016c08813fea4ca8ede32commit hash: b48fd46f5944d3581f7016c08813fea4ca8ede32 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.18.0.1

Fixes
https://bitbucket.org/intellimath/recordclass/issues/28/syntaxerror-in-recordclass-test
0.18
05 Nov 2022 16:26:43
commit hash: c74f082116a535344f86a87fbc8655d3b0f68070commit hash: c74f082116a535344f86a87fbc8655d3b0f68070commit hash: c74f082116a535344f86a87fbc8655d3b0f68070commit hash: c74f082116a535344f86a87fbc8655d3b0f68070 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.18
0.17.5
10 Sep 2022 18:29:02
commit hash: c4620e539643b294102593ca3f2e4208cd158328commit hash: c4620e539643b294102593ca3f2e4208cd158328commit hash: c4620e539643b294102593ca3f2e4208cd158328commit hash: c4620e539643b294102593ca3f2e4208cd158328 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: upgrade to 0.17.5
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.17.2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.17.2
07 Aug 2022 09:25:05
commit hash: 9f458e112d7a9e8e90f8856c4202a293553b45a2commit hash: 9f458e112d7a9e8e90f8856c4202a293553b45a2commit hash: 9f458e112d7a9e8e90f8856c4202a293553b45a2commit hash: 9f458e112d7a9e8e90f8856c4202a293553b45a2 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
devel/py-recordclass: Adding a new port required by Mathics3

Python library dealing with mutable variants of tuple (mutabletuple) and
collections.namedtuple (recordclass), which support assignments and more
memory saving variants (dataobject, litelist, …).

Number of commits found: 18