pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-crc
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 3 11:27:25 UTC 2026
Modified Files:
pkgsrc/devel/py-crc: Makefile distinfo
Log Message:
py-crc: updated to 8.0.0
8.0.0
Breaking Changes
Remove Python 3.8 - 3.10 support
Documentation
Fix parameter name in documentation
Internal
Switch from poetry to uv
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-crc/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-crc/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-crc/Makefile
diff -u pkgsrc/devel/py-crc/Makefile:1.2 pkgsrc/devel/py-crc/Makefile:1.3
--- pkgsrc/devel/py-crc/Makefile:1.2 Fri Dec 26 14:11:42 2025
+++ pkgsrc/devel/py-crc/Makefile Thu Sep 3 11:27:25 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2025/12/26 14:11:42 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/09/03 11:27:25 adam Exp $
-DISTNAME= crc-7.1.0
+DISTNAME= crc-8.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/crc/}
@@ -10,13 +10,11 @@ HOMEPAGE= https://github.com/Nicoretti/c
COMMENT= Pure Python CRC library
LICENSE= 2-clause-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
USE_LANGUAGES= # none
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} crc crc-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES= crc
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-crc/distinfo
diff -u pkgsrc/devel/py-crc/distinfo:1.1 pkgsrc/devel/py-crc/distinfo:1.2
--- pkgsrc/devel/py-crc/distinfo:1.1 Thu Dec 25 17:00:07 2025
+++ pkgsrc/devel/py-crc/distinfo Thu Sep 3 11:27:25 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2025/12/25 17:00:07 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2026/09/03 11:27:25 adam Exp $
-BLAKE2s (crc-7.1.0.tar.gz) = 38ea66f48221a330c29106891d4e0bc381562c4818db0f99f537e72aa52ee898
-SHA512 (crc-7.1.0.tar.gz) = 8ce25852c6b67f4e59bdeac2b21bdcc045516c7060196e786b326cc479f8a5449d9982c750a227378adace508621bf127c8aa4e299e66c555f503bd4e5cd0553
-Size (crc-7.1.0.tar.gz) = 9888 bytes
+BLAKE2s (crc-8.0.0.tar.gz) = a90110841eaf28d413d015861ab022f79e7a4973c041ed098b8f29780d2a23a2
+SHA512 (crc-8.0.0.tar.gz) = 715eab3c442f4bcab8cb7a937b40b9a3f2ebb788a739f7094169e2ec7f1fa92b8528b35184d9110bb597fd4bfb0adbba3dff39b7441eb52cd6fb156e1e9e177f
+Size (crc-8.0.0.tar.gz) = 7835 bytes
Home |
Main Index |
Thread Index |
Old Index