www/py-gandi.cli: Update version 1.5=>1.6
- Mark DEPRECATED as upstream has discontinued the project. Excerpt from the project page mentions: We have decided not to continue to maintain the CLI project. The existing project will remain as-is. Anyone interested in taking over and forking the project can let us know and we can inform our users and/or link to it. If you have any questions, please feel free to contact our team. - Set EXPIRATION_DATE to 2024-10-31. This should be moved along with python 3.8. This is the max supported python version by the upstream Relnotes: https://github.com/Gandi/gandi.cli/releases/tag/1.6
This commit is contained in:
parent
a275d8eb65
commit
f7ea2e9ddb
2 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
|
||||
PORTNAME= gandi.cli
|
||||
PORTVERSION= 1.5
|
||||
PORTVERSION= 1.6
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,13 +12,17 @@ COMMENT= Gandi command line interface
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
DEPRECATED= Upstream no longer continuing
|
||||
# Should be removed along with php38
|
||||
EXPIRATION_DATE= 2024-10-31
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ipy>0:net-mgmt/py-ipy@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USES= python:3.6-3.8
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1558097092
|
||||
SHA256 (gandi.cli-1.5.tar.gz) = a575be04fd373d4798ae16f6cbe03e8ed16255043788fb3de13bebfe7e621c84
|
||||
SIZE (gandi.cli-1.5.tar.gz) = 179987
|
||||
TIMESTAMP = 1646761396
|
||||
SHA256 (gandi.cli-1.6.tar.gz) = af59bf81a5a434dd3a5bc728a9475d80491ed73ce4343f2c1f479cbba09266c0
|
||||
SIZE (gandi.cli-1.6.tar.gz) = 186310
|
||||
|
|
Loading…
Reference in a new issue