Skip to content

Commit

Permalink
www/py-rackspace-monitoring: Update version 0.6.5=>0.8.1
Browse files Browse the repository at this point in the history
- Mark DEPRECATED as it's compatibility defined by upstream is upto 3.2
  only and last release was 3 years ago
- Set EXPIRATION_DATE to 2022-06-30
Relnotes: https://github.com/racker/rackspace-monitoring/releases/tag/v0.8.1
  • Loading branch information
5u623l20 committed Mar 12, 2022
1 parent a32b1d3 commit 0d4ffd7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
9 changes: 6 additions & 3 deletions www/py-rackspace-monitoring/Makefile
@@ -1,7 +1,7 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>

PORTNAME= rackspace-monitoring
PORTVERSION= 0.6.5
PORTVERSION= 0.8.1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,10 +12,13 @@ COMMENT= Python client library for Rackspace Cloud Monitoring
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcloud>=0.14:net/py-libcloud@${PY_FLAVOR}
DEPRECATED= Python compatibility upto 3.2 and last release was 3 years ago
EXPIRATION_DATE= 2022-06-30

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcloud>=0.17:net/py-libcloud@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= distutils autoplist
USE_PYTHON= autoplist distutils

NO_ARCH= yes

Expand Down
5 changes: 3 additions & 2 deletions www/py-rackspace-monitoring/distinfo
@@ -1,2 +1,3 @@
SHA256 (rackspace-monitoring-0.6.5.tar.gz) = 28e91f1054a9fe3b130c9d4fd65cb007e8efdaa89e9d8a8e99479aec73e298c4
SIZE (rackspace-monitoring-0.6.5.tar.gz) = 31397
TIMESTAMP = 1646761209
SHA256 (rackspace-monitoring-0.8.1.tar.gz) = b055b6574447b69f87bb47a96cd5a91635cc2ec2c6b2154f435c2eedcd018007
SIZE (rackspace-monitoring-0.8.1.tar.gz) = 33118
8 changes: 4 additions & 4 deletions www/py-rackspace-monitoring/files/patch-setup.py
@@ -1,11 +1,11 @@
--- setup.py.orig 2016-03-07 05:34:43 UTC
--- setup.py.orig 2018-08-13 13:22:29 UTC
+++ setup.py
@@ -171,7 +171,7 @@ setup(
description='Client library for Rackspace Cloud Monitoring',
author='Rackspace, Inc.',
author_email='monitoring@rackspace.com',
- install_requires=['apache-libcloud >= 0.14, <0.16'],
+ install_requires=['apache-libcloud >= 0.14'],
- install_requires=['apache-libcloud >= 0.17,<2.0',
+ install_requires=['apache-libcloud >= 0.17',
'backports.ssl_match_hostname'],
packages=[
'rackspace_monitoring',
'rackspace_monitoring.drivers',

0 comments on commit 0d4ffd7

Please sign in to comment.