From f53e8ac369709fa010165159e4b2d254a918f572 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Dec 2020 21:28:00 +0000 Subject: 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 --- devel/Makefile | 1 + devel/py-vistir/Makefile | 32 ++++++++++++++++++++++++++++++++ devel/py-vistir/distinfo | 3 +++ devel/py-vistir/pkg-descr | 10 ++++++++++ 4 files changed, 46 insertions(+) create mode 100644 devel/py-vistir/Makefile create mode 100644 devel/py-vistir/distinfo create mode 100644 devel/py-vistir/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index b6d2523d9fd8..068bfb30282f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-vistir/Makefile b/devel/py-vistir/Makefile new file mode 100644 index 000000000000..da27e3b5fc45 --- /dev/null +++ b/devel/py-vistir/Makefile @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/py-vistir/distinfo b/devel/py-vistir/distinfo new file mode 100644 index 000000000000..a0d6736d0636 --- /dev/null +++ b/devel/py-vistir/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1607539619 +SHA256 (vistir-0.5.2.tar.gz) = eff1d19ef50c703a329ed294e5ec0b0fbb35b96c1b3ee6dcdb266dddbe1e935a +SIZE (vistir-0.5.2.tar.gz) = 76680 diff --git a/devel/py-vistir/pkg-descr b/devel/py-vistir/pkg-descr new file mode 100644 index 000000000000..97759c9bf088 --- /dev/null +++ b/devel/py-vistir/pkg-descr @@ -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 -- cgit v1.2.3