pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-furl
Module Name: pkgsrc
Committed By: adam
Date: Tue Mar 11 18:06:07 UTC 2025
Modified Files:
pkgsrc/www/py-furl: Makefile PLIST distinfo
Log Message:
py-furl: updated to 2.1.4
2.1.4
Drop support for all Python versions prior to Python 3.8, which are now long past EOL. Notably: Python 2 is no longer supported.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/www/py-furl/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-furl/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/py-furl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-furl/Makefile
diff -u pkgsrc/www/py-furl/Makefile:1.24 pkgsrc/www/py-furl/Makefile:1.25
--- pkgsrc/www/py-furl/Makefile:1.24 Sun Apr 30 15:31:12 2023
+++ pkgsrc/www/py-furl/Makefile Tue Mar 11 18:06:07 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2023/04/30 15:31:12 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2025/03/11 18:06:07 adam Exp $
-DISTNAME= furl-2.1.3
+DISTNAME= furl-2.1.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/}
@@ -11,13 +10,12 @@ HOMEPAGE= https://github.com/gruns/furl
COMMENT= URL manipulation made simple
LICENSE= unlicense
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=1.0.1:../../databases/py-orderedmultidict
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
USE_LANGUAGES= # none
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-furl/PLIST
diff -u pkgsrc/www/py-furl/PLIST:1.4 pkgsrc/www/py-furl/PLIST:1.5
--- pkgsrc/www/py-furl/PLIST:1.4 Sat Sep 21 13:09:38 2019
+++ pkgsrc/www/py-furl/PLIST Tue Mar 11 18:06:07 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.4 2019/09/21 13:09:38 adam Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.5 2025/03/11 18:06:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/furl/__init__.py
${PYSITELIB}/furl/__init__.pyc
${PYSITELIB}/furl/__init__.pyo
Index: pkgsrc/www/py-furl/distinfo
diff -u pkgsrc/www/py-furl/distinfo:1.16 pkgsrc/www/py-furl/distinfo:1.17
--- pkgsrc/www/py-furl/distinfo:1.16 Tue Oct 26 11:30:40 2021
+++ pkgsrc/www/py-furl/distinfo Tue Mar 11 18:06:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:30:40 nia Exp $
+$NetBSD: distinfo,v 1.17 2025/03/11 18:06:07 adam Exp $
-BLAKE2s (furl-2.1.3.tar.gz) = 810bf265fed7195eae7ef88c5cb047443769b281b235ba552e97a91e6a9d9473
-SHA512 (furl-2.1.3.tar.gz) = ce7455bd1a352243efd9715e80e9f9979631cc058927edcd8c52ccb85d27fd8f32079611bb29c487d2add2d1d941d56e4db75520339dc371b1539811ccefda02
-Size (furl-2.1.3.tar.gz) = 44223 bytes
+BLAKE2s (furl-2.1.4.tar.gz) = 31b72640242fd4ca41f7c3c39eafc5836363a74360910dbca08428d5565a33ac
+SHA512 (furl-2.1.4.tar.gz) = cfd160bb0b87c9b8410690836bf9ec106f981a1f939c90dd1c213800085c7de807ebbacef50a6b7a88894cd12c24f6505ddc4cd111f23fa7615f7ed11a02f027
+Size (furl-2.1.4.tar.gz) = 57526 bytes
Home |
Main Index |
Thread Index |
Old Index