pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-FormEncode



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 13 12:15:21 UTC 2022

Modified Files:
        pkgsrc/www/py-FormEncode: Makefile

Log Message:
www/py-FormEncode: bump py-setuptools_scm requirement and remove py-setuptools_scm_git_archive


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-FormEncode/Makefile

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-FormEncode/Makefile
diff -u pkgsrc/www/py-FormEncode/Makefile:1.7 pkgsrc/www/py-FormEncode/Makefile:1.8
--- pkgsrc/www/py-FormEncode/Makefile:1.7       Tue Jan  4 20:55:14 2022
+++ pkgsrc/www/py-FormEncode/Makefile   Thu Oct 13 12:15:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:55:14 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/10/13 12:15:21 adam Exp $
 
 DISTNAME=      FormEncode-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,8 +11,7 @@ HOMEPAGE=     http://formencode.org/
 COMMENT=       HTML form validation, generation, and conversion package
 LICENSE=       python-software-foundation
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm_git_archive-[0-9]*:../../devel/py-setuptools_scm_git_archive
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
 TEST_DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country
 TEST_DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test



Home | Main Index | Thread Index | Old Index