Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:28:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557465 - in head/devel: . py-vistir
Message-ID:  <202012102128.0BALS0IN038335@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:28:00 2020
New Revision: 557465
URL: https://svnweb.freebsd.org/changeset/ports/557465

Log:
  Add py-vistir 0.5.2
  
  vistir is a library full of utility functions designed to make life easier.
  
  vistir provides several categories of functionality, including:
  - Backports
  - Compatibility Shims
  - Context Managers
  - Miscellaneous Utilities
  - Path Utilities
  
  WWW: https://github.com/sarugaku/vistir

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Dec 10 21:27:52 2020	(r557464)
+++ head/devel/Makefile	Thu Dec 10 21:28:00 2020	(r557465)
@@ -5175,6 +5175,7 @@
     SUBDIR += py-virtualenv-clone
     SUBDIR += py-virtualenvwrapper
     SUBDIR += py-visitor
+    SUBDIR += py-vistir
     SUBDIR += py-voluptuous
     SUBDIR += py-vsts
     SUBDIR += py-vsts-cd-manager

Added: head/devel/py-vistir/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vistir/Makefile	Thu Dec 10 21:28:00 2020	(r557465)
@@ -0,0 +1,32 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	vistir
+PORTVERSION=	0.5.2
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Miscellaneous utilities for filesystems, paths, projects, subprocesses and more
+
+LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+OPTIONS_DEFINE=	REQUESTS SPINNER
+REQUESTS_DESC=	Requests session support
+SPINNER_DESC=	Terminal spinner support
+
+REQUESTS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR}
+SPINNER_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yaspin>=0:devel/py-yaspin@${PY_FLAVOR}
+
+.include <bsd.port.mk>

Added: head/devel/py-vistir/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vistir/distinfo	Thu Dec 10 21:28:00 2020	(r557465)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1607539619
+SHA256 (vistir-0.5.2.tar.gz) = eff1d19ef50c703a329ed294e5ec0b0fbb35b96c1b3ee6dcdb266dddbe1e935a
+SIZE (vistir-0.5.2.tar.gz) = 76680

Added: head/devel/py-vistir/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-vistir/pkg-descr	Thu Dec 10 21:28:00 2020	(r557465)
@@ -0,0 +1,10 @@
+vistir is a library full of utility functions designed to make life easier.
+
+vistir provides several categories of functionality, including:
+- Backports
+- Compatibility Shims
+- Context Managers
+- Miscellaneous Utilities
+- Path Utilities
+
+WWW: https://github.com/sarugaku/vistir



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012102128.0BALS0IN038335>