FreeBSD Bugzilla – Attachment 213433 Details for
Bug 245651
devel/py-python-gitlab: Update to 2.2.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 2.2.0
0001-devel-py-python-gitlab-Update-to-2.2.0-and-extra_req.patch (text/plain), 2.80 KB, created by
Derek Schrock
on 2020-04-15 21:28:51 UTC
(
hide
)
Description:
Update to 2.2.0
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2020-04-15 21:28:51 UTC
Size:
2.80 KB
patch
obsolete
>From 10058d2ab120f5c81ae5dc82ef565f726f05b827 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Wed, 15 Apr 2020 17:09:15 -0400 >Subject: [PATCH] devel/py-python-gitlab: Update to 2.2.0 and extra_req > >- Update to 2.2.0 >- Add extra_requires options AUTOCOMPLETE and YAML >- Switch from depercated setuptools to pytest >--- > devel/py-python-gitlab/Makefile | 17 ++++++++++++++--- > devel/py-python-gitlab/distinfo | 6 +++--- > 2 files changed, 17 insertions(+), 6 deletions(-) > >diff --git a/devel/py-python-gitlab/Makefile b/devel/py-python-gitlab/Makefile >index bb158e6e6915..83078d3c10ff 100644 >--- a/devel/py-python-gitlab/Makefile >+++ b/devel/py-python-gitlab/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= python-gitlab >-PORTVERSION= 2.1.2 >+PORTVERSION= 2.2.0 > CATEGORIES= devel python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -15,17 +15,28 @@ LICENSE_FILE= ${WRKSRC}/COPYING > RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.4.2:www/py-requests@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httmock>0:www/py-httmock@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} >+ ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} > > USES= python:3.6+ > > #OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= AUTOCOMPLETE YAML >+OPTIONS_DEFAULT= ${OPTIONS_DEFINE} >+ >+AUTOCOMPLETE_DESC= Autocompletion via argcomplete >+YAML_DESC= YAML output >+ >+AUTOCOMPLETE_RUN_DEPENDS= \ >+ ${PYTHON_PKGNAMEPREFIX}argcomplete>=1.10.0:devel/py-argcomplete@${PY_FLAVOR} > > #DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.7.6,1:textproc/py-sphinx@${PY_FLAVOR} > #DOCS_PORTDOCS= * > #DOCS_VARS= PYDISTUTILS_BUILD_TARGET=build_sphinx \ > PYDISTUTILS_BUILDARGS="-n --all-files --fresh-env" > >+YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=5.2:devel/py-yaml@${PY_FLAVOR} >+ > NO_ARCH= yes > USE_PYTHON= distutils autoplist concurrent > >@@ -40,6 +51,6 @@ post-install-DOCS-on: > ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} "! -name .buildinfo -and ! -name objects.inv") > > do-test: >- cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test >+ cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs -o addopts= > > .include <bsd.port.mk> >diff --git a/devel/py-python-gitlab/distinfo b/devel/py-python-gitlab/distinfo >index 00310a576333..aad2c291d5ff 100644 >--- a/devel/py-python-gitlab/distinfo >+++ b/devel/py-python-gitlab/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1583781834 >-SHA256 (python-gitlab-2.1.2.tar.gz) = 71445d7444fe3354bf90a52d6249f91c9e572a8ef6c143afd9de25f50c92d499 >-SIZE (python-gitlab-2.1.2.tar.gz) = 129023 >+TIMESTAMP = 1586900943 >+SHA256 (python-gitlab-2.2.0.tar.gz) = 4c4ea60c8303f4214522b18038df017cae35afda7474efa0b4e19c2e73bc3ae2 >+SIZE (python-gitlab-2.2.0.tar.gz) = 136178 >-- >2.25.2 >
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
Flags:
dereks
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 245651
: 213433