pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-utils
Module Name: pkgsrc
Committed By: riastradh
Date: Tue Aug 18 20:18:56 UTC 2020
Added Files:
pkgsrc/devel/py-utils: DESCR Makefile PLIST distinfo
Log Message:
Import python-utils-2.4.0 from pypi as devel/py-utils
>From the web page:
> Python Utils is a collection of small Python functions and classes
> which make common patterns shorter and easier. It is by no means a
> complete collection but it has served me quite a bit in the past and I
> will keep extending it.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-utils/DESCR \
pkgsrc/devel/py-utils/Makefile pkgsrc/devel/py-utils/PLIST \
pkgsrc/devel/py-utils/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/py-utils/DESCR
diff -u /dev/null pkgsrc/devel/py-utils/DESCR:1.1
--- /dev/null Tue Aug 18 20:18:56 2020
+++ pkgsrc/devel/py-utils/DESCR Tue Aug 18 20:18:56 2020
@@ -0,0 +1,4 @@
+Python Utils is a collection of small Python functions and classes
+which make common patterns shorter and easier. It is by no means a
+complete collection but it has served me quite a bit in the past and I
+will keep extending it.
Index: pkgsrc/devel/py-utils/Makefile
diff -u /dev/null pkgsrc/devel/py-utils/Makefile:1.1
--- /dev/null Tue Aug 18 20:18:56 2020
+++ pkgsrc/devel/py-utils/Makefile Tue Aug 18 20:18:56 2020
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2020/08/18 20:18:56 riastradh Exp $
+
+DISTNAME= python-utils-2.4.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:C/^python-//}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-utils/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/WoLpH/python-utils
+COMMENT= Some convenient utilities not included with standard Python
+LICENSE= modified-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-six>=0:../../lang/py-six
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
+
+# pytest chokes on pytest.ini
+pre-test:
+ ${RUN} cd ${WRKSRC} && \
+ ${RM} -f pytest.ini
+
+do-test:
+ ${RUN} cd ${WRKSRC} && \
+ ${SETENV} ${TEST_ENV} PYTHONPATH=${WRKSRC}/build/lib \
+ pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-utils/PLIST
diff -u /dev/null pkgsrc/devel/py-utils/PLIST:1.1
--- /dev/null Tue Aug 18 20:18:56 2020
+++ pkgsrc/devel/py-utils/PLIST Tue Aug 18 20:18:56 2020
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2020/08/18 20:18:56 riastradh Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/pbr.json
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/python_utils/__about__.py
+${PYSITELIB}/python_utils/__about__.pyc
+${PYSITELIB}/python_utils/__about__.pyo
+${PYSITELIB}/python_utils/__init__.py
+${PYSITELIB}/python_utils/__init__.pyc
+${PYSITELIB}/python_utils/__init__.pyo
+${PYSITELIB}/python_utils/compat.py
+${PYSITELIB}/python_utils/compat.pyc
+${PYSITELIB}/python_utils/compat.pyo
+${PYSITELIB}/python_utils/converters.py
+${PYSITELIB}/python_utils/converters.pyc
+${PYSITELIB}/python_utils/converters.pyo
+${PYSITELIB}/python_utils/formatters.py
+${PYSITELIB}/python_utils/formatters.pyc
+${PYSITELIB}/python_utils/formatters.pyo
+${PYSITELIB}/python_utils/import_.py
+${PYSITELIB}/python_utils/import_.pyc
+${PYSITELIB}/python_utils/import_.pyo
+${PYSITELIB}/python_utils/logger.py
+${PYSITELIB}/python_utils/logger.pyc
+${PYSITELIB}/python_utils/logger.pyo
+${PYSITELIB}/python_utils/terminal.py
+${PYSITELIB}/python_utils/terminal.pyc
+${PYSITELIB}/python_utils/terminal.pyo
+${PYSITELIB}/python_utils/time.py
+${PYSITELIB}/python_utils/time.pyc
+${PYSITELIB}/python_utils/time.pyo
Index: pkgsrc/devel/py-utils/distinfo
diff -u /dev/null pkgsrc/devel/py-utils/distinfo:1.1
--- /dev/null Tue Aug 18 20:18:56 2020
+++ pkgsrc/devel/py-utils/distinfo Tue Aug 18 20:18:56 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/18 20:18:56 riastradh Exp $
+
+SHA1 (python-utils-2.4.0.tar.gz) = f61fbc540db10b11c3d514bfe358c0a98f3bcb42
+RMD160 (python-utils-2.4.0.tar.gz) = d642ccd0c436ea671eea2c84fbb40b390b248f17
+SHA512 (python-utils-2.4.0.tar.gz) = bfad0ef30383df634b89bb2206a00e45434eff9fee9ba0eeab99361bacfb56f3fb420019608b639713a7e8777870de75becb1d7b48aa09c582df27f9ebe8c512
+Size (python-utils-2.4.0.tar.gz) = 22230 bytes
Home |
Main Index |
Thread Index |
Old Index