Date: Thu, 22 Feb 2018 14:29:57 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462598 - in head/dns: . py-cloudflare Message-ID: <201802221429.w1METvFn030871@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Feb 22 14:29:57 2018 New Revision: 462598 URL: https://svnweb.freebsd.org/changeset/ports/462598 Log: Add py-cloudflare, a wrapper for the Cloudflare v4 API. Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14262 Added: head/dns/py-cloudflare/ head/dns/py-cloudflare/Makefile (contents, props changed) head/dns/py-cloudflare/distinfo (contents, props changed) head/dns/py-cloudflare/pkg-descr (contents, props changed) Modified: head/dns/Makefile (contents, props changed) Modified: head/dns/Makefile ============================================================================== --- head/dns/Makefile Thu Feb 22 14:29:36 2018 (r462597) +++ head/dns/Makefile Thu Feb 22 14:29:57 2018 (r462598) @@ -174,6 +174,7 @@ SUBDIR += powerdns-recursor SUBDIR += powerdns-recursor40 SUBDIR += public_suffix_list + SUBDIR += py-cloudflare SUBDIR += py-dns SUBDIR += py-dns-lexicon SUBDIR += py-dnschain Added: head/dns/py-cloudflare/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-cloudflare/Makefile Thu Feb 22 14:29:57 2018 (r462598) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= cloudflare +PORTVERSION= 1.8.1 +CATEGORIES= dns python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= wrapper for the Cloudflare v4 API + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/dns/py-cloudflare/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-cloudflare/distinfo Thu Feb 22 14:29:57 2018 (r462598) @@ -0,0 +1,3 @@ +TIMESTAMP = 1518080731 +SHA256 (cloudflare-1.8.1.tar.gz) = 3d73cb071a14d443a8d3ef19a0c6a4cbbfea784de3144666ecbcd35ddfc9b5c2 +SIZE (cloudflare-1.8.1.tar.gz) = 48493 Added: head/dns/py-cloudflare/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/dns/py-cloudflare/pkg-descr Thu Feb 22 14:29:57 2018 (r462598) @@ -0,0 +1,3 @@ +Python wrapper for the DNS Cloudflare v4 API + +WWW: https://github.com/cloudflare/python-cloudflare
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802221429.w1METvFn030871>