mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/py-mwparserfromhell: Remove unnecessary dependency
This commit is contained in:
parent
be23ccb967
commit
d21b9a0a66
2 changed files with 11 additions and 4 deletions
|
@ -12,10 +12,6 @@ WWW= https://github.com/earwig/mwparserfromhell
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Depends on expired devel/py-pytest-runner
|
||||
EXPIRATION_DATE=2025-03-31
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
|
|
11
textproc/py-mwparserfromhell/files/patch-setup.py
Normal file
11
textproc/py-mwparserfromhell/files/patch-setup.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- setup.py.orig 2025-03-16 19:50:17 UTC
|
||||
+++ setup.py
|
||||
@@ -82,7 +82,7 @@ setup(
|
||||
packages=find_packages("src"),
|
||||
package_dir={"": "src"},
|
||||
ext_modules=[tokenizer] if use_extension else [],
|
||||
- setup_requires=["pytest-runner"]
|
||||
+ setup_requires=[]
|
||||
if "test" in sys.argv or "pytest" in sys.argv
|
||||
else [],
|
||||
tests_require=["pytest"],
|
Loading…
Add table
Reference in a new issue