diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2025-03-12 18:05:16 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2025-03-12 18:05:16 +0000 |
commit | 6180f60d66b8684879fbd9cbb692594bd4f8dc9a (patch) | |
tree | 4ed7c0b6011caf0e51eec732367752b953295451 | |
parent | eec95871b08b19c5325eb7750ed7ddc79e96d597 (diff) |
devel/py-scripttest: Update to 2.0
- Remove files/patch-tests_test__string.py
Reported by: portscout!
-rw-r--r-- | devel/py-scripttest/Makefile | 3 | ||||
-rw-r--r-- | devel/py-scripttest/distinfo | 5 | ||||
-rw-r--r-- | devel/py-scripttest/files/patch-tests_test__string.py | 13 |
3 files changed, 4 insertions, 17 deletions
diff --git a/devel/py-scripttest/Makefile b/devel/py-scripttest/Makefile index 91fd7bc1a577..c6c7f9cb5ae5 100644 --- a/devel/py-scripttest/Makefile +++ b/devel/py-scripttest/Makefile @@ -1,6 +1,5 @@ PORTNAME= scripttest -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 2.0 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-scripttest/distinfo b/devel/py-scripttest/distinfo index 15c319922840..80eb7576b81a 100644 --- a/devel/py-scripttest/distinfo +++ b/devel/py-scripttest/distinfo @@ -1,2 +1,3 @@ -SHA256 (pypa-scripttest-1.3.0_GH0.tar.gz) = 33c2c5315538598652cecc28984557d55dbe75ff814e50e4307dc8fbfac51cd5 -SIZE (pypa-scripttest-1.3.0_GH0.tar.gz) = 14885 +TIMESTAMP = 1741802458 +SHA256 (pypa-scripttest-2.0_GH0.tar.gz) = 21483f4f07db1ba3f127b67e2b7c5b19bea1d2a4d6069006f124a3a3086a9697 +SIZE (pypa-scripttest-2.0_GH0.tar.gz) = 14676 diff --git a/devel/py-scripttest/files/patch-tests_test__string.py b/devel/py-scripttest/files/patch-tests_test__string.py deleted file mode 100644 index 4a9cc49b2efb..000000000000 --- a/devel/py-scripttest/files/patch-tests_test__string.py +++ /dev/null @@ -1,13 +0,0 @@ ---- tests/test_string.py.orig 2015-06-02 05:43:40 UTC -+++ tests/test_string.py -@@ -22,8 +22,8 @@ else: - utf8_str = 'Björk Guðmundsdóttir [ˈpjœr̥k ˈkvʏðmʏntsˌtoʊhtɪr]' - - --py2only = pytest.mark.skipif("sys.version_info >= (3, 0)") --py3only = pytest.mark.skipif("sys.version_info < (3, 0)") -+py2only = pytest.mark.skipif("sys.version_info >= (3, 0)",reason="Python 2.x Only") -+py3only = pytest.mark.skipif("sys.version_info < (3, 0)",reason="Python 3.x Only") - - - #----------------------------------------- |