pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

import py-vistir-0.5.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sat Nov 28 21:16:50 2020 +0100
Changeset:	c39a166cfa6429217cf8762341141dad577e66d2

Added Files:
	py-vistir/DESCR
	py-vistir/Makefile
	py-vistir/PLIST
	py-vistir/distinfo

Log Message:
import py-vistir-0.5.2 to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c39a166cfa6429217cf8762341141dad577e66d2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-vistir/DESCR    |  2 ++
 py-vistir/Makefile | 21 +++++++++++++++++++++
 py-vistir/PLIST    | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 py-vistir/distinfo |  6 ++++++
 4 files changed, 81 insertions(+)

diffs:
diff --git a/py-vistir/DESCR b/py-vistir/DESCR
new file mode 100644
index 0000000000..65b98c2bf4
--- /dev/null
+++ b/py-vistir/DESCR
@@ -0,0 +1,2 @@
+Miscellaneous utilities for dealing with filesystems,
+paths, projects, subprocesses, and more.
diff --git a/py-vistir/Makefile b/py-vistir/Makefile
new file mode 100644
index 0000000000..b8c0e33776
--- /dev/null
+++ b/py-vistir/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME=	vistir-0.5.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=v/vistir/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/sarugaku/vistir
+COMMENT=	Setup utilities which most projects eventually need
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-colorama>=0.4.3:../../comms/py-colorama
+DEPENDS+=	${PYPKGPREFIX}-six>=1.15.0:../../lang/py-six
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-vistir/PLIST b/py-vistir/PLIST
new file mode 100644
index 0000000000..b96b3180b5
--- /dev/null
+++ b/py-vistir/PLIST
@@ -0,0 +1,52 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/vistir/__init__.py
+${PYSITELIB}/vistir/__init__.pyc
+${PYSITELIB}/vistir/__init__.pyo
+${PYSITELIB}/vistir/_winconsole.py
+${PYSITELIB}/vistir/_winconsole.pyc
+${PYSITELIB}/vistir/_winconsole.pyo
+${PYSITELIB}/vistir/backports/__init__.py
+${PYSITELIB}/vistir/backports/__init__.pyc
+${PYSITELIB}/vistir/backports/__init__.pyo
+${PYSITELIB}/vistir/backports/functools.py
+${PYSITELIB}/vistir/backports/functools.pyc
+${PYSITELIB}/vistir/backports/functools.pyo
+${PYSITELIB}/vistir/backports/surrogateescape.py
+${PYSITELIB}/vistir/backports/surrogateescape.pyc
+${PYSITELIB}/vistir/backports/surrogateescape.pyo
+${PYSITELIB}/vistir/backports/tempfile.py
+${PYSITELIB}/vistir/backports/tempfile.pyc
+${PYSITELIB}/vistir/backports/tempfile.pyo
+${PYSITELIB}/vistir/cmdparse.py
+${PYSITELIB}/vistir/cmdparse.pyc
+${PYSITELIB}/vistir/cmdparse.pyo
+${PYSITELIB}/vistir/compat.py
+${PYSITELIB}/vistir/compat.pyc
+${PYSITELIB}/vistir/compat.pyo
+${PYSITELIB}/vistir/contextmanagers.py
+${PYSITELIB}/vistir/contextmanagers.pyc
+${PYSITELIB}/vistir/contextmanagers.pyo
+${PYSITELIB}/vistir/cursor.py
+${PYSITELIB}/vistir/cursor.pyc
+${PYSITELIB}/vistir/cursor.pyo
+${PYSITELIB}/vistir/environment.py
+${PYSITELIB}/vistir/environment.pyc
+${PYSITELIB}/vistir/environment.pyo
+${PYSITELIB}/vistir/misc.py
+${PYSITELIB}/vistir/misc.pyc
+${PYSITELIB}/vistir/misc.pyo
+${PYSITELIB}/vistir/path.py
+${PYSITELIB}/vistir/path.pyc
+${PYSITELIB}/vistir/path.pyo
+${PYSITELIB}/vistir/spin.py
+${PYSITELIB}/vistir/spin.pyc
+${PYSITELIB}/vistir/spin.pyo
+${PYSITELIB}/vistir/termcolors.py
+${PYSITELIB}/vistir/termcolors.pyc
+${PYSITELIB}/vistir/termcolors.pyo
diff --git a/py-vistir/distinfo b/py-vistir/distinfo
new file mode 100644
index 0000000000..637e7d16a1
--- /dev/null
+++ b/py-vistir/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (vistir-0.5.2.tar.gz) = ce29093f85d624aa3351abb086247414f93f6b8c
+RMD160 (vistir-0.5.2.tar.gz) = f90b11f3ac3117d1385504b352a28d5266dfe3a8
+SHA512 (vistir-0.5.2.tar.gz) = c27bf1de444fbf7b9260ea5e709d4162f1a0630be874c17afb9101a30aa9f5219b28e6a56b97d9d4d9e8acc9b02cc6e01e6f6cc7bcd92caf2a877cbedbce7141
+Size (vistir-0.5.2.tar.gz) = 76680 bytes


Home | Main Index | Thread Index | Old Index