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: Tue Oct 25 08:30:14 UTC 2022
Modified Files:
pkgsrc/www/py-FormEncode: distinfo
pkgsrc/www/py-FormEncode/patches: patch-setup.py
Log Message:
py-FormEncode: remove setuptools_scm_git_archive from requirements
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-FormEncode/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-FormEncode/patches/patch-setup.py
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/distinfo
diff -u pkgsrc/www/py-FormEncode/distinfo:1.6 pkgsrc/www/py-FormEncode/distinfo:1.7
--- pkgsrc/www/py-FormEncode/distinfo:1.6 Mon Dec 6 14:41:21 2021
+++ pkgsrc/www/py-FormEncode/distinfo Tue Oct 25 08:30:14 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/12/06 14:41:21 wiz Exp $
+$NetBSD: distinfo,v 1.7 2022/10/25 08:30:14 adam Exp $
BLAKE2s (FormEncode-2.0.1.tar.gz) = 13225ffbde085fb4d0920c6d91e678c11546594c335f14dc87e9333303ba30ae
SHA512 (FormEncode-2.0.1.tar.gz) = 165d2b5abfd37a361144aaf33b053537660bef5ba6a266b869beb2e1d5467719fd7a9dc6d2cec75a04f0ee0d07d46cc76d90ad6ead5b4adef570e22d566fa87b
Size (FormEncode-2.0.1.tar.gz) = 256130 bytes
-SHA1 (patch-setup.py) = e5bf0b4ad7900873574c3485bbf0c300411bce09
+SHA1 (patch-setup.py) = 819b29ba5977b0d69fca8fcb381f60f4d8541890
Index: pkgsrc/www/py-FormEncode/patches/patch-setup.py
diff -u pkgsrc/www/py-FormEncode/patches/patch-setup.py:1.2 pkgsrc/www/py-FormEncode/patches/patch-setup.py:1.3
--- pkgsrc/www/py-FormEncode/patches/patch-setup.py:1.2 Mon Dec 6 14:41:21 2021
+++ pkgsrc/www/py-FormEncode/patches/patch-setup.py Tue Oct 25 08:30:14 2022
@@ -1,10 +1,11 @@
-$NetBSD: patch-setup.py,v 1.2 2021/12/06 14:41:21 wiz Exp $
+$NetBSD: patch-setup.py,v 1.3 2022/10/25 08:30:14 adam Exp $
Remove hardcoded version limits.
+Remove setuptools_scm_git_archive from requirements.
--- setup.py.orig 2021-10-05 12:14:00.000000000 +0000
+++ setup.py
-@@ -16,7 +16,7 @@ if not (2,7) <= sys.version_info[:2] < (
+@@ -16,12 +16,11 @@ if not (2,7) <= sys.version_info[:2] < (
tests_require = [
'pytest<4.7' if sys.version_info[:2] < (3,0) else 'pytest',
@@ -13,3 +14,8 @@ Remove hardcoded version limits.
'pycountry<19' if sys.version_info < (3,0) else 'pycountry']
setup_requires = [
+ 'setuptools_scm<6.0' if sys.version_info[:2] < (3,0) else 'setuptools_scm',
+- 'setuptools_scm_git_archive',
+ ]
+
+ doctests = ['docs/htmlfill.txt', 'docs/Validator.txt',
Home |
Main Index |
Thread Index |
Old Index