Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 16:36:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5cdf3a37a38c - main - devel/py-pox: Add py-pox 0.3.1
Message-ID:  <202206211636.25LGasSf058744@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5cdf3a37a38ceb2cf781ea8f4f05ef5c09a19711

commit 5cdf3a37a38ceb2cf781ea8f4f05ef5c09a19711
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 16:32:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 16:32:24 +0000

    devel/py-pox: Add py-pox 0.3.1
    
    pox provides a collection of utilities for navigating and manipulating
    filesystems. This module is designed to facilitate some of the low level
    operating system interactions that are useful when exploring a filesystem on a
    remote host, where queries such as "what is the root of the filesystem?", "what
    is the user's name?", and "what login shell is preferred?" become essential in
    allowing a remote user to function as if they were logged in locally. While pox
    is in the same vein of both the os and shutil builtin modules, the majority of
    its functionality is unique and compliments these two modules.
    
    WWW: https://github.com/uqfoundation/pox
---
 devel/Makefile         |  1 +
 devel/py-pox/Makefile  | 20 ++++++++++++++++++++
 devel/py-pox/distinfo  |  3 +++
 devel/py-pox/pkg-descr | 10 ++++++++++
 4 files changed, 34 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index fe3abe6b003f..c9af8aa206ff 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5014,6 +5014,7 @@
     SUBDIR += py-portalocker
     SUBDIR += py-positional
     SUBDIR += py-posix_ipc
+    SUBDIR += py-pox
     SUBDIR += py-poyo
     SUBDIR += py-prance
     SUBDIR += py-pre-commit
diff --git a/devel/py-pox/Makefile b/devel/py-pox/Makefile
new file mode 100644
index 000000000000..70d02a4d2ee1
--- /dev/null
+++ b/devel/py-pox/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	pox
+PORTVERSION=	0.3.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Utilities for filesystem exploration and automated builds
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3.7+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-pox/distinfo b/devel/py-pox/distinfo
new file mode 100644
index 000000000000..dfb62d522e2a
--- /dev/null
+++ b/devel/py-pox/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1655561116
+SHA256 (pox-0.3.1.tar.gz) = cbb0c0acd650c0ffb620999da611e93aae5105c46a084c4ceaf2f704ed708c1e
+SIZE (pox-0.3.1.tar.gz) = 117527
diff --git a/devel/py-pox/pkg-descr b/devel/py-pox/pkg-descr
new file mode 100644
index 000000000000..dabc666db218
--- /dev/null
+++ b/devel/py-pox/pkg-descr
@@ -0,0 +1,10 @@
+pox provides a collection of utilities for navigating and manipulating
+filesystems. This module is designed to facilitate some of the low level
+operating system interactions that are useful when exploring a filesystem on a
+remote host, where queries such as "what is the root of the filesystem?", "what
+is the user's name?", and "what login shell is preferred?" become essential in
+allowing a remote user to function as if they were logged in locally. While pox
+is in the same vein of both the os and shutil builtin modules, the majority of
+its functionality is unique and compliments these two modules.
+
+WWW: https://github.com/uqfoundation/pox



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