pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-faker
Module Name: pkgsrc
Committed By: wiz
Date: Wed Mar 5 09:43:01 UTC 2025
Modified Files:
pkgsrc/devel/py-faker: Makefile
Log Message:
py-faker: fix wheel name for latest setuptools and depend on it
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-faker/Makefile
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-faker/Makefile
diff -u pkgsrc/devel/py-faker/Makefile:1.96 pkgsrc/devel/py-faker/Makefile:1.97
--- pkgsrc/devel/py-faker/Makefile:1.96 Sat Feb 15 21:05:35 2025
+++ pkgsrc/devel/py-faker/Makefile Wed Mar 5 09:43:01 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.96 2025/02/15 21:05:35 adam Exp $
+# $NetBSD: Makefile,v 1.97 2025/03/05 09:43:01 wiz Exp $
DISTNAME= faker-36.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Faker/}
@@ -10,9 +11,7 @@ HOMEPAGE= https://github.com/joke2k/fake
COMMENT= Python package that generates fake data for you
LICENSE= mit
-WHEEL_NAME= Faker-${PKGVERSION_NOREV}
-
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=75.8.2:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-tzdata-[0-9]*:../../time/py-tzdata
TEST_DEPENDS+= ${PYPKGPREFIX}-email_validator>=1.0.0:../../mail/py-email_validator
TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun
Home |
Main Index |
Thread Index |
Old Index