Port details |
- py-crc32c Python package exposing the intel sse4.2 crc32c instruction
- 2.2 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: swills@FreeBSD.org
 - Port Added: 2019-10-11 13:23:26
- Last Update: 2023-01-11 15:58:34
- Commit Hash: 77d6847
- Also Listed In: python
- License: not specified in port
- Description:
- This package exposes to Python the crc32c algorithm implemented in the SSE 4.2
instruction set of Intel CPUs.
By default, if your CPU doesn't support this instruction, the package will fail
to load with an ImportError. If you still need to use the crc32c checksum
algorithm this package comes with a software implementation that can be loaded
instead.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}crc32c>0:devel/py-crc32c@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-crc32c/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-crc32c
- pkg install py39-crc32c
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-crc32c listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-crc32c
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1613256555
SHA256 (crc32c-2.2.tar.gz) = 2643f63dc935260f017889010998cacb7d3a535b40164d688a428494396289b8
SIZE (crc32c-2.2.tar.gz) = 38417
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-aiortc
Configuration Options:
- No options to configure
- Options name:
- devel_py-crc32c
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Notes from UPDATING |
- These upgrade notes are taken from /usr/ports/UPDATING
- 2017-11-30
Affects: */py* Author: mat@FreeBSD.org Reason:
Ports using Python via USES=python are now flavored. All the py3-* ports
have been removed and folded into their py-* master ports.
People using Poudriere 3.2+ and binary packages do not have to do anything.
For other people, to build the Python 3.6 version of, for example,
databases/py-gdbm, you need to run:
# make FLAVOR=py36 install
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
2.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.2 14 Feb 2021 03:15:51
  |
swills  |
devel/py-crc32c: update to 2.2 |
2.0.1 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.0.1 21 Jul 2020 01:30:14
  |
swills  |
devel/py-crc32c: update to 2.0.1 |
2.0 14 Jul 2020 02:22:40
  |
swills  |
devel/py-crc32c: update to 2.0 |
1.7 11 Oct 2019 13:23:18
  |
swills  |
devel/py-crc32c: create port
This package exposes to Python the crc32c algorithm implemented in the SSE 4.2
instruction set of Intel CPUs.
By default, if your CPU doesn't support this instruction, the package will fail
to load with an ImportError. If you still need to use the crc32c checksum
algorithm this package comes with a software implementation that can be loaded
instead. |
Number of commits found: 8
|