aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2019-01-11 20:47:52 +0800
committermiwi <miwi@FreeBSD.org>2019-01-11 20:47:52 +0800
commit4ae69efb91868d39ee6e8f4252d7447f476023a2 (patch)
treef249198c1cae503c1123bc98e9d33cb4569634a9
parent8768cc2a0d5bfbd11578f98dfbff2a5c448d29d9 (diff)
downloadfreebsd-ports-gnome-4ae69efb91868d39ee6e8f4252d7447f476023a2.tar.gz
freebsd-ports-gnome-4ae69efb91868d39ee6e8f4252d7447f476023a2.tar.zst
freebsd-ports-gnome-4ae69efb91868d39ee6e8f4252d7447f476023a2.zip
- Update to 0.2.2
- Added LICENSE and LICENSE_FILE - Sorted variables a bit according to the PHB PR: 232243 Submitted by: freebsd_ports@k-worx.org Approved by: maintainer
-rw-r--r--devel/py-cursive/Makefile20
-rw-r--r--devel/py-cursive/distinfo6
-rw-r--r--devel/py-cursive/pkg-descr5
3 files changed, 17 insertions, 14 deletions
diff --git a/devel/py-cursive/Makefile b/devel/py-cursive/Makefile
index 1e480ce6867b..92d8725aebea 100644
--- a/devel/py-cursive/Makefile
+++ b/devel/py-cursive/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cursive
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -10,19 +10,21 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Cursive implements OpenStack-specific validation of digital signatures
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR}
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan@${PY_FLAVOR}
-NO_ARCH= yes
-
USES= python
USE_PYTHON= autoplist distutils
+NO_ARCH= yes
+
.include <bsd.port.mk>
diff --git a/devel/py-cursive/distinfo b/devel/py-cursive/distinfo
index 65a854d4981f..d1ea61968ab3 100644
--- a/devel/py-cursive/distinfo
+++ b/devel/py-cursive/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476648708
-SHA256 (cursive-0.1.1.tar.gz) = 751745b868f6450d928749c9d08b0040bd13f82bcf7c4ed414a57da66b2bc104
-SIZE (cursive-0.1.1.tar.gz) = 18522
+TIMESTAMP = 1527613529
+SHA256 (cursive-0.2.2.tar.gz) = fbdc2b088bf0b9a69b1897d726e6027e8fba8f21f0a881344f70e7a407d9abda
+SIZE (cursive-0.2.2.tar.gz) = 43065
diff --git a/devel/py-cursive/pkg-descr b/devel/py-cursive/pkg-descr
index 4edd454f1a47..a9e776d9ad7b 100644
--- a/devel/py-cursive/pkg-descr
+++ b/devel/py-cursive/pkg-descr
@@ -1,5 +1,6 @@
-Cursive implements OpenStack-specific validation of digital signatures. The
-cursive project contains code extracted from various OpenStack projects for
+Cursive implements OpenStack-specific validation of digital signatures.
+
+The cursive project contains code extracted from various OpenStack projects for
verifying digital signatures. Additional capabilities will be added to this
project in support of various security features.