git: cd57fdf03d9f - main - devel/py-pyte: Update to 0.8.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:07:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cd57fdf03d9f69fb830f618102b5d34caccaaed1
commit cd57fdf03d9f69fb830f618102b5d34caccaaed1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 14:02:15 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 14:02:15 +0000
devel/py-pyte: Update to 0.8.1
- Remove py-pytest-runner from BUILD_DEPENDS
Changes: https://github.com/selectel/pyte/blob/master/CHANGES
---
devel/py-pyte/Makefile | 11 ++++++-----
devel/py-pyte/distinfo | 6 +++---
devel/py-pyte/files/patch-setup.py | 10 ++++++++++
3 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/devel/py-pyte/Makefile b/devel/py-pyte/Makefile
index ae0f2e6f9f28..bc15fe881abf 100644
--- a/devel/py-pyte/Makefile
+++ b/devel/py-pyte/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyte
-PORTVERSION= 0.8.0
+PORTVERSION= 0.8.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -9,11 +9,12 @@ COMMENT= Simple VTXXX-compatible terminal emulator
LICENSE= LGPL3
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>0:devel/py-wcwidth@${PY_FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcwidth>=0:devel/py-wcwidth@${PY_FLAVOR}
-NO_ARCH= yes
+USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils
-USES= python:3.6+
+
+NO_ARCH= yes
.include <bsd.port.mk>
diff --git a/devel/py-pyte/distinfo b/devel/py-pyte/distinfo
index 299b3fd62d4a..0d879f4495e8 100644
--- a/devel/py-pyte/distinfo
+++ b/devel/py-pyte/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1563609657
-SHA256 (pyte-0.8.0.tar.gz) = 7e71d03e972d6f262cbe8704ff70039855f05ee6f7ad9d7129df9c977b5a88c5
-SIZE (pyte-0.8.0.tar.gz) = 50415
+TIMESTAMP = 1655208454
+SHA256 (pyte-0.8.1.tar.gz) = b9bfd1b781759e7572a6e553c010cc93eef58a19d8d1590446d84c19b1b097b0
+SIZE (pyte-0.8.1.tar.gz) = 51657
diff --git a/devel/py-pyte/files/patch-setup.py b/devel/py-pyte/files/patch-setup.py
new file mode 100644
index 000000000000..2b88b4b87a24
--- /dev/null
+++ b/devel/py-pyte/files/patch-setup.py
@@ -0,0 +1,10 @@
+--- setup.py.orig 2022-04-10 17:54:50 UTC
++++ setup.py
+@@ -35,7 +35,6 @@ setup(name="pyte",
+ version="0.8.1",
+ packages=["pyte"],
+ install_requires=["wcwidth"],
+- setup_requires=["pytest-runner"],
+ tests_require=["pytest"],
+ platforms=["any"],
+