Received: by mail.netbsd.org (Postfix, from userid 605) id 122E884EE2; Sat, 27 Jan 2024 18:53:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4096484ECA for ; Sat, 27 Jan 2024 18:53:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RK-6rxhufXJg for ; Sat, 27 Jan 2024 18:53:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9819684CF9 for ; Sat, 27 Jan 2024 18:53:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90DA2FA42; Sat, 27 Jan 2024 18:53:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706381598193860" MIME-Version: 1.0 Date: Sat, 27 Jan 2024 18:53:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-slugify To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240127185318.90DA2FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706381598193860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 27 18:53:18 UTC 2024 Modified Files: pkgsrc/devel/py-slugify: Makefile PLIST distinfo Log Message: py-slugify: updated to 8.0.2 8.0.2 - Normalize text before converting to unicode. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-slugify/Makefile \ pkgsrc/devel/py-slugify/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-slugify/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706381598193860 Content-Disposition: inline Content-Length: 3581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-slugify/Makefile diff -u pkgsrc/devel/py-slugify/Makefile:1.6 pkgsrc/devel/py-slugify/Makefile:1.7 --- pkgsrc/devel/py-slugify/Makefile:1.6 Tue Jul 25 13:20:33 2023 +++ pkgsrc/devel/py-slugify/Makefile Sat Jan 27 18:53:18 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/07/25 13:20:33 adam Exp $ +# $NetBSD: Makefile,v 1.7 2024/01/27 18:53:18 adam Exp $ -DISTNAME= python-slugify-8.0.1 +DISTNAME= python-slugify-8.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^python-//} CATEGORIES= devel www python MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-slugify/} @@ -12,17 +12,17 @@ LICENSE= mit PREV_PKGPATH= devel/py-python-slugify +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-text-unidecode>=1.3:../../textproc/py-text-unidecode USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -USE_PKG_RESOURCES= yes - post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} slugify slugify-${PYVERSSUFFIX} || ${TRUE} -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-slugify/distinfo diff -u pkgsrc/devel/py-slugify/distinfo:1.6 pkgsrc/devel/py-slugify/distinfo:1.7 --- pkgsrc/devel/py-slugify/distinfo:1.6 Tue Jul 25 13:20:33 2023 +++ pkgsrc/devel/py-slugify/distinfo Sat Jan 27 18:53:18 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/07/25 13:20:33 adam Exp $ +$NetBSD: distinfo,v 1.7 2024/01/27 18:53:18 adam Exp $ -BLAKE2s (python-slugify-8.0.1.tar.gz) = 313ffefb044cd5fe1eb8bef18c4f87a1eaab7b3d8c90aab4f6ad926a614ac482 -SHA512 (python-slugify-8.0.1.tar.gz) = 074212c1f0cc2c2d2398c0fc772831041e51641a07601629e747bb90bd732c147c05a9014dd28ad68b02f465c6376bc8e17befc46e582484aaa3e7bc54392d75 -Size (python-slugify-8.0.1.tar.gz) = 11297 bytes +BLAKE2s (python-slugify-8.0.2.tar.gz) = 40fa3a6251dc6b365e125c94b8f0436896f74651e989b849b6d65fc580b6de4b +SHA512 (python-slugify-8.0.2.tar.gz) = 55ea7f81e2608284e4c640c3df91341def326d257f5dd22c3044e78f02022bbcf26cebfc841e1e7644ae1b51e1a305bf363e9a56231c12d0cec883f751bfa0c6 +Size (python-slugify-8.0.2.tar.gz) = 10892 bytes Index: pkgsrc/devel/py-slugify/PLIST diff -u pkgsrc/devel/py-slugify/PLIST:1.3 pkgsrc/devel/py-slugify/PLIST:1.4 --- pkgsrc/devel/py-slugify/PLIST:1.3 Tue Jul 25 13:20:33 2023 +++ pkgsrc/devel/py-slugify/PLIST Sat Jan 27 18:53:18 2024 @@ -1,12 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2023/07/25 13:20:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2024/01/27 18:53:18 adam Exp $ bin/slugify-${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}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${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}/slugify/__init__.py ${PYSITELIB}/slugify/__init__.pyc ${PYSITELIB}/slugify/__init__.pyo @@ -16,6 +15,7 @@ ${PYSITELIB}/slugify/__main__.pyo ${PYSITELIB}/slugify/__version__.py ${PYSITELIB}/slugify/__version__.pyc ${PYSITELIB}/slugify/__version__.pyo +${PYSITELIB}/slugify/py.typed ${PYSITELIB}/slugify/slugify.py ${PYSITELIB}/slugify/slugify.pyc ${PYSITELIB}/slugify/slugify.pyo --_----------=_1706381598193860--