svn commit: r512559 - in head/sysutils: . py-hcloud

Matthew Seaman matthew at FreeBSD.org
Sun Sep 22 08:05:01 UTC 2019


Author: matthew
Date: Sun Sep 22 08:05:00 2019
New Revision: 512559
URL: https://svnweb.freebsd.org/changeset/ports/512559

Log:
  Official Hetzner Cloud python library
  
  WWW: https://hcloud-python.readthedocs.io/en/latest/
  
  Event: EuroBSDCon 2019

Added:
  head/sysutils/py-hcloud/
  head/sysutils/py-hcloud/Makefile   (contents, props changed)
  head/sysutils/py-hcloud/distinfo   (contents, props changed)
  head/sysutils/py-hcloud/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Sep 22 07:53:24 2019	(r512558)
+++ head/sysutils/Makefile	Sun Sep 22 08:05:00 2019	(r512559)
@@ -1031,6 +1031,7 @@
     SUBDIR += py-google-compute-engine
     SUBDIR += py-halite
     SUBDIR += py-hared
+    SUBDIR += py-hcloud
     SUBDIR += py-honcho
     SUBDIR += py-hpilo
     SUBDIR += py-iowait

Added: head/sysutils/py-hcloud/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-hcloud/Makefile	Sun Sep 22 08:05:00 2019	(r512559)
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME=	hcloud
+DISTVERSION=	1.6.0
+CATEGORIES=	sysutils python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	matthew at FreeBSD.org
+COMMENT=	Official Hetzner Cloud python library
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.6.0:devel/py-flake8@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}isort>=4.3.4:devel/py-isort@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=3.10.0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}tox>=3.5.3:devel/py-tox@${PY_FLAVOR}
+
+NO_ARCH=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+do-test:
+	@(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m tox)
+
+.include <bsd.port.mk>

Added: head/sysutils/py-hcloud/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-hcloud/distinfo	Sun Sep 22 08:05:00 2019	(r512559)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1569136988
+SHA256 (hcloud-1.6.0.tar.gz) = 8913f011f2b049625ce6fa3265c2b22d85727eaf339689e49653461e6e8dd2b7
+SIZE (hcloud-1.6.0.tar.gz) = 65618

Added: head/sysutils/py-hcloud/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/py-hcloud/pkg-descr	Sun Sep 22 08:05:00 2019	(r512559)
@@ -0,0 +1,3 @@
+Official Hetzner Cloud python library
+
+WWW: https://hcloud-python.readthedocs.io/en/latest/


More information about the svn-ports-head mailing list