pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-roman
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 28 10:01:12 UTC 2024
Modified Files:
pkgsrc/math/py-roman: Makefile PLIST distinfo
Log Message:
py-roman: update to 4.2.
Convert to wheel.mk.
4.2 (2024-04-25)
----------------
- Remove overlooked mentions of the Python 2.1.1 license
(`#17 <https://github.com/zopefoundation/roman/issues/17>`_)
- Add support for Python 3.12 and 3.13.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/py-roman/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-roman/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-roman/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-roman/Makefile
diff -u pkgsrc/math/py-roman/Makefile:1.18 pkgsrc/math/py-roman/Makefile:1.19
--- pkgsrc/math/py-roman/Makefile:1.18 Wed Apr 17 11:57:36 2024
+++ pkgsrc/math/py-roman/Makefile Sun Apr 28 10:01:12 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/04/17 11:57:36 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/04/28 10:01:12 wiz Exp $
-DISTNAME= roman-4.1
+DISTNAME= roman-4.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=r/roman/}
@@ -10,15 +10,16 @@ HOMEPAGE= https://github.com/zopefoundat
COMMENT= Integer to Roman numerals converter for Python
LICENSE= zpl-2.1
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_PKG_RESOURCES= yes
-
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} roman roman-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-roman/PLIST
diff -u pkgsrc/math/py-roman/PLIST:1.2 pkgsrc/math/py-roman/PLIST:1.3
--- pkgsrc/math/py-roman/PLIST:1.2 Sun Jul 12 17:50:29 2020
+++ pkgsrc/math/py-roman/PLIST Sun Apr 28 10:01:12 2024
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2020/07/12 17:50:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/04/28 10:01:12 wiz Exp $
bin/roman-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/zip-safe
${PYSITELIB}/roman.py
${PYSITELIB}/roman.pyc
${PYSITELIB}/roman.pyo
Index: pkgsrc/math/py-roman/distinfo
diff -u pkgsrc/math/py-roman/distinfo:1.12 pkgsrc/math/py-roman/distinfo:1.13
--- pkgsrc/math/py-roman/distinfo:1.12 Fri May 26 19:44:49 2023
+++ pkgsrc/math/py-roman/distinfo Sun Apr 28 10:01:12 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/05/26 19:44:49 adam Exp $
+$NetBSD: distinfo,v 1.13 2024/04/28 10:01:12 wiz Exp $
-BLAKE2s (roman-4.1.tar.gz) = fdb7072208b00ab37c1b8201f7d07a377f70214352aea522212b5b6167e52db7
-SHA512 (roman-4.1.tar.gz) = 69214f35098e17bd106411036feec8a4e5c8450e394c74d60a8e3cc17c6884556347a1d2852fa174db4f66d969e71b26c066439afd6d278786d1a47bf925f302
-Size (roman-4.1.tar.gz) = 7005 bytes
+BLAKE2s (roman-4.2.tar.gz) = 9f91ba9c535443fdf4e380afdcebf23fc8be1e5327b955fffb1570e73ea374fb
+SHA512 (roman-4.2.tar.gz) = 4b1ddd54078e5ab38a11cad29fe4ea1f8e4740d7a9d1b093bec7d08ba37ca2bbbf89b2c420987b74270b01a8af5c03bfbfe8cfb5a4dfeb8923894cb52f083e82
+Size (roman-4.2.tar.gz) = 7339 bytes
Home |
Main Index |
Thread Index |
Old Index