FreeBSD Bugzilla – Attachment 231322 Details for
Bug 261470
devel/py-medikit: Update to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-medikit-prepare-for-stevedore-3.5.0.patch
py-medikit-prepare-for-stevedore-3.5.0.patch (text/plain), 1.97 KB, created by
Kai Knoblich
on 2022-01-25 17:19:01 UTC
(
hide
)
Description:
py-medikit-prepare-for-stevedore-3.5.0.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2022-01-25 17:19:01 UTC
Size:
1.97 KB
patch
obsolete
>diff --git a/devel/py-medikit/Makefile b/devel/py-medikit/Makefile >index 2561159584be..b1a9e45f8b5e 100644 >--- a/devel/py-medikit/Makefile >+++ b/devel/py-medikit/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= medikit > PORTVERSION= 0.7.5 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}pip-tools4>=4.5.0<4.6:devel/py-pip-tools4@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8<3:devel/py-semantic-version@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}stevedore>=1.28<2:devel/py-stevedore@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.28:devel/py-stevedore@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}whistle>=1.0<2:devel/py-whistle@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}yapf>=0.20<1:textproc/py-yapf@${PY_FLAVOR} > >diff --git a/devel/py-medikit/files/patch-setup.py b/devel/py-medikit/files/patch-setup.py >index f24abbc82626..9a686080ebb2 100644 >--- a/devel/py-medikit/files/patch-setup.py >+++ b/devel/py-medikit/files/patch-setup.py >@@ -1,13 +1,15 @@ > --- setup.py.orig 2020-04-04 17:34:58 UTC > +++ setup.py >-@@ -54,8 +54,8 @@ setup( >+@@ -54,9 +54,9 @@ setup( > packages=find_packages(exclude=['ez_setup', 'example', 'test']), > include_package_data=True, > install_requires=[ > - 'git-semver ~= 0.3.2', 'jinja2 ~= 2.10', 'mondrian ~= 0.8', > - 'packaging ~= 20.0', 'pip-tools ~= 4.5.0', 'semantic_version < 2.7', >+- 'stevedore ~= 1.28', 'whistle ~= 1.0', 'yapf ~= 0.20' > + 'git-semver ~= 0.3.2', 'jinja2 >= 2.10', 'mondrian ~= 0.8', > + 'packaging >= 20.0', 'pip-tools ~= 4.5.0', 'semantic_version ~= 2.8', >- 'stevedore ~= 1.28', 'whistle ~= 1.0', 'yapf ~= 0.20' >++ 'stevedore >= 1.28', 'whistle ~= 1.0', 'yapf ~= 0.20' > ], > extras_require={ >+ 'dev': [
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 261470
:
231322
|
231808